/* CSS Document */
body {
background-color: #f2f3f6 !important;
}

a.page-link {
  background-color: #f2f3f6 !important;
}

a, a:hover,a.card:hover {
  text-decoration: underline !important;
}

header a, h2 a, h3 a, a.card-link, a.btn, footer a, .breadcrumb a, a.nav-link,.list-group-item,a.card  {
    text-decoration: none !important;
}

.basic_font_size {
font-size: var(--bs-body-font-size) !important;
}

h2 {
  font-size: 1.8em !important;
}

h3 {
  font-size: 1.7em !important;
}

h4 {
  font-size: 1.6em !important;
}

h5 {
  font-size: 1.3em !important;
}

.logo-awd {
  width: 200px !important;
}

.awd-size-medium{
  font-size: 1rem;
}

.awd-radius-none {
  border-radius: 0 !important;
}

.badge-awd {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.6;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-style: italic;
  width: 80%;
  border-radius: 10px 0px 0px 10px;
}

.badge-awd-small {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 2.6;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-style: italic;
  width: 80%;
  border-radius: 10px 0px 0px 10px;
}

.pagination-size {
  font-size: 1.5em !important;
  color: var(--bs-link-color);
}

.pagination-size:hover {
    color: var(--bs-link-hover-color);
}

.badge-size-awd {
    font-size: 1em !important;
}

.ul-awd li {
  line-height: 2em !important;
}

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

.img-opacity {
  opacity: 0.9;
} 

.img-opacity:hover {
  opacity: 1;
}

/*cookies modal */
/* The Modal (background) */
.modal2 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1000; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
-webkit-animation-name: fadeIn; /* Fade in the background */
-webkit-animation-duration: 0.4s;
animation-name: fadeIn;
animation-duration: 0.4s
}
/* Modal Content */
.modalx-content {
position: fixed;
bottom: 0px;
background-color: #fefefe;
border-radius: 5px;
width: 100%;
-webkit-animation-name: slideIn;
-webkit-animation-duration: 0.4s;
animation-name: slideIn;
animation-duration: 0.4s;
padding: 20px;
font-size: 11pt !important;
}
/* The Close Button */
.close2 {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.clos2:hover,
.close2:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
@media (max-width: 968px) {
.modal2 {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modalx-content {
background-color: #fefefe;
margin: auto;
padding: 5px;
border: 1px solid #888;
width: 100%;
font-size: 10pt !important;
}
/* The Close Button */
.close2 {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close2:hover,
.close2:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.cookies_nastavenia {
  margin-top: 1px;
  padding: 5px;
  background: #ECECEC;
  font-size: 10pt !important;
}

.cookies_nastavenia p {
  margin: 5px !important;
}

}
/*koniec cookies modals */ 