﻿* {
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12pt;
    line-height: 1.4;
    margin: 0px;
    background: url("../images/background.jpg") repeat-y top center;
    background-size: 100% auto;
}

h1, h2, h3 {
    font-weight: 400;
}

h1, h2 {
    color: #1896c0;
    font-size: 22pt;
    font-weight: 300;
}

b, strong {
    font-weight: 500;
}

a {
    color: #46abcc;
}

input, textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12pt;
}

hr {
    border: 0px;
    border-top: 1px #46abcc dotted;
}

form {
    position: relative;
}

img.logo {
    height: 80px;
    display: inline-block;
    position: relative;
    top: -27px;
}

nav {
    position: fixed;
    width: 100%;
    z-index: 1;
    background-color: rgba(24,150,192,.95);
    min-width: 980px;
    height: 100px;
}

    nav a {
        color: white;
        text-decoration: none;
        font-size: 12pt;
        font-weight: 400;
        display: inline-block;
        padding: 35px 20px;
        height: 100px;
        white-space: nowrap;
    }

        nav a:hover {
            text-decoration: underline;
        }

header .hambac {
    position: absolute;
    display: none;
    z-index: 2;
}

section.banner {
    width: 100%;
    height: 500px;
    background: url("../images/banner2.jpg") no-repeat center bottom;
    position: relative;
    background-size: cover;
    min-width: 980px;
}

    section.banner div.mainClaim {
        position: absolute;
        top: 200px;
        text-align: center;
        width: 100%;
        font-size: 45pt;
        font-weight: 300;
        color: white;
    }

        section.banner div.mainClaim p.subClaim {
            font-size: 16pt;
            display: block;
            max-width: 700px;
            margin: 0px auto;
            padding-top: 20px;
            font-weight: 400;
        }

section.main {
    position: relative;
}

.content {
    width: 980px;
    margin: 0px auto;
    padding-top: 60px;
}

.content2 {
    width: 980px;
    margin: 0px auto;
    display: flex;
}

.narrowRight {
    padding-left: 220px;
}

.narrowLeft {
    padding-right: 350px;
}

.box1 {
    background-color: #46abcc;
    color: white;
    padding: 25px 30px;
    display: table;
    border-radius: 0px;
    margin: 100px auto;
    margin-left: auto;
    font-size: 14pt;
}

    .box1 .inBox1 {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .box1 a {
        color: white;
    }

.inText {
    background-color: #46abcc;
    color: white;
    border: 2px white solid;
    padding: 5px 10px;
    border-radius: 0px;
    width: 260px;
}

    .inText::-webkit-input-placeholder, .inText::-moz-placeholder {
        color: white;
    }

.inButton {
    background-color: #fff;
    color: #46abcc;
    border: 2px white solid;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 0px;
    font-weight: 500;
}

.inCheck {
}

.smallFont {
    font-size: 10pt;
}

.sBox {
    margin-bottom: 10px;
    width: 250px;
    border: 1px #46abcc solid;
    padding: 5px 10px;
    margin-right: 10px;
}

.bixBox {
    width: 513px;
    height: 200px;
    margin-bottom: 10px;
    border: 1px #46abcc solid;
    padding: 5px 10px;
}

.sButton {
    margin-top: 20px;
    background-color: #46abcc;
    color: white;
    border: 2px #46abcc solid;
    font-weight: 500;
    padding: 5px 10px;
    cursor: pointer;
}

footer {
    background-color: #46abcc;
    color: white;
    width: 100%;
    position: relative;
    min-width: 480px;
}

    footer .content {
        padding: 30px 0px;
        position: relative;
    }

        footer .content .contacts {
            position: absolute;
            left: 300px;
            top: 30px;
        }

            footer .content .contacts a {
                color: white;
            }


.bg2 {
    background: url("../images/bg2.png") no-repeat top right;
    min-height: 570px;
}

.bg3 {
    background: url("../images/bg3.png") no-repeat bottom right;
    padding-bottom: 100px;
}

.bg4 {
    background: url("../images/bg4.png") no-repeat top right;
    padding-bottom: 100px;
}

.zeroPadding {
    padding-top: 0px;
}

.topPadding {
    padding-top: 60px;
}

table.cenik {
    border-spacing: 0;
}

    table.cenik tr td {
        text-align: center;
        padding: 15px 30px;
        border-bottom: 1px #888 dotted;
        margin: 0px;
    }

        table.cenik tr td strong.ligs_blue {
            color: #46abcc;
        }

.overview {
    display: flex;
}

    .overview .part {
        padding: 15px 30px;
        margin-right: 20px;
        font-weight: 300;
        width: 180px;
        font-size: 10pt;
        text-align: center;
        display: inline-block;
        border: 2px #ddd solid;
        border-radius: 20px;
    }

.bigText {
    font-size: 22pt;
    color: #46abcc;
    font-weight: 300;
}

.refImage, .refText {
    display: table-cell;
    vertical-align: top;
}

.refImage {
    padding: 15px 0px;
    padding-right: 30px;
}

.predmety {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
}

    .predmety .predmet {
        margin: 18px;
        font-weight: 300;
        width: 290px;
        text-align: center;
        display: block;
        border: 2px #ddd solid;
        border-radius: 20px;
    }

        .predmety .predmet .nadpis {
            background-color: #46abcc;
            color: white;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
            text-align: center;
            width: 100%;
            padding: 15px 5px;
        }

        .predmety .predmet .obsah {
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            text-align: center;
            width: 100%;
            padding: 15px;
        }

@media all and (max-width: 1650px) {
    .bg2 {
        background-position: top;
    }
}

@media all and (max-width: 1400px) {
    .bg3 {
        background-position: bottom;
    }
}


@media all and (max-width: 1000px) {
    nav {
        min-width: 0px;
    }

        nav a.logo {
            padding-left: 0px;
        }

    .bg2, .bg3 {
        background: none;
    }

    section.banner, .content, .content2 {
        min-width: 480px;
        width: 100%;
    }

    .content, .content2, footer .content {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .bixBox {
        width: 100%;
        max-width: 513px;
    }
}

@media all and (max-width: 960px) {
    header .hambac {
        position: absolute;
        right: 20px;
        top: 20px;
        display: block;
    }

    .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
        background-color: white;
    }

    nav a {
        display: none;
    }

        nav a.logo {
            display: block;
            padding-left: 0px;
            width: 80px;
        }

        nav a.menu {
            width: 100%;
            padding: 15px 0px;
            height: auto;
            font-size: 14pt;
            text-align: center;
        }

            nav a.menu:last-child {
                padding-bottom: 30px;
            }

    .content2 {
        display: block;
        background-color: rgba(24,150,192,.95);
    }

    .mainClaim {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media all and (max-width: 600px) {
    .refImage, .refText {
        display: block;
    }

    .refImage {
        padding-bottom: 0px;
    }
}

.author{
    margin-top:10px;
}
.author > a {
    color: #ffffff;
}
