/* Tartalom */

body {
  background-color: #B1EBB2;
  min-width: 200px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 1rem;
  margin-bottom: 0.25rem;
}

#tartalom {
  padding-bottom: 20px;
}

#tartalom p {
  text-align: justify;
}

.content {
  background-color: #98D6D6;
}

.kiemelt {
  font-weight: bold;
}

/* Linkek */

a, a:link {
  color: #0006A8;
}

a:hover, a:active {
  color: #151dff;
}

a:visited {
  color: #0008e4;
}

/*  Navbar, footer  */
.footer, .nav-color {
  background-color: #7AACAC !important;
}

.nav-border, .footer-border {
  border-top: 1px solid black;
}

/*  Navbar  */

nav a[class="nav-link inactive"]{
  color: #243232 !important;
}
nav a[class="nav-link active"]{
  font-weight: bold;
}

.nav-border {
  border-bottom: 1px solid black;
  border-top: 2px solid black;
}

.borito {
  background-repeat: no-repeat;
  height: 30vh;
  max-height: 200px;
  background-size: cover; 
  margin: 0;
}


#nav_kep_bal {
  background-image: url(../img/borito/Cararo_antracit_bal.jpg);
  background-position: 0 20%;
}
#nav_kep_kozep {
  background-image: url(../img/borito/ciklamen_kozep.JPG);
  background-position: 0 50%;
}

#nav_kep_jobb {
  background-image: url(../img/borito/Cararo_vitorlavirag_jobb.jpg);
  background-position: 0 20%;
}

#nav_kep_kicsi {
  background-image: url(../img/borito/ciklamen_egyedul.JPG);
  background-repeat: no-repeat;
}

.kipozicional{
  position: absolute;
  left: -9999px;
}

.kipozicional:focus {
  position: static;
  background-color: #fff;
}

/*  Footer */
footer {
  padding-top: 20px;
  margin-bottom: 0;
}

footer p {
  margin-bottom: 5px;
}

footer ul {
  list-style-type: circle;
  padding-bottom: 10px;
}

footer {
  font-size: 0.9rem;
  overflow: hidden;
}

/* Nyomtatási kép*/
@media print {
  body {
    font-family: 'Times New Roman', Times, serif;
    margin: 1cm;
  }

  #tartalom {
    width: 100%;
    padding: 0;
  }

  header, footer {
    display: none;
  }

  a::after {
    content: " (" attr(href) ")";
  }

  figure a::after {
    content: none;
  }
}
