/* *** BODY *** */

@media print {
    body {
        max-width: 1440px;
        background-color: #fff;
        font-family: 'RobotoRegular', sans-serif;
        font-size: 12px;
        color: black;
        margin: 0 auto;
    }
    a {
        text-decoration: none;
        color: black;
    }
    .grid-header {
        display: block;
    }
    .grid-header-2, .grid-header-3 {
        display: none;
    }
    .grid-header-1 {
        text-align: center;
    }
    .mobile-menu {
        display: none;
    }
    .mobile-menu-1 {
        margin: auto 10px;
    }
    .mobile-menu-2 {
        text-align: right;
        margin: auto 10px;
    }
    .menu {
        display: none;
    }
    .menu-item {
        margin: auto 15px;
    }
    main>div {
        page-break-inside: avoid;
    }
    .backtotop {
        display: none;
    }
    .printlinks {
        font-size: 80%;
    }
    .footer {
        display: none;
    }
    .scrolimg{
        display:none;
    }
    .scroll-flagge {
        display:none;
    }
    .flagge-box{
    display:none;
    }
    h1, .ueberschrift {
        font-family: "RobotoRegular", sans-serif;
        line-height: 1.8em;
        color: #007DC0;
    }
    h3, .ueberschrift-h3 {
        font-family: "RobotoRegular", sans-serif;
        line-height: 1.8em;
        color: #007DC0;
    }
    .parameterbox {
        display: block;
        margin: 0;
        padding: 0;
        font-size: 90%;
    }
    .stickybar {
        background-color: #fff;
        margin: 0 0 2em 0;
        padding: 5px;
        border-bottom: 1px solid #3d3d3d;
    }
    .tag {
        float: left;
        border: 1px dashed #3d3d3d;
        border-radius: 0.7em;
        padding: 0.2em 0.5em;
        min-width: 3em;
        text-align: center;
        margin-right: 0.2em;
        margin-bottom: 0.2em;
        background-color: #e0e0e0;
    }
    .parameterlabel {
        float: left;
        border: 1px solid #ed1c2d00;
        border-radius: 0.7em;
        padding: 0.2em 0;
        margin-right: 0.2em;
        margin-bottom: 0.2em;
        font-family: "RobotoBold", sans-serif;
        color: #3d3d3d;
    }
    .suchwort {
        background-color: #007DC0;
        color: #fff;
        border: 1px solid #007DC0;
    }
    .forschungsgebiet {
        /*background-color: #0779b7;
    color: #fff;
     border: 1px solid #0779b7; */
        background-color: #007DC0;
        color: #fff;
        border: 1px solid #007DC0;
    }
    .methode {
        background-color: #007DC0;
        color: #fff;
        border: 1px solid #007DC0;
    }
    .land {
        background-color: #007DC0;
        color: #fff;
        border: 1px solid #007DC0;
    }
    .suchmodus, .zeitraum {
        float: left;
        border: 1px solid #ed1c2d00;
        border-radius: 0.7em;
        padding: 0.2em 0;
        margin-right: 0.2em;
        margin-bottom: 0.2em;
        color: #3d3d3d;
    }
    .headline-parameter {
        display: block;
        font-size: 133.33%;
        font-family: "RobotoBold", sans-serif;
        margin: 0 0 0.3em;
    }
    .formular {
        display: none;
    }
    /* 
//////////////////////////////////
//////////////////////////////////
/////  Accordion Ergebnisse  /////
//////////////////////////////////
//////////////////////////////////
*/
    .nat-accordion-box {
        background-color: #fff;
        color: #3d3d3d;
        /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; */
        /* font-size: 120%;
 /*  line-height: 1.5em;*/
        font-family: "RobotoRegular", sans-serif;
        font-size: 90%;
        line-height: 1.5em;
        display: block;
        /*  border-bottom: 1px solid #dddddd; */
        /* cursor: s-resize; */
        position: relative;
        padding: 0px;
        overflow: hidden;
        /* margin-bottom: 1em;
    margin-top: 1em; */
    }
    /*
.nat-accordion-box:hover {
  background-color: #fcfcfc;
}*/
    .nat-menulabel {
        color: #007DC0;
        font-family: "RobotoMedium", sans-serif;
        font-size: 140%;
        margin: 0.5em 0;
        display: inline;
        font-weight: normal;
        /*border-bottom: 1px dashed #007DC0;*/
    }
    .nat-menulabel:hover {
        letter-spacing: 0.05em;
        /* background-color: #007DC0;
    color: #fff;*/
    }
    .nat-accordion {
        margin-bottom: 0.2em;
        /*cursor:url(/nat-database/icons/pipette.png) 5 26, auto;*/
        cursor: n-resize;
    }
    .nat-accordion-content {
        /*padding: 0 18px; */
        padding-bottom: 2px;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        border-bottom: 2px solid #dddddd;
        margin-bottom: 1.5em;
    }
    .nat-accordion-content-ausgeklappt {
        /*padding: 0 18px; */
        padding-bottom: 2px;
        /* background-color: white;*/
        /*max-height: 0;*/
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        /*border-bottom: 1px solid #dddddd;*/
    }
    /*
@media only screen and (min-width:1000px) {
    .nat-accordion-content {
        /*padding: 0 18px; 
        padding-bottom: 2px;
        /* background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
        border-bottom: 1px solid #dddddd;
    }
}*/
    .reset-button {
        display: none;
    }
    .stickybar-button {
        display: none;
    }
    .ergebnisse {
        font-family: "RobotoBold";
        font-size: 120%;
        color: #3d3d3d;
        float: right;
        width: 20%;
        text-align: right;
    }
    label.nat-result-label-keyword {
        font-family: "RobotoRegular", sans-serif;
        font-size: 90%;
        display: inline;
        font-weight: 500;
        margin-right: 0.5em;
    }
    .nat-result-label {
        font-family: "RobotoRegular", sans-serif;
        font-size: 100%;
        display: inline;
        margin-right: 0.5em;
    }
    .nat-result-label-thin {
        font-family: "RobotoRegular", sans-serif;
        font-size: 100%;
        display: inline;
        margin-right: 0.5em;
    }
    .nat-result-abstract {
        font-family: "RobotoMedium", sans-serif;
        font-size: 100%;
    }
    .nat_creationdate {
        font-family: "RobotoRegular", sans-serif;
        font-size: 80%;
        /*  margin: 5px 0;*/
        color: #3d3d3d;
        display: inline-block;
    }
    .nat-result-block {
        margin-bottom: 0.2em;
    }
    a.keywordlink {
        font-size: 90%;
        text-decoration: none;
        color: #333;
    }

    .nat-result-year {
        font-family: "RobotoMedium", sans-serif;
    }
    a.nat-result-link {
        line-height: 1.8em;
        color: #007DC0;
        text-align: center;
    }
    p.normal-text {
        line-height: 1.8em;
        font-size: 100%;
        color: #3d3d3d;
    }
    .contact {
        margin-top: 50px;
        margin-bottom: 50px;
    }
}