@font-face {
    font-family: Roboto-light;
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url("fonts/roboto-v18-latin-300.eot") format("embedded-opentype"), url("fonts/roboto-v18-latin-300.woff2") format("woff2"), url("fonts/roboto-v18-latin-300.woff") format("woff"), url("fonts/roboto-v18-latin-300.ttf") format("truetype"), url("fonts/roboto-v18-latin-300.svg#Roboto") format("svg");
    font-display: swap
}

@font-face {
    font-family: Roboto-regular;
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v18-latin-regular.eot") format("embedded-opentype"), url("fonts/roboto-v18-latin-regular.woff2") format("woff2"), url("fonts/roboto-v18-latin-regular.woff") format("woff"), url("fonts/roboto-v18-latin-regular.ttf") format("truetyp"), url("fonts/roboto-v18-latin-regular.svg#Roboto") format("svg");
    font-display: swap
}

@font-face {
    font-family: Roboto-regular-italic;
    font-style: italic;
    font-weight: 400;
    src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/roboto-v18-latin-italic.eot") format("embedded-opentype"), url("fonts/roboto-v18-latin-italic.woff2") format("woff2"), url("fonts/roboto-v18-latin-italic.woff") format("woff"), url("fonts/roboto-v18-latin-italic.ttf") format("truetype"), url("fonts/roboto-v18-latin-italic.svg#Roboto") format("svg");
    font-display: swap
}

@font-face {
    font-family: Roboto-bold;
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto-v18-latin-700.eot") format("embedded-opentype"), url("fonts/roboto-v18-latin-700.woff2") format("woff2"), url("fonts/roboto-v18-latin-700.woff") format("woff"), url("fonts/roboto-v18-latin-700.ttf") format("truetype"), url("fonts/roboto-v18-latin-700.svg#Roboto") format("svg");
    font-display: swap
}


html {
    font-size: 62.5%;
}

body {
    /* padding-top: 90px; */
    font-family: Roboto-regular, sans-serif;
    font-size: 16px;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.modal__title {
    font-size: 2.2rem;
    line-height: 1.36364;
    letter-spacing: 0;
    font-family: Roboto-bold, sans-serif;
    color: #232323;
    font-weight: 700
}

.modal__headline {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Roboto-bold, sans-serif;
    color: #232323;
    font-weight: 700
}

.standard__headline {
    font-size: 2.2rem;
    line-height: 1.36364;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: Roboto-bold, sans-serif;
    color: #232323;
    font-weight: 700
}

.standard__text {
    font-family: Roboto-regular, sans-serif;
    font-size: 1.5rem;
    line-height: 1.46667;
    letter-spacing: .25px;
    color: #232323;
    margin-bottom: 25px
}

.footer {
	/*position: fixed;
	bottom: 0;
	left: 0;*/
	width: 100%;
    background: url("images/footer-bg.svg") -45% no-repeat;
    background-size: 150% 150%;
}

.footer-headline {
    font-family: Roboto-bold, sans-serif;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 27px;
    margin-top: 27px;
}

.footer-text {
    color: #c0c1c3;
    margin-right: 12px;
    font-family: Roboto-regular, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .28px;
    line-height: 1.6
}

.facilities-title {
    color: #232323;
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: Roboto-bold, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 7px;
    margin-right: auto
}

.file-details {
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details {
    margin-top: 5px;
    margin-bottom: 5px;
}

.dataset-details-resource-type-general {
    border-right: 1px #00883a;
    border-right-style: solid;
    padding-right: 10px;
    text-transform: uppercase;
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details-public {
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 300;
    font-family: Roboto-light;
    align-items: center;
    white-space: nowrap;
}

.dataset-details-licence {
    border-left: 1px #00883a;
    border-left-style: solid;
    padding-left: 10px;
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details-title {
    font-family: Roboto-bold, sans-serif;
    font-weight: bold;
    font-size: larger;
}

.dataset-details-creator {
    font-family: Roboto-bold, sans-serif;
}

.dataset-details-creator-affiliation {
    font-weight: 300;
    font-family: Roboto-light;
    font-style: normal;
    font-size: small;
}

.dataset-details-date {
    color: #c0c1c3;
    padding-right: 10px;
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details-date-value {
    padding-right: 10px;
    border-right: 1px #00883a;
    border-right-style: solid;
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details-id {
    padding-left: 10px;
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details-keywords {
    color: #c0c1c3;
    padding-right: 10px;
    font-weight: 300;
    font-family: Roboto-light;
}

.dataset-details-keywords-value {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 5px;
    font-family: Roboto-regular;
    font-size: small;
    background: #c0c1c3;
    border-radius: 5px;
}

.dataset-link-type {
    color: #232323;
    font-size: 1.3rem;
    font-family: Roboto-light, sans-serif;
    font-weight: lighter;
    text-transform: uppercase;
}

.accordion-button:not(.collapsed) {
    color: #00883a;
}

code {
    color: #232323
}


.link {
    text-decoration: none;
    color: #00883a;
    font-family: Roboto-regular, sans-serif;
    -webkit-transition: color 200ms ease-in-out;
    transition: color 200ms ease-in-out;
    overflow: hidden;
    text-overflow: ellipsis
}

.link:hover {
    color: #232323
}

.link-dataset {
    display: block;
    position: relative;
    font-family: Roboto-bold, sans-serif;
    font-weight: bold;
    line-height: 1.5;
    padding-left: 30px;
}

.link-dataset-details {
    padding-left: 30px;
}

.link-dataset:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 435px 410px;
    background-image: url("images/sprites-sprite.svg");
    width: 14px;
    height: 14px;
    background-position: -20px -390px;
    left: 0;
    top: 3px;
    -webkit-transition: -webkit-transform 200ms ease-in-out;
    transition: -webkit-transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out;
    transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out
}

.link-dataset:hover:before {
    content: "";
    display: block;
    position: absolute;
    background-size: 435px 410px;
    background-image: url("images/sprites-sprite.svg");
    width: 14px;
    height: 14px;
    background-position: -400px -160px;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.link-footer {
    position: relative;
    display: block;
    color: #c0c1c3;
    text-decoration: none;
    margin-right: 12px;
    font-family: Roboto-regular, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: .28px;
    line-height: 1.6
}

.link-footer-contact {
    position: relative;
    color: #c0c1c3;
    text-decoration: none;
}

.link-footer:hover, .link-footer-contact:hover {
    color: #c0c1c3;
}

.link-footer:before, .link-footer-contact:before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #c0c1c3;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out
}

.link-footer:hover:before, .link-footer-contact:hover:before {
    opacity: 1
}

pre {
    background-color: #f8f9fa !important;
    padding: 15px;
}

.image-input {
    cursor: pointer;
}