@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('assets/fonts/BeVietnamPro-Regular.ttf') format('truetype');
    font-weight: 400;
}
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('assets/fonts/BeVietnamPro-Medium.ttf') format('truetype');
    font-weight: 500;
}
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('assets/fonts/BeVietnamPro-Bold.ttf') format('truetype');
    font-weight: 700;
}

* {
    font-family: "Be Vietnam Pro", sans-serif !important;
}

:root {
    --db-font-family: 'Be Vietnam Pro', sans-serif;
    --db-font-family-sans: 'Be Vietnam Pro', sans-serif;
    --db-font-family-head: 'Be Vietnam Pro', sans-serif;
}

.div {
    margin-bottom: 2rem;
}

.box {
    height: 2rem;
    width: 16.5rem;
}

h1 {
    font-size: 1.2rem;
    margin-top: 0;
}

.no-margin {
    margin-top: 0;
}

.select {
    height: 2rem;
    width: 2rem;
}

.visible {
    display: block;
}

.hidden {
    display: none;
}

.Impressum {
    margin-top: 5rem;
}

body {
    padding: 2rem;
    width: 100%;
}

.radio {
    margin-top: 0.5rem;
}

#header {
    border: 0;
    display: block;
}

#header img {
    float: right;
    width: 120px;
}

#container_CharacterCount{
    margin-left: auto;
}

