/* Include NATUR Font: */
@font-face {
    font-family: "Natur";
    src: url("../fonts/NATUR.otf") format("opentype");
}

@font-face {
    font-family: "Roboto Slab";
    src: url("../fonts/RobotoSlab.ttf") format("opentype");
}

body {
    margin: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    font-family: "Roboto Slab";
    font-weight: 300;
}

a:visited {
    color: rgb(56, 56, 56);
}

a:visited {
    color: rgb(28, 28, 31);
}

.grey1 {
    background: rgba(0, 0, 0, 0.4);
}

.grey2 {
    background: rgba(0, 0, 0, 0.45);
}

.grey3 {
    background: rgba(0, 0, 0, 0.50);
}

.grey4 {
    background: rgba(0, 0, 0, 0.55);
}

.grey5 {
    background: rgba(0, 0, 0, 0.6);
}

.grey6 {
    background: rgba(0, 0, 0, 0.65);
}

.grey7 {
    background: rgba(0, 0, 0, 0.7);
}

.grey8 {
    background: rgba(0, 0, 0, 0.75);
}

.grey9 {
    background: rgba(0, 0, 0, 0.8);
}

.grey10 {
    background: rgba(0, 0, 0, 0.85);
}

#title {
    float: left;
    font-family: "Natur";
    font-size: 36px;
}

.content {
    flex-grow: 4;
    /* default 0 */
    overflow: scroll;
    position: relative;

}

.topnav {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;

}

/* Style the links inside the navigation bar */
.topnav>a {
    font-family: "Natur";
    color: #fbf9f9;
    text-align: left;
    padding: 5px 5px;
    text-decoration: none;
    font-size: 17px;
    writing-mode: vertical-rl;
}

.topBar {
    position: absolute;
    right: 10px;
    color: #fff;
    z-index: 10000;
}

.topBar form {
    border: none;
    padding: 5px;
}

.topBar select {
    border: none;
    font-size: 18px;
    float: right;
    background: rgb(26, 26, 26);
    color: #fff;
    padding: 5px;
    border-radius: 0;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
    background-color: rgba(239, 237, 237, 0.682);
    color: black;
}



.inner-content {
    height: 110%;
}

.inner-content a {
    color: #00cc33 !important;
}


.inner-content>p,
.inner-content>ul,
.footer {
    background: #fffdfd99;
    margin-bottom: 10px;
    border-radius: 5px;
}

.inner-content .flexBox {
    display: flex;
    margin: 20px
}

#myImg {
    margin: 0 !important
}

.inner-content .flexBox p {
    max-width: 600px;
    margin: 20px;
}


.inner-content h1,
.inner-content h2,
.inner-content h3,
.inner-content h4,
.inner-content h5,
.inner-content h6,
.inner-content b {
    font-family: "Natur";
}

.natur-font {
    font-family: "Natur";
}

.footer {
    background: rgba(138, 137, 137, 0.4);
    display: flexbox;
}

.footer a {
    color: rgb(59, 59, 59);
}

.footer a:hover {
    color: rgba(211, 211, 211, 0.9);
    background: rgba(43, 43, 43, 0.4);
}

.footer ul {
    margin: 0;
    list-style-type: none;
}

.footer a.social img {
    width: 32px;
}

a.social {
    background: none !important;
}

.footer .right {
    float: right;
}

.mobile-menu {
    background: black;
    color: white;
    padding: 10px;
    display: none;

}

.mobile-menu a {
    color: white;
    text-decoration: none;
}

.topnav.visible {
    display: flex;
}

.home.inner-content {
    margin-top: 0px;
    padding-top: 0px;
}

#myImg {
    margin: 10px;
    max-width: 600px;
    height: 100%;
}

.home-banner {
    width: 100%
}

