﻿/* 028b00 27d000  GREEN*/
/* 005de0 0094e0  BLUE*/
/* ff454d ff7973  RED*/
/* grey darkgrey*/
/* a21c1e cf2528 SME*/
:root {
    --PrimaryColor: #005de0;
    --SecondaryColor: #0094e0;
    --menuitems: white;
    --menuitemsHover: white;
    --menuitemsHoverBcg: #005de0;
    --Pata: white;
    --BtnText: white;
    --textdefalut: #202020;
    --darkthemetext: #cccccc;
    --menutiene: 2px 2px black;
    /*--menutiene: none;*/
    --textytiene: 2px 2px darkgrey;
}
html {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    min-height: 100%;
}

.navbar-default .navbar-header img {
    height: 50px;
}
#PageBody {
padding-top: 100px;
}
.pagebody {
    min-height: 88vh;
    padding-top: 100px;
    background-size: cover;
    background-image: url(../Styles/Images/Background/sede2.jpg);
    color: var(--textdefalut);
    background-attachment: fixed;
}
h1 {
    text-align: center;
    font-weight: bold;
    text-shadow: var(--textytiene);
}
h2 {
    text-shadow: var(--textytiene);
}
.ZnalostiCollapse {
    text-decoration: none;
    font-size: 35px;
    color: var(--textdefalut);
}
    .ZnalostiCollapse:hover {
        text-decoration: underline;
        color: var(--textdefalut);
        cursor: pointer;
    }
    .ZnalostiCollapse:focus {
    color:inherit;
    }
    [data-theme="dark"] .ZnalostiCollapse {
        color: var( --darkthemetext);
    }
    [data-theme="dark"] .ZnalostiCollapse:hover {
        color: var( --darkthemetext);
        text-decoration: underline;
    }
    h3 {
    text-align: center;
    font-size: 28px;
}
.HlavneMeno {
    font-size: xx-large;
    padding-top: 10px;
    text-shadow: var(--textytiene);
    color: var(--textdefalut);
}
[data-theme="dark"] .HlavneMeno, .AdresaHore {
    color: var( --darkthemetext);
    text-shadow: none;
}
[data-theme="dark"] .AdresaHore {
    color: var( --darkthemetext);
    text-shadow: none;
}
.AdresaHore {
    color: var(--textdefalut);
    font-size: 17px;
}
[data-theme="dark"] .pagebody {
    background-color: #222222 !important;
    background-image: url(../Styles/Images/Background/1.jpg) !important;
    background-size: cover;  
    color: var( --darkthemetext) !important;
    text-shadow: none !important;
}
[data-theme="dark"] .Texty {
    color: var( --darkthemetext);
}
[data-theme="dark"] .TextyHobby {
    color: var( --darkthemetext);
}
[data-theme="dark"] .Nadpis1 {
    color: var( --darkthemetext);
    text-shadow: none;
}
[data-theme="dark"] h1, h2 {
    text-shadow: none;
}
[data-theme="dark"] .progress {
    border: 1px solid var( --darkthemetext);
}
.img-responsive img {
    max-width: 100%;
    border: outset;
}
.ImgShadow {
    width: 150px;
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
.EduShadow {
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}
.ImgTrans{
    transition: 0.2s;
}
.ImgTrans:hover {
    transform: scale(1.1);
}
.ContactItems .glyphicon{
    padding-right: 10px;
    color: darkgray;
    font-size: 20px;
}
.field-validation-error {
    color: #cf2528;
    font-size: 20px;
}
.moj-formular .row {
    padding: 10px 0px 10px 0px;
}
.Pata {
    text-align: center;
    min-height: 40px;
    padding-top: 20px;
    background: linear-gradient(var(--PrimaryColor),var(--SecondaryColor));
    color: var(--Pata);
    text-shadow: var(--textytiene);
}
.progress {
    height: 14px;
    margin-top: 10px;
    border: 1px solid gray;
    border-radius: 0px;
}
.navbar {
    color: var(--menuitems);
    font-size: 18px;
    text-shadow: var(--menutiene);
    z-index: 999;
    border-radius: 0px;
    max-height: 50px;
    background: linear-gradient(var(--PrimaryColor),var(--SecondaryColor));
    }
.navbar-default .navbar-nav > li > a {
    max-height: 50px;
    color: var(--menuitems);
    text-transform: uppercase;
    transition: 0.5s;
}
    .navbar-default .navbar-nav > li > a:hover, navbar-default .navbar-nav > li > a:focus {
        color: var(--menuitemsHover);
/*        background-color: var(--menuitemsHoverBcg);
*/        background-color: rgb(0,0,0,0.2);
          max-height: 50px;
    }
.navbar-toggle.collapsed {
    border: none !important;
}
    .navbar-toggle.collapsed:hover {
        border: none !important;
        background: none !important;
    }
.navbar-toggle:focus, .navbar-toggle:active {
    background: none !important;
    border: none !important;
}
    .Texty {
        text-align: justify;
        line-height: 30px;
        text-indent: 60px;
        font-size: 20px;
        margin-left: 10%;
        width: 80%;
        color: var(--textdefalut);
        margin-bottom: 2px;
    }
.TextyHobby {
    text-align: justify;
    line-height: 30px;
    text-indent: 60px;
    font-size: 20px;
    width: 100%;
    color: var(--textdefalut);
    margin-bottom: 2px;
}
.Nadpis1 {
    font-size: 35px;
    text-shadow: var(--textytiene);
    text-align: center;
    color: var(--textdefalut);
}
.scrollToTop {
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: linear-gradient(#808080, #eaeaea);
    color: #fff;
    text-decoration: none;
    position: fixed;
    bottom: 100px;
    right: 20px;
    display: none;
    border-radius: 4px;
    z-index: 900;
/*    animation-name: ScrollTT;
    animation-duration: 1s;*/
}
    .scrollToTop:hover {
        color: white;
        background-color: #000;
        opacity: 0.5;
        text-decoration: none;
    }
    .scrollToTop:active, .scrollToTop:focus {
        color: white;
        opacity: 1;
    }
@keyframes ScrollTT 
{
    0% {bottom: -50px;}
}
.Maverbtn, .btn {
    padding: 5px 10px 5px 10px;
    border: 1px solid black;
    text-decoration: none;
    font-size: 16px;
    color: var(--BtnText);
    background: linear-gradient(var(--SecondaryColor),var(--PrimaryColor));
    border-radius: 4px;
    display: inline-block;
    text-shadow: var(--menutiene);
    box-shadow: 0 10px 10px rgba(0,0,0,0.6);
}
    .Maverbtn:hover, .btn:hover {
        text-decoration: none;
        background: linear-gradient(var(--PrimaryColor),var(--SecondaryColor));
        color: var(--BtnText);
        text-shadow: var(--menutiene);
        box-shadow: 0 7px 7px rgba(0,0,0,0.6);
        margin-top: 2px;
        margin-bottom: -2px;
        margin-left: 2px;
        margin-right: -2px;
        transition: 0.1s;
    }
    .Maverbtn:focus {
        text-decoration: none;
        color: var(--BtnText);
    }
.Pozor {
    background: linear-gradient(#cf2528, #a21c1e)
}
    .Pozor:hover {
        background: linear-gradient(#a21c1e, #cf2528)
    }
@media screen and (max-width: 768px) 
{
    .HideImg {
        display: none !important;
    }
    .ImgTrans:hover {
        transform: scale(1.0) !important;
    }
}

.api-password-group {
display: none;
}
.ToSK, .ToEN {
    width: 25px;
    padding: 0px 0px 0px 0px;
    margin-top: 12px;
    margin-left: 10px;
    margin-right: 10px;
    background: none;
    height: 15px;
    border: none;
    text-shadow: var(--menutiene);
    /* box-shadow: 2px 2px black;*/
}
.LangFlag {
    height: 20px;
    margin-top: 0px;
    box-shadow: 2px 2px black;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 460px;
    background: linear-gradient(var(--PrimaryColor),var(--SecondaryColor));
}
#theme-switch {
    height: 35px;
    width: 35px;
    padding: 0;
    border: none;
    border-radius: 30px;
    background-color: var(--PrimaryColor);
    color: var(--menuitems);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    margin-left: 10px;
}
    #theme-switch svg {
        fill: var(--menuitems);           
    }
[data-theme="dark"] #theme-switch {
    fill: var(--menuitems); 
    background-color: var(--PrimaryColor);
}
    #theme-switch svg:last-child{
        display: none;
    }
[data-theme="dark"] #theme-switch svg:first-child {
    display:none;
}
[data-theme="dark"] #theme-switch svg:last-child {
    display: block;
}
.navbar {
    -webkit-box-shadow: 0px 5px 26px 5px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 5px 26px 5px rgba(0,0,0,0.7);
    box-shadow: 0px 5px 26px 5px rgba(0,0,0,0.7);
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: var(--PrimaryColor);
}
.form-control {
    resize: none;
}
/* ------------ ANIMATIONS --------------*/
.FadeInText {
    display: none;
}
.Zospodu {
    position: relative;
    top: 90vh;
}
.Zprava {
    position: relative;
    right: -50vh;
}
.Zlava {
    position: relative;
    left: -50vh;
}
@media screen and (max-width: 768px) 
{
    .Zlava {
        position: relative;
        left: 0vh;
    }
}
/* ------------ ANIMATIONS --------------*/
.glyphicon {
    margin-top: -1px;
  
}
/* Desktop vs. mobile */
@media(max-width: 768px) {
    .desktop-only {
        display: none !important;
    }
}

@media(min-width: 769px) {
    .mobile-only {
        display: none !important;
    }
}