

.multiselectbox {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .col-lg-5th {
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.multiinput {
    margin-bottom: 5px;
}

.horizontal-scroll {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    scrollbar-width: none;
}
.horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.touch-scroll {
    touch-action: pan-x;
}

.kliimainfo-common {
    max-width: 1360px;
    margin: 0 auto;
    padding: 1rem;
    /*border-radius: 12px;*/
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.kliimainfo-common .scroll-wrapper {
    overflow-x: auto;
}

.kliimainfo-common .card {
    min-width: 250px;
    max-width: 250px;
    flex-shrink: 0;
}

.scroll-wrapper {
    position: relative;
    overflow: hidden;
}

#kliimaBackground {
    position: relative;
    z-index: 1;
    padding-top: 9rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

#backgroundFader {
    background-repeat: no-repeat;
}

#kliimaScroll .card {
    min-width: 250px;
    max-width: 250px;
    height: 100%;
    max-height: 450px;
    overflow: hidden;
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(253, 229, 179, 0.81);
    border: none;
    color: #cc1f6d;
    font-size: 4rem;
    width: 40px;
    height: 60px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn.left { left: 0; }
.scroll-btn.right { right: 0; } .horizontal-scroll {
                                    scroll-behavior: smooth;
                                    -webkit-overflow-scrolling: touch;
                                    overflow-x: auto;
                                    scrollbar-width: none;
                                }
.horizontal-scroll::-webkit-scrollbar {
    display: none;
}

.touch-scroll {
    touch-action: pan-x;
}

.scroll-wrapper {
    position: relative;
    overflow: hidden;
}

#kliimaBackground {
    position: relative;
    z-index: 1;
    padding-top: 9rem;
    padding-bottom: 1rem;
    overflow: hidden;
}

#backgroundFader {
    background-repeat: no-repeat;
}

#kliimaScroll {
    position: relative;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8); /* optional overlay for readability */
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: rgba(253, 229, 179, 0.81);
    border: none;
    color: #cc1f6d	;
    font-size: 4rem;
    width: 40px;
    height: 60px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-btn.left { left: 0; }
.scroll-btn.right { right: 0; }

.promohind {
    background-color: #fff;
    float: right;
    font-size: 2.2em;
    font-family: "Rambla bold", serif;
    border: 2px solid  #e7247a; /* ✅ visible border */
    /*border-radius: 6px;         !* Optional: rounded corners *!*/
    padding: 4px 8px;

    /*    font-weight: bold; */
}
.containerr {
    position: relative;
    /*border: 3px solid green;*/
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid #d7e7b9;

}

.hotel-description {
    column-count: 2;
    column-gap: 2rem;
    line-height: 1.6;
    text-align: justify;
}

@media (max-width: 768px) {
    .hotel-description {
        column-count: 1;
    }
}


.container {
    max-width: 1400px;
}

@font-face {
    font-family: "Rambla regular";
    src: url(/media/fnt/rambla-regular.woff) format("woff");
}

@font-face {
    font-family: "Rambla bold";
    src: url(/media/fnt/rambla-bold.woff) format("woff");    
}

body {
    font-family:"Times New Roman", Times,serif;
    /*    background: #feecc0; */
    margin: 0;
    padding: 0;
}

h1 {
    font-family: "Rambla bold", sans-serif;
    color: black;
    font-size: 1.8em;
    font-weight: normal;
}

.jumbotron h1 {
    font-family: "Rambla bold", sans-serif;
    color: black;
    font-size: 2.0em;
    font-weight: normal;
}

h2 {
    color: black;
    font-family: "Rambla bold", sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    text-align: left
}

h3 {
    color: black;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px dotted black;
}

h4 {
    font-family: "Rambla bold", sans-serif;
    color: black;
    font-size: 1.1em;
    font-weight: bold;
}

a{
    color: black;

}

.footer{
    color: #adadaddc !important;
}

