.color-blue {
    color: #006666;
}

.bg-color-blue {
    background-color: #006666;
}

.brdr-color-blue {
    border-color: #006666;
}

.color-lblue {
    color: #99CCCC;
}

.bg-color-lblue {
    background-color: #99CCCC;
}

.brdr-color-lblue {
    border-color: #99CCCC;
}

a {
    color: #006666;
    text-decoration: none;
}

html, body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3c3c3c;
}

img {
    max-width: min(75vw, 800px);
    min-width: min(75vw, 200px);
}



h1 {
    color: #006666;
}

.fltl {
    float: left;
}

td, th {
    padding: 5px 20px 5px 5px;
    border: none;
}

th {
    text-align: left;
}

thead>tr {
    background-color: #006666;
    color: #fff;
}

tbody>tr:nth-child(2n) {
    background-color: #d0e2e2;
}

tbody>tr:nth-child(2n+1) {
    background-color: #b6d4d4;
}

table {
    border-spacing: 0px;
}

ul {
    list-style: none;
}

ul>li::before {
    content: "";
    background-image: url('../img/smiley_grau.png');
    background-size: 1em 1em;
    background-position: center;
    background-repeat: no-repeat;
    height: 1em;
    min-width: 1em;
    margin-right: 0.6em;
    position: relative;
    top: 0;
    display: inline-block;
}

ul>li {
    margin-bottom: 1em;
}

ul>li>p {
    top: 0;
    display: inline-block;
    margin: 0px;
    margin-bottom: 1em;
}

h2 {

    margin-top: 30px;
}


div#kontakt-block > p > img {


}
