﻿* {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #313131;
}

body {
    font-size: 12px;
}

@media (max-width: 767px) {
    body {
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
}



.header {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}

    .header .logo {
        position: absolute;
        width: 87px;
        top: 0px;
        left: 12%;
    }

    .header a {
        font-size: 14px;
        padding: 10px;
        display: inline-block;
    }

        .header a._0th {
            padding: 0px;
        }

        .header a._1st {
            margin-left: 40px;
        }


.content-part {
    background-color: #F9F9F9;
}

.content-inner {
    padding: 20px 50px 15px 50px;
}


a {
    color: #474747;
}

h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
}

h2 {
    font-size: 30px;
}

.content-inner h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

ul.highlight {
    margin-top: 20px;
    margin-bottom: 20px;
}

    ul.highlight li {
        font-size: 14px;
    }

ul, ol {
    margin-left: -20px;
}

p {
    margin: 0px;
    line-height: 1.2;
}


.boxes {
    padding-right: 0px;
}

.box {
    height: auto;
    min-height: 250px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    min-width: 180px;
}

.box-1 {
    background-color: #fd0;
}

.box-2 {
    background-color: #004E9C;
}

.box-3 {
    background-color: #004E9C;
}

.box-4 {
    background-color: #fd0;
}

    .box-1 *, .box-4 * {
        color: #000;
    }

.box-2 *, .box-3 * {
    color: #fff;
}

.box h2 {
    margin: 20px 30px;
    text-transform: uppercase;
    font-weight: normal;
}

.box p {
    margin: 15px 30px;
}

.box.abs {
}

    .box.abs h2 {
        position: absolute;
        top: 25%;
    }

.box.abs2 {
}

    .box.abs2 h2 {
        position: absolute;
        top: 12%;
    }





.boxes2 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.box2 {
    margin-bottom: 20px;
    padding-bottom: 23px;
}

    .box2 h3 {
        text-align: center;
        margin-bottom: 30px;
        text-transform: uppercase;
    }

.boxes2 div:first-child h3 {
    text-align: left;
}

.box2 h3 span {
    text-transform: initial;
}

.box2 ul {
}

    .box2 ul li {
        line-height: 1;
        margin-top: 10px;
    }

        .box2 ul li a {
            font-size: 18px;
        }

        .box2 ul li small {
            clear: both;
            display: block;
            font-size: 12px;
            line-height: 1.5;
        }

.box2 a {
}

    .box2 a.image {
        display: block;
        text-align: center;
    }

.box2.formular {
    background-color: #f9f9f9;
}

    .box2.formular input[type=text] {
    }

    .box2.formular input[type=button], .box2.formular input[type=submit] {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .box2.formular input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

    .box2.formular label {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bolder;
        margin-left: 5px;
    }

        .box2.formular label small {
            font-size: 12px;
            font-weight: lighter;
            text-transform: initial;
        }


@media (max-width: 991px) {
    .box.abs h2 {
        top: 15%;
    }

    .box.abs2 h2 {
        top: 5%;
    }

    .box h2 {
        margin: 20px 20px;
        font-size: 22px;
    }


    .box p {
        margin: 15px 20px;
    }
}

@media (max-width: 767px) {
    .box.abs h2 {
        top: 25%;
        font-size: 30px;
    }

    .box.abs2 h2 {
        top: 12%;
        font-size: 30px;
    }

    .box {
        min-height: 290px;
    }
}

@media (max-width: 500px) {
    .box.abs h2 {
        position: relative;
    }

    .box.abs2 h2 {
        position: relative;
    }

    .box {
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }

    .box2 {
        clear: both;
        width: 100%;
        margin-bottom: 20px;
    }
}

@media (min-width: 992px) {
    #imgNewsletter img, #imgKomornik img {
        max-height: 250px;
    }
}

.cleaner {
    clear: both;
}

.more {
    margin: 10px;
}

.btn {
    color: #bfbfbf;
    font-size: 12px;
    text-transform: uppercase;
    background-color: transparent;
    width: 200px;
}

.submenu {
    margin-bottom: 20px;
}

    .submenu a {
        padding: 30px;
        padding-top: 40px;
        text-transform: uppercase;
        border-left: solid 5px white;
        font-size: 22px;
        height: 100px;
        display: inline-block;
        line-height: 1.2;
        text-align: center;
    }

        .submenu a:first-child {
            border: none;
            /*    padding: 20px 40px;*/
        }

        .submenu a.a2 {
            padding: 30px 10px;
        }

        .submenu a:nth-child(2n+1) {
            background-color: #fd0;
            color: black;
        }

        .submenu a:nth-child(2n+2) {
            background-color: #004E9C;
            color: white;
        }

        .submenu a:hover {
            background-color: #d3d3d3;
            /*font-weight:bold;*/
            color: black;
            text-decoration: none;
        }

@media (max-width: 767px) {
    .submenu a, .submenu a:nth-child(2n+2), .submenu a:nth-child(2n+1), .submenu a:first-child {
        border: none;
        display: initial;
        height: auto;
        padding: 10px;
        font-size: 22px;
        text-align: left;
    }

    ._sub2inner .img-responsive {
        display: initial;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .submenu a, .submenu a:first-child, .submenu a.a2 {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
    }
}

.normal-page p {
    margin-bottom: 10px;
}

.map {
    width: 100%;
    height: 300px;
}

.hlidac .formular {
    background-color: #f9f9f9;
}

    .hlidac .formular input[type=text] {
    }

    .hlidac .formular input[type=button], .hlidac .formular input[type=submit] {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .hlidac .formular input[type=checkbox] {
        width: 18px;
        height: 18px;
    }

    .hlidac .formular label {
        font-size: 18px;
        text-transform: uppercase;
        font-weight: bolder;
        margin-left: 5px;
    }

        .hlidac .formular label small {
            font-size: 12px;
            font-weight: lighter;
            text-transform: initial;
        }

@media (min-width: 768px) {
    .content-inner .col2 {
        padding-top: 57px;
    }

        .content-inner .col2.formular {
            padding-top: 49px;
        }

        .content-inner .col2 h2:first-child {
            margin-top: -35px;
        }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .box2 h3 {
        font-size: 17px;
    }

        .box2 h3 span {
            display: block;
        }
}

.table-spaced td {
    padding: 3px;
}

.logaPartneru div {
    height: 100px;
}

.logaPartneru img {
    max-height: 70px;
}

.aktuality {
    background-color: white;
}

.row-eq {
    display: flex;
}

.col-eq {
    flex: 1;
}

@media (max-width: 767px) {
    .row-eq {
        display: block;
    }

    .col-eq {
        flex: unset;
    }
}

div.prihlasit {
    text-align: center;
}

.box2.formular div.prihlasit input[type=submit] {
    margin-left: auto;
    margin-right: auto;
    width: 220px;
}

.header .img-responsive {
    min-height: 50px;
}