.footer a{
    color: #adadaddc !important;
    text-decoration: underline;
}
a:hover, a:focus {
    color: #e7247a;
    text-shadow: -1px 1px 8px #fff, 1px -1px 8px #fff;
}




.promohind_realopus {
    padding: 3px;
    font-family: "Rambla bold", sans-serif;
    color: #ffffff;
    background-color: #e7247a;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #cc1f6d;; /* <<< see rida on oluline! */
}
.promohind_realopus:hover{
    color: #cc1f6d;
    background-color: #ffffff;
    border-color: #cc1f6d;
}

.promohind_realopus:active {
    color: #cc1f6d;
    background-color: #fff;
    border-color: #cc1f6d;
}

.btn-default, .btn-secondary {
    background-color:  #cc1f6d ;
    color:#ffffff;
    font-weight: bold;
    border-color: #cc1f6d;
}

.btn.btn-secondary:not(:disabled):not(.disabled):hover,
.btn.btn-secondary:not(:disabled):not(.disabled):focus,
.btn.btn-secondary:not(:disabled):not(.disabled):active,
.btn.btn-default:not(:disabled):not(.disabled):hover,
.btn.btn-default:not(:disabled):not(.disabled):focus,
.btn.btn-default:not(:disabled):not(.disabled):active{
    background-color:#fff;
    border-color:#cc1f6d;
    color:#cc1f6d;
}

/* (soovi korral) fookusrõnga toon */
.btn.btn-secondary:focus,
.btn.btn-default:focus{
    box-shadow:0 0 0 .2rem rgba(204,31,109,.25);
}

/* Disabled – ära lase Bootstrapil neid “halliks” teha
   ja välista hoveriefekt */
.btn.btn-secondary:disabled,
.btn.btn-secondary.disabled,
.btn.btn-default:disabled,
.btn.btn-default.disabled{
    background-color:#cc1f6d;
    border-color:#cc1f6d;
    color:#fff;
    opacity:1;            /* BS paneb .65 – tühistame */
    pointer-events:none;  /* jääb funktsionaalselt disabled */
}
.form-control:focus {
    border-color: #e7247a;
    outline: 0px none;
    box-shadow:
            0px 1px 1px rgba(0, 0, 0, 0.075) inset,
            0px 0px 8px rgba(200, 28, 105, 0.82);
}

::-moz-selection {
    background: #e7247a;
    text-shadow: none;
}

::selection {
    background: #e7247a;
    text-shadow: none;
}



.mainnavbar {
    background-color:  #cc1f6d ;
    color:#ffffff;
    font-weight: bold;
    border-color: #cc1f6d;
}


.mainnavbar *:not(.dropdown-item) {
    color: white;
}

#menyynupp .navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 5rem; /* <-- adds space between items */
    width: 100%;
}

#menyynupp .navbar-nav .nav-item {
    flex: unset;        /* removes forced equal width */
    text-align: left;   /* or leave out entirely */
}

.my-bigger-nav {
    font-size: 1.5rem !important;
    color: white !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: white;
}



.dropdown-menu {
    background-color: white;
    color: black !important;
}

.jumbotron {
    background-color: #FEF6E8;
    min-height: 300px;
}

.adpanel {
}

#stats > .panel {
    padding-left: 0;
    padding-right: 0;
}

/*.linklist .navbar-default .navbar { min-height:28px; height: 28px; }
.linklist .navbar-default .navbar .navbar-brand{ padding: 0px 12px;font-size: 16px;line-height: 28px; }
.linklist .navbar-default .navbar .navbar-nav > li > a {  padding-top: 0px; padding-bottom: 0px; line-height: 28px; }
*/

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #e7247a;
    background-color: #ffffff;
    border-color: #e7247a;
}



.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e7247a;
    outline: 0px none;
}
.footer-link {
    font-size: 1.3rem;        /* make text larger */
    padding: 0.5rem 1rem;     /* add space around */
    display: inline-block;    /* makes padding apply properly */
}


