@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}

html {
    background: rgba(11, 11, 44, 1.0);
}

body {
    background-color: #ffffff;
}

header {
    background-color: rgba(11, 11, 44, 1.0);
    color: white;
}

footer {
    background-color: rgba(11, 11, 44, 1.0);
    color: white;
}

footer .secondary {
    color: #ddd;
}

footer h1 {
    font-size: calc(1rem + .9vw);
    margin-top: 24px;
}

footer h2 {
    font-size: calc(0.9rem + .9vw);
    margin-top: 24px;
}

.btn-banner {
    text-decoration: none;
    color: white;
    padding: 12px 16px;
    border: solid 2px rgba(255,255,255,0.7);
    border-radius: 12px;
    margin-top: 32px;
    display: inline-block;
    letter-spacing: 2px;
}

.btn-banner:hover {
    background: rgba(255,255,255,0.2);
    transition: background-color 0.5s;
    color: white;
}

#map {
    height: 320px;
    margin-top: 12px;
}

.nav-btn {
    border: solid 1px;
    border-color: rgba(0,0,0,0);
    border-radius: 6px;
    padding: 6px 8px;
}

.nav-btn:hover {
    border-color: rgba(255,255,255,0.7);
}

.baneris {
    background: url('img/grid1.png'), linear-gradient(0deg, rgba(98, 0, 255, 0.3), rgba(11, 11, 44, 1.0)), url("img/foto.jpg");
    background-size: auto, cover, cover;
    background-repeat: repeat, no-repeat;
    background-position: center;
    width: 100%;
    padding: 200px 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 32px;
}

.material-symbols-outlined {
    font-variation-settings: 'FILL' 0, 'wght' 800, 'GRAD' 0, 'opsz' 64
}

.social-icon {
    text-decoration: none;
    padding: 8px;
}

.social-icon img {
    height: 28px;
    text-decoration: none;
}

h1 {
    margin-top: 48px;
}

h1 .heading-icon {
    font-size: 0.85em;
    margin-right: 16px;
    border-right: solid 2px #eeeeee;
    padding-right: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #aaa;
}

.sm-icon {
    font-size: 16px;
}

table.timetable {
    color: #626262;
    font-size: 0.95em;
}

.important,
table.timetable .important,
table.timetable .important a {
    text-decoration: none;
    color: #f9683a;
    font-weight: bold;
}

table.timetable .important .sm-icon {
    margin-left: 4px;
    vertical-align: middle;
}

table.timetable .important a {
    border-bottom: solid 1px #f9683a;
}

table.timetable .important a:hover {
    border-bottom: solid 1px #ff8d6b;
    color: #ff8d6b;
}

table.timetable td {
    vertical-align: middle;
}

table.timetable td.time {
    width: 15%;
}

table.timetable td.icon {
    width: 0.1%;
}

.spacer {
    height: 64px;
}

.atbalstitaji {
  height: 270px; 
  position:relative; 
  overflow:hidden;
}

#atbalstitaji {
  position:absolute; 
  top:0px; 
  left:0px; 
  overflow:hidden; 
  white-space: nowrap;
  animation: atbalstitajimove 30s linear infinite;
}

.atbalstitaji .atbalstitaji-fade {
  position: relative;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 15%, rgba(255,255,255,0) 85%, rgba(255,255,255,1) 95%); 
}

@keyframes atbalstitajimove {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate(-50%, 0);
  }
}

.atbalstitajs {
  width: 169px;
  height: 169px;
  display:inline-block;
  border:solid 1px #ccc;
  margin:8px;
  padding: 16px;
}

.atbalstitajs span {
    width: 100%;
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.6em;
    font-weight: bold;
}

@media (max-width: 991px) {
    .atbalstitajs {
        width: 130px;
        height: 130px;
        margin: 4px;
        padding: 8px;
    }
}

@media (max-width: 768px) {
    .atbalstitajs {
        width: 130px;
        height: 130px;
        margin: 4px;
        padding: 8px;
    }
}

@media (max-width: 576px) {
    .atbalstitajs {
        width: 116px;
        height: 116px;
        margin: 4px;
        padding: 8px;
    }
}

.atbalstitajs img {
  max-width: 100%;
  max-height: 100%;
}

.karte {
    margin-bottom: 24px;
    position: relative;
}

.karte .karte-title {
    background-color: rgba(0,0,0,0.5);
    color: white;
    padding: 4px 8px;
    position: absolute;
    bottom: 0;
}

.baneris img.logo {
    max-height: 240px;
}

#baneris-logo {
    max-height: 180px;
    margin-bottom: 24px;
}

#headerlogo {
    max-height: 40px;
    max-width: 125px;
    margin-left: 8px;
}

#baneris-logo img {
    max-height: 180px;
    max-width: 564px;
    margin: 0 auto;
}

h2.baneris-subtitle {
    text-transform: none;
    font-size: 1.5em;
    font-weight: 500;
    margin-left: -28px;
    margin-right: -28px;
    margin-bottom: 12px;
}

h2.baneris-subtitle-sm {
    text-transform: none;
    font-size: 1.2em;
    font-weight: 500;
    margin-left: -28px;
    margin-right: -28px;
}


#timetable .span {
    text-align: center;
    font-weight: bold;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 1.2em;
}

#timetable .elite {

}

.daytitle {
    margin-top: 32px;
    margin-bottom: 16px;
    border-bottom: solid 1px #ccc;
}

.footnote {
    color: #626262;
    font-size: 0.95em;
}

.footnote.important {
    color: #f9403a;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 8px;
}

.anchor {
    position: relative;
    top: -72px;
}

.timetable-icon {
    max-height: 32px;
    max-width: 32px;
}

.timetable-icon-text {
    padding-left: 4px;
    vertical-align: middle;
}

.veryberry-title {
    color: #ea333d;
    font-weight: bold;
}

.apf-title {
    color: #eeb241;
    font-weight: bold;
    border-bottom: solid 1px #eeb241;
}

.almo-title {
    color: #089f2e;
    font-weight: bold;
    border-bottom: solid 1px #089f2e;
}

.hidden {
    visibility: hidden !important;
    height: 0px !important;
}

.btn-banner-sm {
    margin: 0px;
    margin-top: 8px;
    width: 100%;
    font-size: 0.9em;
}

.btn-banner-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-banner-sm-container {
    display: inline-block;
}

.btn-space {
    width: 12px;
}