/*
main color: #625AD4
*/

h3, h4 {
    color: #625AD4;
}

#hodiny {
    width: 100%;
}

#logo {
    max-width: 300px;
    max-height: 300px;
}

#headerwrap h1 {
    font-weight: bold;
}

#headerwrap {
    color: white;
}

.aktualita {
    padding:10px;
}
.aktualitabody {
    border: 1px solid #625AD4;
}

.aktualita .nadpis {
    background-color: #625AD4;
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin: 0px;
    padding: 10px;
}

.aktualita .body, .aktualita .control {
    padding: 10px;
}

#footer {
    background-color: #625AD4;
    color: white;
}

.pojistovna {
    height:180px;
    display: flex;
    align-content: center;
}

.pojistovna img {
    margin: auto;
}

html {
    scroll-behavior: smooth;
}

#hodiny .day {
    width: 120px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
    float: left;
}

#hodiny .cas {
    border-radius: 5px;
    margin: 5px 1px; 
    padding: 5px 2px;
    text-align: center;
    font-size: 18px;
    float: left;
}

#hodiny .free {
    /*background-color: #59CDA9;*/
    background-color: #625AD4;
}

#hodiny .booked {
    background-color: #C4AE5D;
}

#hodiny .legenda {
    width: 400px;
    margin: auto;
    padding-top: 20px;
}
#hodiny .legenda .cas{
    float: none;
    display: inline-block;
    width: 180px;
}

#hodiny .h-row {
    border-top: 1px dashed #625AD4;
}

#hodiny .h-0pul {
    width: 4%;
    
}

#hodiny .h-1 {
    width: 8%;
}

#hodiny .h-1pul {
    width: 12%;
}

#hodiny .h-2 {
    width: 16%;
}

#hodiny .h-2pul {
    width: 20%;
    min-width: 130px;
}

#hodiny .h-3 {
    width: 24%;
    min-width: 130px;
}

#hodiny .h-3pul {
    width: 28%;
    min-width: 130px;
}

#hodiny .h-4 {
    width: 32%;
    min-width: 130px;
}

#hodiny .h-4pul {
    width: 36%;
    min-width: 130px;
}

#hodiny .h-5 {
    width: 40%;
    min-width: 130px;
}

#hodiny .h-5pul {
    width: 44%;
    min-width: 130px;
}

#hodiny .h-6 {
    width: 48%;
    min-width: 130px;
}

#hodiny .h-6pul {
    width: 32.5%;
    min-width: 130px;
}

.nofloat {
    clear: both;
}

.priceitem {
    border-bottom: 1px dashed #625AD4;
    padding: 5px;
}

.modal-header {
    background-color: #625AD4;
}

.modal-header h3 {
    color: white;
}

.error {
    color: #B35055;
}

div.modal-body input {
    width: 100%;
    border: 1px solid #625AD4;
    transition: background-color .5s ease-in-out;
}

div.modal-body input:focus {
    background-color: #c2e0f4;
    border: 1px solid #625AD4;
    outline: none;
}

.aktualitabody p, .ta-editor p{
    margin: 0px;
    font-size: 20px;
}

.ta-editor {
    width: 100%;
}

.priceitem .name {
    float: left;
    width: 80%;
}

.priceitem .price {
    float: left;
    text-align: right;
    width: 20%;
}

@media(max-width: 1000px) {
    #hodiny .legenda .cas, #hodiny .cas {
        width: 45%;
    }

    #hodiny .pause {
        display: none;
    }

    #hodiny .day {
        width: 100%;
    }


    .priceitem .name {
        width: 100%;
    }

    .priceitem .price {
        width: 100%;
    }
}

@media(max-width: 600px) {
    #hodiny .legenda .cas, #hodiny .cas {
        width: 90%;
    }

    #hodiny .legenda {
        width: 100%;
    }

}

#headerwrap {
    background-image: url(../img/jaro2.jpg);
    background-repeat: no-repeat;
    background-position: 0% 30%;
    background-size: cover;
    color: #625AD4;
    min-height: 640px;
}

#headerwrap h1{
    color: black;
    text-shadow: white 3px 3px;
}

#headerwrap .row.centered>div:nth-child(1) {
    width: 100%;
    color: black;
    text-shadow: white 3px 3px;
}
#headerwrap .row.centered>div:nth-child(2) {
    display:none;
}

.navbar-default,  .btn-primary {
	background-color: #625AD4;
}

a {
    color: #625AD4;
}
