@font-face {
    font-family: 'Roboto';
    src: url('roboto-unhinted/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-unhinted/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-unhinted/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('roboto-unhinted/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

body {
    font-family: 'Roboto', sans-serif;
}

#wrapper {
    max-width: 700px;
    margin: auto;
}

.language-buttons {
    margin-bottom: 20px;
}

.language-buttons button {
    padding: 8px 16px;
    cursor: pointer;
    border: 1px solid #333;
}

#btn-da {
    margin-right: 8px;
}

.language-buttons button.active {
    background-color: #333;
    color: #fff;
}

.language-buttons button.inactive {
    background-color: #fff;
    color: #333;
}

.cv_link{
    text-align: center;
}

img{
    border: 1px #000 solid;
    width: 100%;
}

section.footer{
    display: flex;
    justify-content: space-between;
}

section.cv_link{
    display: none;
}

#content-en {
    display: none;
}
