@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

/* FARBEN */
.blue {
    color: #199cdc;
}

.pink {
    color: #f2167e;
}

.yellow {
    color: #f2c641;
}

.hellgrau {
    color: #9f9f9f;
}

.darkgrey {
    color: #3d4849
}

.darkgrey {
    color: #2c2c2c
}

/* ------------------------ ABSTÄNDE ------------------------ */

.frame-space-before-extra-small {
    margin-top: 16px;
}

.frame-space-before-small {
    margin-top: 24px;
}

.frame-space-before-medium {
    margin-top: 60px;
}

.frame-space-before-large {
    margin-top: 80px;
}

.frame-space-before-extra-large {
    margin-top: 120px;
}

.margin-bottom-extra-small {
    margin-bottom: 7px;
}

.frame-space-after-extra-small {
    margin-bottom: 16px;
}

.frame-space-after-small {
    margin-bottom: 24px;
}

.frame-space-after-medium {
    margin-bottom: 60px;
}

.frame-space-after-large {
    margin-bottom: 80px;
}

.frame-space-after-extra-large {
    margin-bottom: 120px;
}

/* ------------------------ ALLGEMEIN ------------------------ */

button:focus {
    outline: none !important;
}

html,
body {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    min-height: 101%;
    word-wrap: break-word;
    color: #2c2c2c;
    background: #fff;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

p {
    font-size: 16px;
    text-align: center;
    color: #2c2c2c
}

.text-left p {
    text-align: left;
}

h1,
#p-1 h2 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    margin-bottom: 1em;
    padding: .2em .5em;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2c2c2c;
    border-bottom: 1px solid #f2c641;;
}

h2 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 1em;
    padding: .2em 3em;
    text-align: center;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #2c2c2c;
    border-bottom: 1px solid #199cdc;

}

h3 {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin-bottom: .3em;
    color: #199cdc;
}

strong {
    font-weight: 700;
}

ul {
    padding: 0;
}

a {
    transition: 0.3s;
    color: #2c2c2c;
}

a:hover {
    text-decoration: none;
    color: #199cdc;
    cursor: pointer;
}

p a {
    color: #199cdc;
    cursor: pointer;
}

.logo {
    display: inline-block;
    max-width: 260px;
    padding: 10px;
}

.hint {
    font-size: 30px;
    font-weight: 500;
    padding: 0 10vw;
}

.small-text p {
    font-size: .8rem;
}

.border-box {
    font-size: .8rem;
    padding: 8px;
    border: 1px solid #199cdc;
    border-radius: 4px;
}

.border-box h4 {
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
}

.language-container {
    font-size: .8rem;
}

.language {
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 .3em;
    text-align: center;
    border: 1px solid #199cdc;
    border-radius: 50%;
}

.language.active {
    color: #fff;
    background: #199cdc;
}

/* ------------------------ BUTTONS ------------------------ */

.btn,
.btn-primary:focus {
    font-size: 14px;
    font-weight: 500;
    padding: .25em 1.5em .2em 1.5em;
    color: #fff;
    border: 1px solid #199cdc;
    background: #199cdc;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active {
    color: #199cdc;
    border: 1px solid #199cdc;
    background: #fff;
}

.btn.btn-secondary {
    color: #199cdc;
    border: 1px solid #199cdc;
    background: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active,
.btn.btn-secondary:focus {
    color: #fff;
    border: 1px solid #199cdc;
    background: #199cdc;
}

/* ------------------------ HEADER ------------------------ */

.position-fixed {
    z-index: 200;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.16);
}

#header-container {
    overflow: hidden;
}

header.container {
    padding: 30px 0;
}

.logo {
    display: inline-block;
    max-width: 200px;
    padding: 30px 0;
}

.header-1 {
    font-weight: 300;
    color: #707070;
}

.header-2 {
    font-weight: 700;
    color: #000;
}

#header-container.shrink a.logo {
    max-width: 120px;
    padding: 10px 0;
}

#header-container.shrink .socials {
    margin-top: 10px;
}

