@font-face {
    font-family: "DB Head";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/dbhea03-web.woff");
}

@font-face {
    font-family: "DB Sans";
    font-style: normal;
    font-weight: normal;
    src: url("./fonts/dbsan03-web.woff");
    font-display: swap;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: "DB Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    font-size: 12px;
    color: #333;
    line-height: 1.428571429;
    background-color: #fff;
}

h3 {
    font-size: 18px;
    font-family: "DB Head",Arial,sans-serif;
    margin-top: 17px;
    margin-bottom: 8.5px;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

a {
    color: red;
    font-size: 12px;
    text-decoration: none !important;
    cursor: pointer;
    background-color: transparent;
}

a:hover {
    color: #b30000;
}

.tf-datenschutzhinweise-dialog__underline {
    text-decoration: underline;
}

.container {
    background-color: #f5f5f5;
    border: 1px solid #d3d3d3;
    margin: 30px auto;
    min-height: 400px;
    padding: 0 20px 10px;
    position: relative;
    overflow-y: auto;
    width: 750px;
}