.table-striped > tbody > tr > td,
.table-striped > tbody > tr > th {
    background-color: #fefefc;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fefdf4;
}

#accordion .panel-heading {
    background-color: #fefdf4 !important;
}

/*
#accordion .panel-collapse {
    background-color: red !important;
}
*/

div.img-valign {
    /*height: 10em;*/
    position: relative;
}

div.img-valign img {
    margin-left: 5px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.omataust {
    /*color: #fff;*/
    background-color: #fef6e8;
    border-color: #fef6e8;
}

.big_banner {
    position: relative;
    top: 0;
    left: 0;

}

.reisiekspert_logo {
    position: absolute;
    top: 15px;

    left: 10px;
    border: none !important;

    max-height: 100%;
    height: auto;
}

.panel-primary>.panel-heading {
    background-color: #FEF6E8;
    border-color: #e7247a;
}

.panel-primary {
    border-color: #FEF6E8;
}

h2.panel-title {
    color: #e7247a;
    font-size: 1.6em;
}

ul.loend {
    list-style: disc;
    margin-left: 0px;
    padding-left: 2em;
    /* text-indent: -0.5em; */
}


.divider {
    height: 1px;
    width:100%;
    display:block; /* for use on default inline elements like span */
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #e7247a;
}

a.list-group-item, button.list-group-item {
    color: #555;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.ui-autocomplete-input, .yldotsing_otsitav {
    font-family: "Rambla regular", serif !important;
    font-weight: normal;
    text-align: left
}

.card-header {
    padding: 1px;
    padding-left: 5px;
    color:  #fff;
    font-family: "Rambla bold",serif;
    /*font-size: 1.6em;*/
    font-weight: normal;
    text-align: left;
    background: #e7247a;
    /*background: #FDE5B3;*/
}



/* datatables lehtede kerimisriba (pagination)*/
.page-item .page-link {
    color: #e7247a;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #e7247a;
    border-color: #e7247a;
}

.page-link:hover {
    z-index: 2;
    color: #e7247a;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/*peamneüü valikute värvid*/
@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 992px) {
    .card-columns {
        column-count: 2;
    }
}fff

@media (min-width: 1200px) {
    .card-columns {
        column-count: 2;
    }
}

.splashImage {
    position: relative;
    width: 100%; /* for IE 6 */
}

.splashImage h4 {
    position: absolute;
    bottom: 7px;
    left: 5px;
    width: 100%;
}

.picture-gal-logo {
    position: absolute;
    color: white;
    z-index: 15;
    /*top: 30%;*/
    left: 45%;
    font-size: 80px;
}

.splashImage h4 span {
    color: #ffffff;
    font-size: 12px;
    background: rgb(0, 0, 0); /* fallback color */
    background: #e7247a;
    padding: 10px;
    font-weight: bold;
}

.splashImage h4 span:hover {
    color: black;
    text-shadow: -1px 1px 8px #fff, 1px -1px 8px #fff;
}



.dropdown-item.active {
    color: #fff;
    text-decoration: none;
    background-color: #e7247a;
}

.nav-item.active a{
    /*color: yellow;*/
    /*background-color: #e7247a; !important;*/
}

.nav-item a{
    /*color: red;*/
    /*background-color: #e7247a; !important;*/
}

.dropdown.active a.nav-link{
    color: white;
    /*background-color: #e7247a; !important;*/
}


.dropdown-item {
    color: black; !important;
}

li.nav-item.active a.nav-link {
    color: white !important
}

.avaleht-text-otsing {
    color: white;
    /*border-style:dashed;*/
    font-weight: bold;
    max-height: 80px;

}
.fav-timer{
    background-color:#fff;   /* põhivärv */
    border-color:#e7247a;
    color:#e7247a;
    /* loetav tekst */
}


.btn-fav{
    background-color:#fff;   /* põhivärv */
    border-color:#e7247a;
    color:#e7247a;
                 /* loetav tekst */
}
.btn-fav:hover,
.btn-fav:focus{


    background-color:#e7247a;    /* hover toon */
    border-color:#e7247a;
    color:#fff;
}

.btn-men{
    background-color:#fff;   /* põhivärv */
    border-color:#e7247a;
    color:#e7247a;
    /* loetav tekst */
}
.btn-men:hover,
.btn-men:focus{
    background-color:#e7247a;    /* hover toon */
    border-color:#e7247a;
    color:#fff;
}

#favDrawerModal.modal{ position: fixed; z-index: 1050 !important; }   /* modal */
.modal-backdrop{ position: fixed; z-index: 1040 !important; }        /* backdrop */

/* Navbar üle sisu, aga modaalist allpool */
.navbar{ position: relative; z-index: 1030 !important; }
.navbar .btn-men{ position: relative; z-index: 1031 !important; }    /* kui vaja */

/* ÄRA pane z-index'i .modal-dialog'ile */
#favDrawerModal .modal-dialog{ z-index: auto !important; }

/* Kui iframe kumab läbi, tee sisu opaakseks */
#favDrawerModal .modal-content,
#favDrawerModal .modal-header,
#favDrawerModal .modal-body,
#favDrawerModal .modal-footer{ background:#fff !important; }

/* (Valikuline) peida nupp modaalil */
.modal-open .navbar .btn-men{ visibility: hidden; }

/* Väldi liiga kitsaid selektoreid — ära kasuta 'body > ...' */

/* --- NAVBAR FIXES (BS4) --- */

/* 1) Kui navbar oli pandud "absoluutse" wrapperi sisse (position-absolute top-0 w-100 ...),
      siis see loob vale stacking-context'i. Nullime selle WRAPPERI (piira vajadusel täpsema konteineriga). */
.position-absolute.top-0.w-100.d-flex.justify-content-center {
    position: static !important;
    z-index: auto !important;
    transform: none !important;
    filter: none !important;
    opacity: 1 !important;
}

/* 2) Tee navbar positsioneerituks, et z-index üldse toimiks, ja aseta see sisu kohale (modaalist madalamale). */
.navbar {
    position: relative;              /* või fixed/sticky, kui nii on soov */
    z-index: 1030 !important;        /* BS4 skaala: fixed 1030, backdrop 1040, modal 1050 */
}

/* 3) Sinu soovitud horisontaal-padding 0 jääb alles, taastame ainult vertikaalse klikiala. */
.navbar .nav-link {
    padding: .5rem 0 !important;     /* top/bottom 0.5rem, left/right 0 */
}

/* 4) Too vahed tagasi nav-itemitele (kui vaja “õhku” menüüpunktide vahele). */
.navbar .nav-item {
    margin: 0 .5rem;
}

/* 5) Tühista globaalsed linkide värvid navbari sees—kasuta navbari oma skeemi. */

/* Kui kasutad .mainnavbar või .navbar-dark, defineeri värv siinsamas */
.navbar.navbar-dark .nav-link { color: rgba(255,255,255,.9) !important; }
.navbar.navbar-dark .nav-link:hover,
.navbar.navbar-dark .nav-link:focus { color: #fff !important; }

/* 6) Modal ja backdrop peavad jääma BS4 skaalale (sul on need juba õigesti, hoiame kindluse mõttes). */
.modal-backdrop{ position: fixed; z-index: 1040 !important; }
.modal{ position: fixed; z-index: 1050 !important; }
.modal .modal-dialog{ z-index: auto !important; } /* ära pane z-index'i dialogile */

/* 7) Lemmiku-nupp navis võib jääda veidi “kõrgemale” oma konteineris, kuid allpool modaalist */
.navbar .btn-men{ position: relative; z-index: 1031 !important; }
.modal-open .navbar .btn-men{ visibility: hidden; } /* valikuline */