.header-image img {
    opacity: .6;
}

/* ------------------------ HAUPTMENU ------------------------ */

nav ul {
    display: flex;

}

nav li {
    display: flex;
}

nav a {
    color: #000;
}

.main-nav {
    margin-bottom: 0;
}

.main-nav a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    padding: 1em 1em;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.main-nav a:hover {
    font-weight: 400;
    color: #199cdc;
}

.main-nav li.active a {
    font-weight: 400;
    color: #199cdc;
}

nav.navbar li {
    display: block;
    float: none;
    margin-bottom: 0.3em;
}

nav.navbar a {
    font-size: 18px;
    line-height: inherit;
    display: inline;
    padding: 0;
}

.navbar-nav {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
    padding-top: 30px;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li > a {
    padding-top: 10px;
}

.menu-sub {
    margin-bottom: 0;
}

.menu-sub li.active a {
    font-weight: 400;
    color: #199cdc;
}

/* ------------------------ HAMBURGER ------------------------ */

#menu-toggle {
    z-index: 2200;
    padding: 10px 0;
    border: 0;
    background: transparent;
}

.animated-icon2 {
    position: relative;
    width: 30px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    transform: rotate(0deg);
}

.animated-icon2 span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    transform: rotate(0deg);
    opacity: 1;
    border-radius: 9px;
    background: #000;
}

.animated-icon2 span:nth-child(1) {
    top: 0;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
    top: 10px;
}

.animated-icon2 span:nth-child(4) {
    top: 20px;
}

.animated-icon2.open span:nth-child(1) {
    top: 11px;
    left: 50%;
    width: 0;
}

.animated-icon2.open span:nth-child(2) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
    top: 11px;
    left: 50%;
    width: 0;
}

#navbar-collapse li.nav-item a {
    display: block;
    padding: 6px 0;
    border-top: 1px solid #000;
}

#navbar-collapse ul.submenu {
    display: block;
}

#navbar-collapse ul.submenu li.nav-item {
    display: block !important;
    width: 100%;

}

#navbar-collapse ul.submenu li.nav-item a {
    font-size: 16px;
    padding: 0;
    border-top: none;
}

/* ---------------------- BREADCRUMB ---------------------- */

nav#breadcrumb {
    background: transparent;
}

ol.breadcrumb {
    padding: 0;
    background: transparent;
}

nav#breadcrumb li {
    font-size: 14px;
    color: #355b8c;
}

nav#breadcrumb li a {
    font-size: 14px;
    color: #303030;
}

nav#breadcrumb li.active {
    font-weight: 500;
    content: "/";
    color: #303030;
}

/* ---------------------- SOCIALS ---------------------- */

.socials i {
    font-size: 26px;
    display: inline-block;
    margin-left: .5em;
    transition: 0.3s;
    color: #d7d7d7;
}

.socials a:first-child i {
    margin: 0;
}

.socials i:hover {
    color: #199cdc;
}

/* ---------------------- CONTENT ---------------------- */

main {
    padding-bottom: 100px;
}

#p-3 main > div {
    margin-top: 15px !important;
}

.demoContainer video {
    width: 100%;
}

/* ------------------------ FORM ------------------------ */

form h2 {
    display: none !important;
}

form label {
    font-weight: 400;
    display: block;
    text-align: left !important;
    text-transform: uppercase;
}

