@charset "UTF-8";
/* CSS Document */

/*============ZÁKLADNÍ PRAVIDLA ===============*/
body {
    margin: 0;
    padding: 0;
    background-image: url(../img/pozadi_new.png);
    background-position: top;
    background-repeat: no-repeat;
    background-color: #F2F2F2;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: underline;
    color: #258D30;
}

a:hover {
    text-decoration: none;
}

header, footer {
    display: block;
}

.container {
    width: 981px;
    position: relative;
    margin: 0 auto;
}

.clear {
    clear: both;
}

h2 {
    text-transform: uppercase;
    font-size: 35px;
    color: #118D3F;
    text-align: center;
    width: 981px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

h3 {
    background-image: url(../img/arrow.png);
    background-position: left;
    float: left;
    width: 940px;
    background-repeat: no-repeat;
    padding-left: 40px;
    color: #118D3F;
    margin-top: 40px;

}

#in h2 {
    text-transform: uppercase;
    font-size: 25px;
    color: #118D3F;
    text-align: left;
    float: left;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*============HLAVIČKA ===============*/

header {
    width: 100%;
    height: 122px;
    position: relative;
    float: left;
    border-top: #258D30 solid 3px;
}

.head {
    width: 981px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    margin-top: 22px;
    float: left;
    border: none;
}

#kontakt {
    float: left;
    margin-top: 22px;
    margin-left: 80px;
    font-size: 14px;
}

#kontakt img {
    float: left;
    margin-top: 5px;
}

#kontakt span {
    float: left;
    height: 20px;
    padding-right: 10px;
    padding-left: 10px;
}

#kontakt #dev {
    border-right: 2px #258D30 solid;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 10px;

}

.logo2 {
    margin-top: 0px;
    float: right;
    border: none;
    opacity: 0.9;
}

/*============MENU ===============*/

#menu {
    position: relative;
    margin-top: 20px;
    z-index: 400;
    height: 50px;
    margin-left: 10px;
    border-bottom: #258D30 solid 5px;
}

#menu ul#nav {
    margin: 0;
    padding: 0;
    width: auto;
}

#menu ul#nav > li {
    float: left;
    padding: 0;
    list-style: none;
    list-style-image: none;
    display: inline-block;
    position: relative;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    text-align: center;
    margin: 5px;
}

#menu ul#nav li a {
    width: auto;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0 30px 0 30px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#menu ul#nav li a:hover {
    background: none repeat scroll 0 0 #318E15;
    color: #FFFFFF;
    display: block;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

.aktiv {
    background: none repeat scroll 0 0 #318E15;
    color: #FFFFFF;
    display: block;
    line-height: 50px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
}

#menu ul#nav li a span {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    display: block;
}

#menu ul#nav li.aktiv a span {
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    display: block;
    color: #FFF;
}

/*======= HOMEPAGE BANNER =========*/

.banner {
    width: 981px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.banner_text {
    position: absolute;
    width: 411px;
    height: 76px;
    background-image: url(../img/banner_text.png);
    top: 45px;
    color: #FFF;
    padding-top: 15px;
    padding-left: 37px;
}

.banner h1 {
    margin: 0px;
    padding: 0px;
    font-weight: 0;
    text-transform: uppercase;
    font-size: 32px;
}

.banner span {
    text-transform: uppercase;
    font-size: 20px;
}

/*======= OBSAH =========*/

.obsah {
    background-image: url(../img/obsah.png);
    width: 981px;
    margin: 0 auto;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 30px;
}

#in h1 {
    text-transform: uppercase;
    font-size: 35px;
    color: #118D3F;
    text-align: center;
    width: 981px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}

.obsah p {
    font-size: 14px;
    color: #000;
}

.obsah ul {
    list-style: inside;
    font-size: 14px;
    margin-left: 0;
    padding-left: 0;
}

.foto_hp {
    float: right;
    margin-top: -50px;
}

/*======= FOOTER =========*/

footer {
    width: 100%;
    float: left;
    height: 215px;
    background-color: #318F16;
    /*margin-top:20px;*/
}

.logo_pata {
    float: left;
    margin-top: 50px;
    margin-left: 20px;
}

