/*
 * **************************************************-
 * InGrid Portal Base
 * ==================================================
 * Copyright (C) 2014 - 2024 wemove digital solutions GmbH
 * ==================================================
 * Licensed under the EUPL, Version 1.2 or – as soon they will be
 * approved by the European Commission - subsequent versions of the
 * EUPL (the "Licence");
 * 
 * You may not use this work except in compliance with the Licence.
 * You may obtain a copy of the Licence at:
 * 
 * https://joinup.ec.europa.eu/software/page/eupl
 * 
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the Licence is distributed on an "AS IS" basis,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the Licence for the specific language governing permissions and
 * limitations under the Licence.
 * **************************************************#
 */
/* PRINT */
.nav-toggle {
  display:none;
}
#detail_meta_header .tab__select, #detail_meta_header .tab__toggles {
  display:none;
}
footer .grid .footer__top-link {
  display:none;
}

#detail_meta .tab__content {
  display:block;
  margin-bottom: 0px !important;
}

.print-title {
  border-top: 4px solid #4ead46;
  display:block;
  padding-top: 15px;
}

.sidebar-toggle {
  display:none;
}

.mq-hide-m {
  display:none;
}

.header__logo {
  margin-left: 0;
}

.desktop-logo {
  width:100%;
  height:100%;
}

.mobile__logo {
  display:none;
}

.mobile__logo-x {
  display:none;
}

.mq-show-l {
  display:none;
}

#footer #navFunctionsWrapper, #footer #social-media-footer, #footer .copyright .bkg-logo, #footer .copyright .legal-links .hide-for-small-only {
  display:none;
}

.popup {
  display:none;
}

.container {
  padding-bottom: 100px;
}

.nav-desktop {
    border: 0px solid #0066b3;
}
