@font-face {
    font-family: 'AmsiPro';
    font-weight: 600;
    font-style: normal;
    src: url('statics/fonts/AmsiPro-Bold.html') format('woff2');
}

@font-face {
    font-family: 'AmsiPro';
    font-weight: 500;
    font-style: normal;
    src: url('statics/fonts/AmsiPro-Regular.html') format('woff2');
}

@font-face {
    font-family: 'AmsiPro';
    font-weight: 500;
    font-style: italic;
    src: url('statics/fonts/AmsiPro-Italic.html') format('woff2');
}


Body, a, td, th, br, input, select, textarea, h1, h2, h3, h4, p {
    font-family: 'AmsiPro', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

ul {
    font-family: 'AmsiPro', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    display: table;
    box-sizing: border-box;
    margin: 15px 0px;
    padding: 0px 0px 0px 30px;
    list-style-image: url("images/layout/bullet.html");
    text-decoration: none;
    color: rgb(99, 99, 99);
}

ol {
    font-family: 'AmsiPro', sans-serif;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    display: table;
    box-sizing: border-box;
    margin: 15px 0px;
    padding: 0px 0px 0px 30px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

ul li,
ol li {
    color: rgb(99, 99, 99);
}

form {
    margin: 0px;
    padding: 0px;
}

sup {
    font-size: 0.8em;
    line-height: 0;
    position: relative;
    top: -0.5em;
    vertical-align: baseline;
}

label {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    cursor: pointer;
    text-decoration: none;
    color: #706f6f;
}

a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: none;
    color: rgb(0, 149, 212);
}

a:hover {
    text-decoration: none;
    opacity: 0.5;
}

h1,
.Titel {
    font-size: 32px;
    font-weight: 600;
    font-style: normal;
    line-height: 40px;
    display: block;
    margin: 0px 0px 30px 0px;
    text-align: inherit;
    text-decoration: none;
    color: rgb(0, 61, 92);
}

.Untertitel {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    line-height: 28px;
    display: block;
    margin: 0px 0px 10px 0px;
    text-align: left;
    text-decoration: none;
    color: rgb(99, 99, 99);
}


.Textnormal {
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

.Textgross {
    font-size: 21px;
    font-weight: 300;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

.Textgrossfett {
    font-size: 21px;
    font-weight: 600;
    font-style: normal;
    line-height: 27px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

.Textfett {
    font-size: 17px;
    font-weight: bold;
    font-style: normal;
    line-height: 26px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

.Textklein {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

.TextkleinFett {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    color: rgb(99, 99, 99);
}

.AbstandKlein {
    font-size: 10px;
    line-height: 10px;
    height: 10px;
}

.Abstand {
    font-size: 24px;
    line-height: 24px;
    height: 24px;
}

.AbstandGross {
    font-size: 40px;
    line-height: 40px;
    height: 40px;
}

table {
    display: table;
    width: auto;
    min-width: 46%;
    border-collapse: collapse;
    border: 1px solid transparent;
}

table .Col20 {
    width: 20%;
}

table .Col30 {
    width: 30%;
}

table .Col33 {
    width: 33%;
}

table .Col40 {
    width: 40%;
}

table .Col50 {
    width: 50%;
}

table .Col60 {
    width: 60%;
}

table .Col66 {
    width: 66%;
}

table .Col70 {
    width: 70%;
}

table td,
table th {
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    line-height: 26px;
    padding: 4px 0;
    text-align: left;
    vertical-align: middle;
    text-decoration: none;
    color: rgb(99, 99, 99);
    border: 1px solid #dedede;
}

table th {
    font-weight: bold;
    background-color: #efefef;
}

/* BUTTONS, ICONS */

.Download,
.Telefon,
.Verweis,
.Anfahrt,
.Email {
    font-size: 17px;
    font-weight: 600;
    font-style: normal;
    line-height: 26px;
    display: inline-block;
    overflow: visible;
    margin: 5px 10px 10px 0px;
    padding: 10px 35px 8px 35px;
    vertical-align: middle;
    text-decoration: none;
    color: rgb(99, 99, 99);
    border: none;
}

.Button{
    background-color: #0095d4;
    display: inline-block;
    padding: 10px 40px 15px;
    color: #FFF;
    cursor: pointer;
}

.Button:hover{
    opacity: 0.8;
}

.Download {
    padding: 10px 35px 8px 55px;
    background: url('images/layout/download.svg') no-repeat 20px 50%;
    background-size: 24px 24px;
}

.Verweis {
    padding: 10px 35px 8px 55px;
    background: url('images/layout/link.svg') no-repeat 20px 12px;
    background-size: 24px 24px;
}

.Email {
    padding: 10px 35px 8px 55px;
    background: url('images/layout/mail.svg') no-repeat 20px 13px;
    background-size: 24px 24px;
}

.Telefon {
    padding: 10px 35px 8px 55px;
    background: url('images/layout/phone.svg') no-repeat 20px 15px;
    background-size: 24px 24px;
}