form .form-control {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

form textarea {
    height: 300px !important;
}

/* ---------------------- NEWS / DISPATCHES ---------------------- */

.news .news-list-view .article {
    margin: 15px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.news .news-list-view-normal .article {
    margin: 0;
    margin-bottom: 30px;
}

.news .news-list-view p {
    text-align: left;
}

.news .article h3 {
    margin-bottom: .3em;
}

.slick .news-inner,
.slick .header {
    text-align: center;
}

.date,
.slick .news-list-date {
    font-size: 14px;
    font-weight: 300;
    color: #9f9f9f;
}

.slick .header {
    margin: .5em 0;
}

.slick-arrow:before {
    display: none;
}

.slick-arrow img {
    color: rgba(0, 0, 0, 0.16);
}

.slick-dots {
    bottom: 0;
}

/* ---------------------- Allgemein ---------------------- */

.title {
    font-weight: 500;
}

.main-authors {
    font-size: 14px;
}

/* ---------------------- Dreispalter ---------------------- */

.dreispalter h3 {
    margin: 15px 0;
}

.dreispalter .bi {
    font-size: 40px;
    color: #3d4849
}




/* ---------------------- Explorer ---------------------- */

.tx-system-explorer label.input-group-text {
    border-radius: 0.25rem 0.25rem 0 0;
}
.tx-system-explorer .ss-single-selected {
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: none;
}

.tx-system-explorer label.input-group-text,
.tx-system-explorer .ss-main {
    font-size: .8rem;
}

/* All products */
.select-product.selected-all-sources .ss-option.all-sources,
.select-product.selected-all-sources .ss-option.fao-synthesis,
.select-product.selected-all-sources .ss-option.fao-fbs,
.select-product.selected-all-sources .ss-option.fao-sua,
.select-product.selected-all-sources .ss-option.miv-fao-syn {
    display: none !important;
}

.select-product.selected-all-sources .ss-option.all-sources {
    display: block !important;
}

/* FAO Synthesis 1.0 products */
/* FAO Synthesis 1.1 products */
.select-product.selected-fao-synthesis .ss-option.all-sources,
.select-product.selected-fao-synthesis .ss-option.fao-synthesis,
.select-product.selected-fao-synthesis .ss-option.fao-fbs,
.select-product.selected-fao-synthesis .ss-option.fao-sua,
.select-product.selected-fao-synthesis .ss-option.miv-fao-syn {
    display: none !important;
}

.select-product.selected-fao-synthesis .ss-option.all-sources,
.select-product.selected-fao-synthesis .ss-option.fao-synthesis {
    display: block !important;
}

/* fao-fbs products */
.select-product.selected-fao-fbs .ss-option.all-sources,
.select-product.selected-fao-fbs .ss-option.fao-synthesis,
.select-product.selected-fao-fbs .ss-option.fao-fbs,
.select-product.selected-fao-fbs .ss-option.fao-sua,
.select-product.selected-fao-fbs .ss-option.miv-fao-syn {
    display: none !important;
}

.select-product.selected-fao-fbs .ss-option.all-sources,
.select-product.selected-fao-fbs .ss-option.fao-fbs {
    display: block !important;
}

/* fao-sua products */
.select-product.selected-fao-sua .ss-option.all-sources,
.select-product.selected-fao-sua .ss-option.fao-synthesis,
.select-product.selected-fao-sua .ss-option.fao-fbs,
.select-product.selected-fao-sua .ss-option.fao-sua,
.select-product.selected-fao-sua .ss-option.miv-fao-syn {
    display: none !important;
}

.select-product.selected-fao-sua .ss-option.all-sources,
.select-product.selected-fao-sua .ss-option.fao-sua {
    display: block !important;
}

/* miv-fao-syn products */
.select-product.selected-miv-fao-syn .ss-option.all-sources,
.select-product.selected-miv-fao-syn .ss-option.fao-synthesis,
.select-product.selected-miv-fao-syn .ss-option.fao-fbs,
.select-product.selected-miv-fao-syn .ss-option.fao-sua,
.select-product.selected-miv-fao-syn .ss-option.miv-fao-syn {
    display: none !important;
}

.select-product.selected-miv-fao-syn .ss-option.all-sources,
.select-product.selected-miv-fao-syn .ss-option.miv-fao-syn-germany {
    display: block !important;
}

/* ID: 7 Demo Resources/Outcomes */
.select-product.selected-demo-resources-outcomes .ss-option.all-sources,
.select-product.selected-demo-resources-outcomes .ss-option.fao-synthesis,
.select-product.selected-demo-resources-outcomes .ss-option.fao-fbs,
.select-product.selected-demo-resources-outcomes .ss-option.fao-sua,
.select-product.selected-demo-resources-outcomes .ss-option.miv-fao-syn {
    display: none !important;
}

.select-product.selected-demo-resources-outcomes .ss-option.all-sources,
.select-product.selected-demo-resources-outcomes .selected-only-all-sources {
    display: block !important;
}

.rs-container .rs-bg, .rs-container .rs-selected,
.rs-container .rs-selected {
    border: none;
    background: #e9ecef;
}

.rs-container.disabled .rs-selected {
    background: #e9ecef;
}

.rs-container.disabled .rs-scale span ins {
    color: #666;
}

/* --------- YEAR SELECT --------- */

#year-radio li {
    display: inline;
    padding: 0 3px;
}

#year-radio label:before,
#year-radio label:after {
    display: none;
}

