@import url(nullwerte.css);

html {
	font-size: 18px;
}

body {
    display: block;
    position: relative;
    min-width: 300px;
    font-family: "Zilla Slab", sans-serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: rgba(35,35,35,1);
    font-size: 18px;
    font-size: 1rem;
    line-height: 26px;
    line-height: 1.4;
    text-align: justify;
    hyphens: auto;
}

.inhalt {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

ol {
    list-style-type: decimal;
    list-style-position: outside;
    margin-left: 15px;
}        

ul {
    list-style-type: none;
    list-style-position: outside;
}

li {
    line-height: 1.4;
    margin-bottom: 5px;
}

table {
    border: 2px solid rgba(50,0,125,1);
    min-width: 600px;
}

thead {
    background-color: rgba(50,0,125,1);
    color: rgba(255,255,255,1);
    text-align: center;
    font-weight: 500;
}

td {
    padding: 5px;
}

h1 {
    font-size: 2rem;
    font-weight: 600;
    color: rgba(50,0,125,1); /* 0,102,102 */
    margin-bottom: 10px;
}        
        
h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: rgba(50,0,125,1);
    margin-top: 20px;
    margin-bottom: 10px;
}

h3 {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}


h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 10px;
}

hr {
    color: rgba(50,0,125,1);
    margin-top: 50px;
    margin-bottom: 50px;
}

b {
    font-weight: 600;
}


a {
    text-decoration: none;
    color: rgba(255,55,85,1);
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    font-weight: 600;
}

a:hover {
    color: rgba(0,200,200,1);
}

.center {
    text-align: center;
}