﻿.navbar-default {
    background-color: #f8f8f8;
    border: none;
}

    .navbar-default .navbar-header img {
        max-height: 50px;
    }

.page-body {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
/*    background-color: #5a6f9a !important;*/
}


.background-video {
    position: absolute; /* aby video bolo v rámci .page-body */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(21, 93, 121, 0.68); /* čierna s 68% priehľadnosťou */
    z-index: -1;
}

    .content-overlay {
    position: relative;
    z-index: 1;
    color: white; /* nech text kontrastuje s pozadím */
    padding: 2rem;
}



/*Nižšie už bolo toto..*/
.contact-items .glyphicon {
    padding-right: 10px;
    color: #cccccc;
    font-size: 20px
    /*vieme že bootstrap nastavil 16px tak toto by malo byť väčšie.*/
}

.tlacitko-moje {
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    color: #000;
    display: inline-block;
}

    .tlacitko-moje:hover {
        color: #FFF;
        background-color: #000;
        text-decoration: none;
    }

.moj-formular .row {
    padding: 10px 0px 10px 0px;
}

.field-validation-error {
    color:#ff0000;
}

.validation-summary-errors {
    color: #0026ff;
}

.img-responsive img {
    max-width: 100%;
}

.api-password-group {
    /*display: none;*/
}

/* Photo gallery */
.gallery-list .gallery-folder {
    margin-bottom: 50px;
}

.gallery-list .gallery-img {
    padding: 10px 0;
}

.gallery-list .photo-gallery-item {
    position: relative;
}

    .gallery-list .photo-gallery-item img {
        width: 100%;
    }

    .gallery-list .photo-gallery-item .photo-gallery-item-hover {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(120, 120, 120, 0.5);
        display: none;
        top: 0;
        left: 0;
        text-align: center;
    }

    .gallery-list .photo-gallery-item:hover .photo-gallery-item-hover {
        display: block;
        cursor: pointer;
    }

    .gallery-list .photo-gallery-item .photo-gallery-item-hover i {
        color: #FFFFFF;
        margin: auto;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: block;
    }

.photo-slider {
    padding: 20px 20px 50px 20px;
}

@media(max-width: 768px) {
    .photo-slider {
        padding: 20px 10px 50px 10px;
    }
}

.photo-slider .photo-slider-toolbar {
    position: relative;
    height: 50px;
}

    .photo-slider .photo-slider-toolbar .photo-slider-count {
        padding-left: 15px;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
    }

    .photo-slider .photo-slider-toolbar .photo-slider-close {
        position: absolute;
        top: 10px;
        right: 20px;
        color: #000000;
        font-weight: bold;
        font-size: 14px;
        cursor: pointer;
    }

.photo-slider .lightSlider {
    text-align: center;
}

    .photo-slider .lightSlider img.img-ls-responsive {
        margin: auto;
        max-height: 70vh;
        max-width: 100%;
    }

.photo-slider-link {
    cursor: pointer;
}

.slider-wrapper {
    display: none;
}

.slider-wrapper-template {
    display: none;
}

.slider-wrapper .slider-content .photo-slider {
    padding-top: 0;
}

/* Video styly */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.language-switcher {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 9999;
    background-color: white;
    color: black;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-weight: bold;
    font-family: sans-serif;
}


.language-switcher a {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}

    .language-switcher a:hover {
        text-decoration: underline;
    }


/* Na mobiloch – posun nižšie alebo do stredu */
@media (max-width: 768px) {
    .language-switcher {
        top: 60px;
        right: 10px;
        font-size: 14px;
    }
}


/*.navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}*/