#year-radio input {
    display: none;
}

#year-radio label {
    font-size: .8rem;
    font-weight: 400;
    padding: 0.2rem 0.55rem;
    color: #495057;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    background-color: #fff;
}

#year-radio label:hover {
    cursor: pointer;
}

#year-radio input[type="radio"]:checked + label {
    background-color: #e9ecef;
}

#year-radio input[type="radio"]:disabled + label {
    cursor: default;
    opacity: .5;
}

#year-radio input[type="radio"]:focus + label {

}

/* ---------------------- Explorer BETA ---------------------- */

#p-38 main > div {
    margin-top: 0;
}


/* ---------------------- Publishing Source ---------------------- */

.publishing-source {
    border-bottom: .1em solid rgba(0, 0, 0, 0.16)
}

.publishing-source:last-child {
    border: 0;
}

.publishing-source > a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.publishing-source > a:hover {
    color: #199cdc;
}

.publishing-source > a:hover {
    text-decoration: none;
}

.publishing-source > a > span {
    display: block;
}

.publishing-source-detail ul {
    list-style-type: none;
}

.publishing-source-detail li svg {
    position: relative;
    top: -2px;
}

/* ---------------------- Publishing Detail ---------------------- */

.publishing-source-detail > div {
    padding-bottom: 1em;
}

.publishing-source-detail .label {
    font-size: 16px;
    font-weight: 700;
    color: #303030;
}

/* ---------------------- Documentary LIST ---------------------- */

#c83 .bi {
    font-size: 40px;
    color: #3d4849
}



.document-in-documentary p {
    text-align: left;
}

.document-in-documentary img {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#p-43 main p {
    text-align: left;
}

#p-43 main img {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#p-43 .buttonCentered  {
   text-align: left!important;
}

/* ---------------------- FOOTER ---------------------- */

.footer-container-shadow {
    height: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.16);
}

footer a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1em;
    color: #9f9f9f;
}

footer .nav-item {
    display: flex;
    align-items: flex-start;
    width: 100%;

}

footer .nav-item a {
    line-height: 1.3em;
    display: block;
}

footer .nav-item a.footer-nav-one {
    font-weight: 400;
    margin-bottom: 1em;
    color: #2c2c2c;
}

footer ul.service-nav {
    line-height: 1em;
    padding-left: 1em;
    list-style-type: none;
    border-left: 1px solid rgba(0, 0, 0, 0.16);
}

footer ul.service-nav li {
    padding-bottom: .3em;
}

.iframe-container {
    overflow: hidden;
    width: 100vw;
    background: url(../Icons/spinner.gif) center 30% no-repeat;
}

iframe {
    overflow: hidden;
    width: 100vw;
    height: 700px;
    border: 0;
}

.iframe-container iframe.system-explorer-beta {
    height: 1000px;
}

@media (min-width: 768px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min--moz-device-pixel-ratio: 3), only screen and (-o-min-device-pixel-ratio: 3/1), only screen and (min-device-pixel-ratio: 3) {

    .explorer-container {
        display: block !important;
    }

    .no-explorer-message {
        display: none !important;
    }
}

@media (min-width: 992px) {
    h1,
    #p-1 h2 {
        font-size: 28px;
    }

    .slick-dots {
        bottom: -20px;
    }

}

@media (min-width: 1200px) {

}