.pata_l {
    width: 281px;
    height: 67px;
    background-color: #2A7912;
    position: absolute;
    top: 148px;
    transform: skew(25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
}

.pata_r {
    width: 570px;
    height: 119px;
    background-color: #2A7912;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 330px;
    transform: skew(-25deg);
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    color: #FFF;
    padding-top: 30px;
    padding-left: 20px;
}

.pata_r p {
    display: block;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
    font-size: 14px;
    line-height: 30px;
}

.firma {
    font-size: 18px;
}

.pata_l .logo_pata2 {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
    float: left;
    transform: skew(25deg);
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -ms-transform: skew(25deg);
    -o-transform: skew(25deg);
}

.pata_r span, .pata_r img {
    float: left
}

.pata_r img {
    margin: 3px;
    margin-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.odkaz {
    float: left;
    color: #FFF;
    margin-top: 80px;
    font-size: 14px;
    margin-left: 380px;
}

.odkaz a, footer a {
    color: #FFF;
    text-decoration: underline;
}

.odkaz a:hover, footer a:hover {
    color: #FFF;
    text-decoration: none;
}

/*======= FOTOGALERIE =========*/

.nahled {
    width: 200px;
    float: left;
    display: inline;
    text-align: center;
    padding: 20px;
}

.nahled a {
    color: #FFF;
    text-decoration: underline;
}

.nahled a:hover {
    text-decoration: none;
}

.nahled img {
    border: solid 1px #FFF;
    padding: 5px;
    box-shadow: 2px 2px 10px #FFF;
}

/*============SCROLL TO TOP ===============*/

#back-top {
    position: fixed;
    bottom: 300px;
    right: 0;
    z-index: 20;
    display: none;

}

#back-top a {
    width: 132px;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
    /* background color transition */
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    text-align: center;

}

#back-top a:hover {
    color: #FFF;
}

/* arrow icon (span tag) */
#back-top span {
    width: 132px;
    height: 68px;
    line-height: 68px;
    color: #FFF;
    display: block;
    margin-bottom: 7px;
    background: #318F16;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

}

#back-top a:hover span {
    opacity: 1;
}

/*============POPTÁVKA ===============*/
form {
    width: 600px;
    margin: 0 auto;
    position: relative;
}

input {
    outline: none;
}

#jmeno {
    width: 550px;
    height: 52px;
    background-color: #FFF;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    float: left;
    margin-bottom: 22px;
    border: none;
}

#telefon {
    width: 255px;
    height: 52px;
    background-color: #FFF;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    float: left;
    margin-bottom: 22px;
    border: none;
}

#email {
    width: 255px;
    height: 52px;
    background-color: #FFF;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    float: left;
    margin-left: 18px;
    margin-bottom: 22px;
    border: none;
}

#termin {
    width: 255px;
    height: 52px;
    background-color: #FFF;
    padding-left: 20px;
    border-radius: 5px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    float: left;
    margin-left: 18px;
    margin-bottom: 22px;
    border: none;
}

textarea {
    width: 530px;
    height: 142px;
    float: left;
    resize: none;
    background-color: #FFF;
    border-radius: 5px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 16px;
    padding: 20px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    border: none;
}

#submit {
    float: left;
    width: 164px;
    height: 51px;
    text-transform: uppercase;
    border-radius: 5px;
    -webkit-radius: 5px;
    -moz-border-radius: 5px;
    color: #FFF;
    background-color: #000;
    border: none;
    margin-top: 22px;
    font-size: 14px;
    cursor: pointer;
    margin-left: 200px;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
}

#submit:hover {
    background-color: #318F16;
}

.no {
    display: none;
}

#overlay {
    position: fixed;
    z-index: 2000;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

.infobox {
    width: 420px;
    height: 260px;
    background-color: #FFF;
    color: #318F16;
    text-transform: uppercase;
    display: none;
    position: fixed;
    z-index: 2005;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -200px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 20px;
}

#close {
    width: 150px;
    height: 40px;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    background-color: #318F16;
    font-size: 15px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    display: block;
    line-height: 40px;
}

#eu-projects {
    display: block;
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 60px;
}

#eu-projects h2 {
    font-size: 20px;
    line-height: 140%;
    color: #0e47cb;
}

#eu-projects h2 span {
    display: block;
}

#eu-projects p {
    text-align: center;
    font-size: 20px;
    margin-bottom: 50px;
    line-height: 140%;
}

#eu-projects #images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
}

#eu-projects #images:first-of-type {
    margin-bottom: 80px;
    border-top: solid 10px #0e47cb;
    padding-top: 40px;
}

#eu-projects #images img {
    height: 100px;
    object-fit: cover;
}

#eu-projects #download {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
