/*
 * print.scss
 */

@page {
  size: auto;
  margin: 25px 0 0;
}

html,
body {
  background: white;
  height: 100%;
  overflow: hidden;
  max-height: 100%;
  page-break-after: always;
  -webkit-print-color-adjust: exact !important;
}

h1 {
  font-family: "aquilone-bold";
  font-size: 48px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin: 12px auto 61px;
  width: auto;
  height: auto;
  text-indent: 0px;
  color: #61554b !important;
}

h2 {
  font-family: "aquilone-bold";
  font-size: 30px;
  letter-spacing: 6px;
  color: #61554b !important;
}

h3 {
  font-family: "aquilone-bold";
  font-size: 24px;
  letter-spacing: 2px;
  margin-top: 75px;
  color: #61554b !important;
}

h4 {
  font-family: "gt-sectra-medium";
  font-size: 19px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  color: #61554b !important;
}

h5 {
  font-family: "gt-sectra-book";
  font-size: 12px;
  font-style: italic;
  letter-spacing: 1px;
  color: #61554b !important;
}

p {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.3em;
  font-style: italic;
  margin-bottom: 12px;
  color: #61554b !important;
}

a[href]:after {
  content: none !important;
}

a {
  color: #61554b !important;
}

.highlight {
  color: #cea052 !important;
}

table {
  font-family: "oakes-light";
  font-size: 15px !important;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-style: italic;
}

table td {
  vertical-align: top;
  color: #61554b !important;
}

table th {
  font-weight: 500;
  color: #61554b !important;
}

hr {
  width: 10%;
  margin-top: 42px;
  margin-bottom: 42px;
}

button {
  border-radius: 0;
}

a {
  color: #cea052;
}

a:hover,
a:focus,
a:active {
  color: #61554b;
  text-decoration: none;
}

.print-menu {
  display: none;
}

.no-padding {
  padding: 0;
}

.copyright {
  display: none;
}

button.navigation {
  display: none;
}

nav.menu {
  display: none;
}

.logo-krul {
  display: none;
}

.social {
  display: none;
}

.content .content-left {
  display: none;
}

.content .content-right {
  position: relative;
  min-height: 650px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content .line-small {
  margin: 72px auto 162px;
  border-bottom: 1px solid #61554b;
  color: #61554b !important;
  background: none;
}

.content .line-big {
  border-bottom: 2px solid #61554b;
  color: #61554b !important;
}

.content ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.content ul.menu-small li {
  margin: 18px 0;
}

.content ul.menu-small li a {
  font-family: "aquilone-bold";
  font-size: 18px;
  letter-spacing: 3px;
}

.content ul.menu-small li a:hover {
  color: #cea052;
}

.content ul.menu-small.first {
  margin-bottom: 20px;
}

.content ul li {
  list-style-type: none;
}

.content ul li a {
  color: #61554b;
}

.content ul li a:hover,
.content ul li a:active,
.content ul li a:focus {
  text-decoration: none;
}

.map img.screen {
  display: none;
}

.map img.print {
  display: block;
  margin: 0 auto 50px;
}

.print-biotope-img {
  display: block !important;
}

h1.biotope {
  display: none;
}