@media only screen and (max-width: 600px) {
    .topnav {
        display: flex;
        flex-direction: column;
        height: auto;
        display: none;
    }

    .topnav a {
        writing-mode: horizontal-tb;
    }

    .mobile-menu {
        display: block;
    }

    #myImg {
        margin: 10px;
        height: 100%;
        max-width: 100%;
    }

    .home-banner {
        width: 100%
    }

    .vidBox {
        width: 100%;
    }

    .vidBox video {
        width: 100%;
        height: auto;
    }

}

.slideshow-container {
    max-width: 800px;
    margin-top: 20px;
}


.imgBox #caption {
    position: absolute;
    color: white;
    bottom: 4px;
    width: 100%;
    text-align: center;
    padding: 10px;
    background: #151515;
}

.imgBox {
    position: relative;
    border-radius: 5px;
    margin: auto;
    /* width: fit-content; */
}

.inner-content .imgBox {
    background-color: transparent !important;
}

.vidBox {
    position: relative;
    border-radius: 5px;
    margin: auto;
    width: fit-content;
}

.center {
    text-align: center;
}

.publication {
    background: rgba(255, 255, 255, 0.64);
}

input[type=text],
select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.input-field {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

button {
    width: 100%;
    background-color: #3f3f3f;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

button:hover {
    background-color: black;
}

.search button {
    max-width: 200px;
    margin-right: 10px;
}

.search {
    display: flex;
}

.keywordsValClass {
    background: rgb(255, 230, 86);
    color: black;
    padding: 5px;
    text-decoration: none;
}

.keywordsValClass:hover {
    background: rgb(255, 247, 142);
}


.publication img {
    max-height: 100px
}

.social-icons li {
    display: inline;
}

.social-icons ul {
    padding: 0px
}

.publication {
    font-family: sans-serif;
    padding: 10px;
    margin-bottom: 40px;
    background: #f2f1f1;
}

.publication h3 {
    font-weight: normal;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.publication a {
    color: black
}

.paginator {
    display: flex;
}

.paginator .page {
    margin: auto;
}

.paginator button {
    max-width: 100px;
}

.publication .author {
    font-style: italic;
}

.textParagraph {
    background: white;
    padding: 10px;
}

#resetbutton {
    margin-right: 0px
}

.inner-content.pub {
    padding-top: 50px
}




/* Collapse */


/* Style the collapsible content. Note: hidden by default */
.collapsible-content {
    height: 120px;
    line-height: 20px;
    /* Height / no. of lines to display */
    overflow: hidden;
    display: inline-block;
}


.pub-english-title {
    color: rgba(0, 0, 0, 0.4);
}

/* NATUR press list */
ul.natur-pub,
ul.natur-pub li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.natur-pub li {
    display: inline-block;
}

ul.natur-pub li::after {
    content: ',';
}

ul.natur-pub li.natur-pub-logo::after,
ul.natur-pub li:last-child::after {
    content: '';
}

.natur-pub-translated-title {
    color: #aaa;
}

img.medium-logo {
    max-width: 120px;
}

/* NATUR blog list */
img.blog-cover {
    border-radius: 5px;
}

.natur-blog-item{
    margin-bottom: 2em;
}

.natur-blog-head {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    
}

.natur-blog-meta {
    margin-bottom: 1em;
    color: #aaa;
}

.natur-blog-abstract {
    font-weight: bold;
}

.blog-keyword-list,
.blog-keyword-item {
    display: inline-block;
    padding: 0;
    list-style-type: none;
}

.blog-keyword-item {
    background-color: #ffcc004d;
}

.natur-blog-citation {
    padding: 0.5em 0;
    border-radius: 5px;
    background-color: #dde8c6;
    margin: 1em 0;
}

.natur-blog-citation figure {
    margin: 1em;
}

.natur-blog-citation .citation-caption {
    font-style: italic;
    color: #6c7950;
    display: inline-block;
}

.natur-blog-citation blockquote {
    margin-block-start: .25em;
    margin-block-end: .25em;
    margin-inline-start: 10px;
    margin-inline-end: 10px;

}

/* NATUR messages */
div.messages .alert {
    border: 1px solid;
    padding: 1em;
    margin: 1em 0;
    border-radius: 5px;
}

div.messages .alert:first-child {
    margin-top: 0;
}

div.messages .alert:last-child {
    margin-bottom: 0;
}

.alert.alert-warning {
    color: #3a2500;
    background-color: #fff6c3;
}

.nline {
    display: block;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}


@media screen and (max-width: 605px) {
    .inner-content .imgBox {
        width: 100%;
    }

    .imgBox #caption {
        width: 100%;
    }
}


.mySlides {
    background-color: transparent !important;
}


.page-content{
    padding: 10px 20px 20px 20px;
    background-color: transparent;
}

.line, .blog-item{
    border-radius: 5px;
    background-color: #fffdfd99;
    padding: 20px;
    margin-bottom: 10px;
}

.footer-element{
    background: #fffdfd99;
    padding: 20px;
    margin: 10px 20px;
    border-radius: 5px;

    display: flex; 
    align-items: center; 
    justify-content: space-between; 

}

.clearfix{
    display: block;
    padding: 1px;
}

.blog-body{
    background: #fffdfd99;
    padding: 20px;
    margin: 10px 20px;
    border-radius: 5px;
}

.text-not-translated-warning{
    color: #a90000;
}

.video-container{
    cursor: pointer;
    z-index: 10;
}

.video-container .video-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; 

    box-shadow: inset 0px -13px 16px 0px rgba(105, 131, 88, 0.635);
}

.video-button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 100;
    color: #ffffffaa;

    width: 40px;
    height: 40px;
    transition-duration: 150ms;
}
.video-button.pause{
    opacity: 0;
}

.blog-thumbnail a{
    display: inline-block;
    height: 100%;
    position: relative;
}
.blog-thumbnail .blog-thumbnail-link{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 8px 10px;
    border-radius: 3px;
}
.blog-thumbnail a:hover > .blog-thumbnail-link{
    background-color: rgba(0, 0, 0, 0.85);
}

.related-blogs{
    display: flex;
    flex-flow: row wrap;
}
.related-blogs .blog-thumbnail{
    margin-right: 5px;
    display: flex;
    flex-flow: column;
    word-break: break-word;
    align-items: flex-start;
    justify-content: flex-start;
}

.related-blogs .blog-thumbnail .blog-thumbnail-title{
    width: 200px;
    word-break: break-word;
}


.page-header-slideshow{
    position: relative;
    height: 395px;
    width: 100%;
    overflow: hidden;
}
.page-header-slideshow .page-header-slideshow-item{
    position: absolute;
    z-index: 1000;
    height: 100%;
    width: 100%;
    display: none;
}
.page-header-slideshow .page-header-slideshow-item.active{
    display: block;
}

.social-media-icon{
    background-color: rgba(63, 63, 63, 0.45);
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 5px;
    margin: 5px;
    transition-duration: 100ms;
}
.social-media-icon:hover{
    background-color: rgba(63, 63, 63, 1);
}
.social-media-icon img{
    margin: 0;
    width: 100%;
}


.page-content .imgBox{
    width: fit-content;
}
.page-content .imgBox #caption{
    background: #0000006e !important;
}

.page-content.press .natur-blog-citation{
    margin-bottom: 0;
}


#contact_form .contact_success{
    display: block;
    color: #00cc33;
    font-weight: bold;
    background-color: rgba(0, 204, 51, 0.2);
    border-radius: 5px;
    padding: 1em 0.5em;
}
#contact_form .contact_error{
    display: block;
    color: #a90000;
    font-weight: bold;
    background-color: rgba(169, 0, 0, 0.2);
    border-radius: 5px;
    padding: 1em 0.5em;
}
.citation-publication-link{
    padding-left: 10px;
}

.natur-blog-fulltext img{
    height: 100% !important;
    max-width: 100%;
}