/* CSS  UNIKOM - by GreenPanda.cz */

/*
#008251 - unikom

*/

/* Import externích fontů */
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css'); /* font-awesome */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=latin-ext'); /* Google - Open Sans */

/* Responzivní vzhled + základní nastavení pro celou stránku - písmo, vypnutí marginu, paddingu a borderu */
html, body {
box-sizing: border-box;
margin: 0;
font-family: 'Open Sans', sans-serif;
border: 0;
padding: 0;
font-size: 11pt;
line-height: 1.65em;
border-style: none;
color: black;
}

p.justify{
text-align: justify;
}

p.justifyAutoHead{
text-align: justify;
padding-bottom: 0 !important;
margin-bottom: 0.5em !important;
}


p.justifyAuto{
text-align: justify;
line-height: 130%;
padding-top: 0 !important;
margin-top: 0.5em !important;

}


@media screen and (max-width: 1087px) {
  html, body {font-size: 1em;}
  }

/* odkazy */
a {
text-decoration: none;
color: inherit;
}



/* Responzivní Menu */

.menu {
  overflow: hidden;
  background-color: #008251;
  font-family: 'Open Sans Bold', 'Open Sans', sans-serif;
}

.menu a, .mobileMenuAddOn a { /* vzhled položek menu */
  float: left;
  margin-left: 0.5em;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  padding: 0.9em;
  text-decoration: none;
}

@media screen and (max-width: 400px) {
.menu a, .mobileMenuAddOn a { /* vzhled položek menu */
  font-size: 0.9em;
}
}

@media screen and (min-width: 400px) {
.menu a, .mobileMenuAddOn a { /* vzhled položek menu */
  font-size: 1em;
}
}


@media screen and (min-width: 1087px) {
.menu .vpravo{
float: right;
}
}




.menu a:hover, .mobileMenuAddOn a:hover { /* podbarvit položku menu při najetí myši */
  background-color: #025133;
}
.menu .icon  { /* defaultně skrýt ikonu menu, pokud nejsme na mobilních zařízeních */
  display: none;
}



@media screen and (max-width: 1087px) { /* zobrazit ikonu a první položku menu, pokud jsme na zařízení s šířkou menší než 1087px */
  .menu a {display: none;}
  .menu a.icon {
    float: right;
    display: block;
  }
  #unikom30let {
    display: none;
  }
}

@media screen and (max-width: 1087px) { /* úprava zobrazení ikony v menu na zařízeních s šířkou menší než 1087px */
  .menu.responsive {position: relative;}
  .menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}


.menuLogo { /* logo UNIKOM v menu */
  height: 1em;
}

.mobileMenuAddOn {
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (max-width: 374px) {
  .mobileMenuAddOn .disappear {
    display: none;
  }
}


@media screen and (min-width: 1087px) {
  .mobileMenuAddOn {
    display: none;
  }
}




.main{
  color: black;
  min-height: calc(100vh - 13em);
}


/* slider - hlavní */
.hlavnislider .owl-carousel .owl-item{
    max-height:700px;
    width:100%;
}
.hlavnislider .owl-carousel{
  position: relative;
}

.hlavnislider .owl-dots{
  position: absolute;
  bottom:0px;
  left:25%;
  right:25%;
  background:rgba(255,255,255,.7);
  display:inline-block;
    height: 2.75em;
  line-height: 1.65em;



}

.hlavnislider .owl-dots .owl-dot span {
width: 18px !important;
height: 18px !important;
margin-top: 1em !important;
background: #000 !important;
}

.hlavnislider .owl-dots .owl-dot.active span{
background: #008251 !important;
}

@media screen and (max-width: 500px) {
  .hlavnislider {display: none;}
  .hlavnislidermobile {display: initial;}
  }

@media screen and (min-width: 500px) {
  .hlavnislider {display: initial;}
  .hlavnislidermobile {display: none;}
  }

/* slider na auta */
@media screen and (min-width: 1087px) {
.auta{
max-height: 150px;
margin: 2em 0;
}
.auta .owl-carousel .owl-item img{
    max-height: 100%;

}
}

.auta img {
  height: 120px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}


.auta2{
max-height: 120px;
}
.auta a, .auta a:link, .auta a:visited, .auta a:hover, .auta a:active{
text-decoration: none;
color: transparent;
}

.auta a:hover{
background: black;
}

/* font nadpisu */
h1, h2, h3, h4, h5, h6{
  font-family: 'Open Sans Extrabold', 'Open Sans', sans-serif;
  padding: 0 0 0.1em 0;
}





/* hlavní stránka */

@media screen and (min-width: 1087px) {
.mainpage{ /* CSS Grid - viz https://www.root.cz/clanky/css-grid-revoluce-ve-web-designu/ */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
}




.mainpage h1{
  text-transform: uppercase;
  font-size: 1.8em;
  }


.box{
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
}


@media screen and (min-width: 415px) {
.boxNew{
  margin-left: 2em;
  margin-right: 2em;
  margin-bottom: 2em;
} }

@media screen and (max-width: 415px) {
.boxNew{
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
} }


.nasesluzby{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 0.5rem;
  background: #cccccc;
  color: #333333;



}

.skladovevozyFirst{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  /*background: #cccccc;
  color: #333333;*/
  background: #cccccc;
  color: #333333;
}


.skladovevozytlacitko{
  grid-column: 1 / -1;
  grid-row: 2 / 2;
  padding: 0.5rem;
  background: #cccccc;
  color: #333333;
}



.nasesluzby .ctverce{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(24.33%, 1fr));
  grid-gap: 2em;

}

.nasesluzby .ctverec{
    background-color: #008251;
    position: relative;
  box-sizing: border-box;
}


.nasesluzby .ctverec::before {
  content: '';
  display: block;
  padding-top: 100%;
}

.nasesluzby .ctverec .obsah {
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.nasesluzby .ctverec .obsah img {
  width: 70%;
}




.prispevky{
  display: grid;
  grid-template-columns:
    [full-start] minmax(1em, 1fr)
    [main-start] minmax(0, 56em) [main-end]
    minmax(1em, 1fr) [full-end];
  grid-gap: 1em;;

}

@media screen and (min-width: 1087px) {

.prispevek{
grid-column: main;
display: grid;
grid-template-columns: 200px 1fr;
}
}



@media screen and (max-width: 1087px) {

.prispevek{
grid-column: main;

}
}

.prispevek .obrazek{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  background-color: #fff;
  text-align: center;
}



.prispevek .obrazek img{
  max-width: 100%;
}

.prispevek .cena{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.prispevek .text{
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  background-color: #008251;
  color: #fff;
}

.prispevek .text p{
padding: 1em 1em 1em 1em;
}


/*/////////////////////////*/

@media screen and (min-width: 1087px) {

.prispevekMobile{
grid-column: main;
display: none;
grid-template-columns: 200px 1fr;
}

h1.centermobile{
text-align: left;
}

}



@media screen and (max-width: 1087px) {
.prispevekMobile{
grid-column: main;
}
h1.centermobile{
text-align: center;

}

}

.prispevekMobile .obrazek{
  grid-column: 1 / 2;
  grid-row: 1 / 2;
  background-color: #fff;
  text-align: center;
}



.prispevekMobile .obrazek img{
  max-width: 100%;
}

.prispevekMobile .cena{
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  text-align: center;
}

.prispevekMobile .text{
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  background-color: #008251;
  color: #fff;
}

.prispevekMobile .text p{
padding: 1em 1em 1em 1em;
}

/*////////////////////*/

@media screen and (max-width: 1087px) {
.skladovevozy{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: 0.5rem;
  background: #cccccc;
  color: #fff;
  display: none;
}
}

@media screen and (min-width: 1087px) {
.skladovevozy{
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  padding: 0.5rem;
  background: #cccccc;
  color: #fff;
  display: grid;
}
}

.onas{
  grid-column: 1 / 2;
  grid-row: 3 / 4; /* 2/3 */
  padding: 0.5rem;
  background: #666666;
  color: #cccccc;
}
.kontakt{
  grid-column: 2 / 3;
  grid-row: 3 / 4; /* 2/4 */
  padding: 0.5rem;
  background: #008251;
  color: #ffffff;

}

.aktuality{
  grid-column: 1 / 2;
  grid-row: 4 / 5; /* 3/4 */
  padding: 0.5rem;
  background: #333333;
  color: #cccccc;
}


.main.skladoveVozy { /*main v stránce SKLADOVÉ VOZY*/
  margin: 2%;
}


/* page */
@media screen and (min-width: 1087px) {
.page{ /* CSS Grid - viz https://www.root.cz/clanky/css-grid-revoluce-ve-web-designu/ */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
}
}



/*začátek css pro SKLADOVÉ VOZY*/

/* filtry skladové vozy */
.sortBy {
  margin-left: 1rem;
  margin-right: 1rem;
  font-size: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 450px) {
  .sortBy {
    font-size: 75%;
    overflow: hidden;

  }
}

@media screen and (max-width: 700px) {
  .sortBy {
    margin-left: 0;
    margin-right: 0;
  }
}

.sortByChild {
  position: relative;
  overflow: hidden;
  padding: 0 4px 0 4px;
  background-color: #008251;
  color: white;
  height: 46px;
  vertical-align: middle;
}


.filtrovat {
  cursor: pointer;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: bold;
  padding: 16px 4px 16px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.filtrovatReset {
  cursor: pointer;
  background-color: #000000;
  border: none;
  color: white;
  font-weight: bold;
  padding: 16px 4px 16px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
}

.select-filtry {
    color: #fff;
    line-height: 1.3;
    font-size: 12px;
    font-weight: 700;
    padding: .6em 1.4em .5em 0.1em;
    box-sizing: border-box;
    border: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #008251;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23ffffff' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat, repeat;
    background-position: right 0 top 50%, 0 0;
    background-size: .65em auto, 100%;
    cursor: pointer;
  position: relative;
    top: 50%;
  height: 30px;
}

/*desktop*/
@media screen and (min-width: 500px) {
.sortByChild {
  width: 140px;
  margin: 0 10px 5px 0;
  float: left;
}


.filtrovat {
  width: 140px;
  margin: 0 10px 5px 0;
  float: left;
}

.filtrovatReset {
  width: 140px;
  margin: 0 10px 5px 0;
  float: left;
}

.select-filtry {
    width: 100px;
    margin: -15px 4px 0 0;
  float: right;

}

}

/*mobile menší*/
@media screen and (max-width: 360px) {
.sortByChild {
  width: 100%;
  margin: 0 10px 5px 0;
  float: left;
}


.filtrovat {
  width: 45%;
  margin: 0 0 5px 0;
  float: left;
}

.filtrovatReset {
  width: 45%;
  margin: 0 0 5px 0;
  float: right;
}

.select-filtry {
    width: 80%;
    margin: -15px 1em 0 0;
  float: right;

}

}

/*mobile větší*/
@media screen and (min-width: 360px) AND (max-width: 500px) {
.sortByChild:nth-child(odd) {
  width: 47%;
  margin: 0 0 5px 0;
  float: left;
}
.sortByChild:nth-child(even) {
  width: 47%;
  margin: 0 0 5px 0;
  float: right;
}


.filtrovat {
  width: 47%;
  margin: 0 0 5px 0;
  float: left;
}

.filtrovatReset {
  width: 47%;
  margin: 0 0 5px 0;
  float: right;
}

.select-filtry {
    width: 65%;
    margin: -15px 1em 0 0;
  float: right;

}

}




.select-filtry::-ms-expand {
    display: none;
}

.select-filtry option {
    font-weight:normal;
    background-color: white;
    color: black;
}

.select-filtry option[disabled] {
    background-color: white;
    color: gray;
}

.select-filtry .boldOption{
    font-weight:bold;

}

.sortByIcon{
  position: relative;
  float: left;
    top: 50%;

  height: 32px;
    margin-top: -16px;
}

/* konec filtry skladové vozy*/



.skladovesluzbypage {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;



  position: relative;
  margin: 1rem;
}

.skladovesluzbypage .cenovka {
  background-color: #000;
  position: absolute;
  left: 0;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.5rem;
  width: 12rem;
  height: 3rem;
  top: 1rem;
  z-index: 2;
}

.skladovesluzbypage .srdicko {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  right: 0;
  border: 1px solid black;
  z-index: 2;
  display: none;
}

.productImage {
  width: 200%;
  position: relative;
  overflow: hidden;
  float: none;
}
.productImage::after {
  content: "";
  display: block;
  padding-top: calc(3/4 * 100%);
}

.productImageContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, black , #ddd);
  z-index: 1;
}


.productCaption {
  width: 200%;
  position: relative;
  overflow: hidden;
  float: none;
}

.productCaption::after {
  content: "";
  display: block;
  padding-top: 75%;
}

.productCaptionContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #666;
}

.skladovesluzbypage .productName {
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: bold;
  padding: 1rem;
}

.skladovesluzbypage .basicInfoBubbles {
  height: 2.5rem;
  padding-left: .5rem;
}

.skladovesluzbypage .bubble {
  height: 9.5vw;
  width: 9.5vw;
  border-radius: 50%;
  background-color: #008251;
  margin: .75vw;
  margin-right: 10vw;
  float: left;
  position: relative;
}

.skladovesluzbypage .bubble img {
  height: 9.5vw;
}

.skladovesluzbypage .bubble .bubbleCaption {
  position: absolute;
  left: 100%;
  top: 0;
  font-size: 2.5vw;
  line-height: 2.5vw;
  font-weight: bold;
  width: 10vw;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.skladovesluzbypage .bubble .bubbleCaption div {
  text-align: center;
  margin: 0 auto;
}

/*
  .skladovesluzbypage .productDescription {
  font-size: 0.8em;
  line-height: 100%;
  margin-top: 0em;
  padding: 0.8rem;
  padding-top: 0;
  text-align: left;


}
}*/

/*@media screen and (min-width: 801px) {*/
  .skladovesluzbypage .productDescription {
  font-size: 4vw;
  line-height: 120%;
  margin-top: 1.3em;
  padding: 0.8rem;
  padding-top: 0;
  text-align: left;
}
/*}*/


@media screen and (max-width: calc((1087 / 3) * 2px)) {
.productCaption::after {
  padding-top: 95%;
}
.skladovesluzbypage {
  margin: 1rem 0;
}
}








/*             MOBILE             */
@media screen and (min-width: calc((1087 / 3) * 2px)) {
  .page.skladoveSluzby {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .skladovesluzbypage .productDescription {
    font-size: 1.6vw;
  }
  .skladovesluzbypage .bubble {
  height: 4.75vw;
  width: 4.75vw;
  margin: .375vw;
  margin-right: 5vw;
}

.skladovesluzbypage .bubble img {
  height: 4.75vw;
}

.skladovesluzbypage .bubble .bubbleCaption {
  font-size: 1.25vw;
  line-height: 1.25vw;
  width: 5vw;
}
}

/*             DESKTOP           */
@media screen and (min-width: 1087px) {
  .page.skladoveSluzby {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .skladovesluzbypage .productDescription {
    font-size: 1.1vw;
  }
  .skladovesluzbypage .bubble {
  height: 3.54vw;
  width: 3.54vw;
  margin: 0vw;
  margin-right: 3.6vw;
}

.skladovesluzbypage .bubble img {
  height: 3.56vw;
}

.skladovesluzbypage .bubble .bubbleCaption {
  font-size: .93vw;
  line-height: .93vw;
  width: 3.6vw;
}
}

/*             FULL HD             */
@media screen and (min-width: calc((1087 / 3) * 4px)) {
  .page.skladoveSluzby {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .skladovesluzbypage .productDescription {
    font-size: .8vw;
  }
  .skladovesluzbypage .bubble {
  height: 2.375vw;
  width: 2.375vw;
  margin: .1875vw;
  margin-right: 2.5vw;
}

.skladovesluzbypage .bubble img {
  height: 2.375vw;
}

.skladovesluzbypage .bubble .bubbleCaption {
  font-size: .625vw;
  line-height: .625vw;
  width: 2.5vw;
}
}



/*konec css pro SKLADOVÉ VOZY*/




/*začátek css pro SKLADOVÉ VOZY - DETAIL*/


.page.skladoveVozyDetail {
  grid-template-rows: unset;
  min-height: calc(100vh - 103px);
  margin: 0;
  padding: 0;
}

.productDetailGalleryPC {
  background-color: #333;
  padding: 1em;
  display: block;
}

.productDetailGalleryMobile {
  display: none;
}






.currentImage {
  width: 100%;
}

.thumbnailGallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr auto;
  margin: 1em;
}

.thumbnailImage {
  margin: 1em;
}

.thumbnailImage img, .currentImage img {
  width: 100%;
}


.imageFiller {
  width: 100%;
  position: relative;
  overflow: hidden;
  float: none;
}
.imageFiller::after {
  content: "";
  display: block;
  padding-top: calc(2/3 * 100%);
}
.imageFillerContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to left, black, #eee);
  margin: 1em;
}
.currentImage .imageFillerContent {
  margin: 0;
}


.productDetailCaption {
  position: relative;
}

.productDetailCaption .productName {
  font-weight: 900;
  font-size: 2em;
  line-height: 1.2em;
  margin: 1rem;
  margin-top: 2rem;
}

.productDetailCaption .srdicko {
  width: 3em;
  height: 3em;
  position: absolute;
  top: 1em;
  right: 1em;
  border: 1px solid black;
  z-index: 2;
  display: none;
}

.basicInfo {
  width: 100%;
  position: relative;
  height: 7rem;
}

.productDetailCaption .cenovka {
  background-color: #000;
  position: absolute;
  right: 0;
  top: 1rem;
  color: #FFF;
  text-align: center;
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.5rem;
  width: 12rem;
  height: 3rem;
  z-index: 2;
}

.productDetailCaption .basicInfoBubbles {
  height: 5rem;
  width: 20rem;
  position: absolute;
  left: 1rem;
  top: 0;
}

.productDetailCaption .bubble {
  height: 4rem;
  width: 4rem;
  margin: .5rem;
  background-color: #008251;
  border-radius: 50%;
  float: left;
}

.productDetailCaption .bubble img {
  width: 4rem;
}

.productDetailCaption .bubble .bubbleCaption {
  font-size: .7rem;
  line-height: .7rem;
  font-weight: bold;
  width: 4rem;
  text-align: center;
  position: absolute;
  top: 100%;
}

.productDetailCaption .productDescription {
  font-size: 11pt;
  margin: 1rem;
  text-align: justify;
}


.productDetailCaption .interestedForm {
  background-color: #ccc;
  padding: 2rem;

}

.interestedForm .inputSmall {
  width: calc(50% - 2.2rem);
  height: 40px;
  margin: 1rem;
  background-color: #fff;
  display: inline-block;
}


.interestedForm .inputLarge {
  width: calc(100% - 2rem);
  margin: 1rem;
  height: 100px;
  background-color: #fff;
}



@media screen and (max-width: 1087px) {
  .page.skladoveVozyDetail {
    grid-template-rows: unset;
    min-height: calc(100vh - 276px);
  }
  .productDetailGalleryPC {
    display: none;
  }
  .productDetailGalleryMobile {
    display: block;
  }
  .productDetailCaption .productName {
    font-weight: 900;
    font-size: 1.3em;
    line-height: 1.2em;
    margin: 1rem;
    margin-top: 2rem;
  }
  .productDetailCaption .srdicko {
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  .productDetailCaption .basicInfo {
    height: 9rem;
  }
  .productDetailCaption .basicInfoBubbles {
    height: 4rem;
    width: 16rem;
    position: absolute;
    left: .5rem;
  }
  .productDetailCaption .bubble {
    height: 3rem;
    width: 3rem;
    margin: .5rem;
    background-color: #008251;
    border-radius: 50%;
    float: left;
  }
  .productDetailCaption .bubble img {
    width: 3rem;
  }
  .productDetailCaption .bubble .bubbleCaption {
    font-size: .6rem;
    line-height: .7rem;
    font-weight: bold;
    width: 3rem;
    text-align: center;
    position: absolute;
    top: 100%;
  }
  .productDetailCaption .cenovka {
    top: 6rem;
    right: 0;
  }
  .interestedForm .inputSmall {
    width: calc(100% - 1rem);
    height: 40px;
    margin: .5rem;
    margin-bottom: 0;
    background-color: #fff;
    display: inline-block;
  }
  .interestedForm .inputLarge {
    width: calc(100% - 1rem);
    margin: .5rem;
    height: 100px;
    background-color: #fff;
  }
}



/*konec css pro SKLADOVÉ VOZY - DETAIL*/


/* různé boxy */

.row{
  box-sizing: border-box;
  overflow:hidden;
}


.polovina{ /* 2 boxy pul na pul */
  width: 50%;
    float: left;
  clear: none;
  margin-left: 0;
  padding: 0 0 0 0.5em;
  box-sizing: border-box;
}

@media screen and (max-width: 1087px) { /* boxy se na mensi zarizeni nevejdou, takze je musime vypnout */
  .polovina {width: 100%;}
}




/* tlačítka */
.cerne{
  background-color: #000000 !important;
  border: none;
  color: white !important;
  font-weight: bold;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;

}

.zelene{
  background-color: #008251;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;

}

.sede{
  background-color: #999999;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 60px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  margin: 2em 0.2em 0 0.2em;
  cursor: pointer;
}

@media screen and (max-width: 420px) {
  .sede {
    padding: 10px 30px;
  }
  .cerne {
    padding: 10px 30px;
  }
}


.actions{
text-align: center;
padding: 1em 1em 0em 1em;
text-transform: uppercase;
margin-bottom: 1em;
}

.actions.vlevo{
  text-align: left;
}



@media screen and (max-width: 420px) {
  .actions {
    padding: 1em 0 0 0;
  }
}




/* formuláře */

input.normal, textarea.normal{
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  border: none;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;

}



/* patička */
footer{ /* vzhled patičky */
  padding: 1em 0 1em 0;
  background-color: black;
  color: white !important;
  text-align: left;
}
@media screen and (max-width: 1087px) {
footer ul{
list-style: none;
}

footer li{
border-bottom: 0.01em solid #666666;
padding: 0.4em 0 0.4em 0;
}


}

@media screen and (min-width: 1087px) {
footer ul{ /* text v paticce - vyuzivame upravene odrazky */
  font-size: 1em;
  padding: 0;
  list-style: none;
  display: inline;
  margin-left: 1em;
}

footer li{
display: inline;
}


footer li + li:before{
    content: " | ";
    padding: 0 5px;
}
}
footer a{
text-decoration: none;
border-bottom: transparent;
}

/* navigace */
.pagination {
    display: inline-block;
    padding-top: 2em;
}

.pagination a, .pagination span {
    color: black;
    float: left;
    padding: 8px 16px;
}

.pagination a, .pagination a:hover, .pagination a:visited, .pagination a:active, .pagination a:link {
    text-decoration: none;
    border-bottom: none;
}

.pagination a.active {
    background-color: #008251;
    color: white;
}

.pagination a:hover:not(.active) {background-color: #ddd;}


@media screen and (min-width: 1087px) {
.default{
margin: 2em 12em;
}
}

@media screen and (max-width: 1087px) {
  .default {margin: 1em 2em;}
  }

.default h1{
text-align: center;
margin-top: 2em;
margin-bottom: 1em;
}

.default p{
text-align: justify;
}

.default img{
width: 100%;
}

@media screen and (min-width: 1087px) {
.defaultAutopujcovna {
margin: 2em 1em;
}
}

@media screen and (max-width: 1087px) {
  defaultAutpujcovna {margin: 1em 1em;}
  }

  .defaultAutopujcovna h1{
text-align: center;
margin: 2em;
}

.defaultAutopujcovna p{
text-align: justify;
}


hr{ /* nastaveni oddelovniku */
  border-color: #008251;
  border-bottom: solid 8px #008251;
  margin: 1em 0 3em 0;
}



/* detail */
@media screen and (min-width: 1087px) {
.detail_container{
margin: 2em 12em;
}
}


.detail_header {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.detail_header h3 {
  font-weight: normal;
  font-style: italic;
  line-height: .1;
}
.detail_header h1 {
  font-size: 4rem;
  line-height: .1;
}
.detail_header img {
  width: 50%;
}
.detail_header .caption {
  font-weight: lighter;
  font-size: 2rem;
  text-align: center;
}
.detail_cenovka {
  font-weight: bold;
}


.detail_slider {
  width: 100%;
  margin-bottom: 1rem;
}

.detail_grid {
  display: table;
  width: 100%;
  border-spacing: 1rem;
}
.detail_grid .grid_item.caption {
  padding: 2rem 0;
}
.detail_grid .grid_item img {
  width: 100%;
  display: block;
}
.detail_grid .grid_item h2 {
  text-transform: uppercase;
  padding-left: 1rem;
}
.detail_grid .grid_item p {
  padding: 1rem;
  font-weight: lighter;
}
.detail_grid .grid_item a {
  font-weight: bold;
  padding-left: 1rem;
  color: #008b4a;
}
.detail_grid .grid_item a:hover {
  color: #00ad5c;
}

.detail_grid_header {
  display: table-header-group;
}
.detail_grid_row {
  display: table-row-group;
}
.detail_grid_footer {
  display: table-footer-group;
}


@media screen and (min-width: calc(1087px + 24em)) {
  .detail_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .detail_grid .grid_item.caption {
    padding: 0;
  }
}


@media screen and (min-width: 1087px) {
.detail_vozy {
  width: 100vw;
  position: relative;
  left: -12em;
}
}


.detail_footer {
  text-align: center;
  margin-top: 0.5rem;
  padding: 1rem;
  /*background-color: #eee;*/
}

.detail_footer h1 {
  text-transform: uppercase;
  line-height: 1.5;
}
.detail_footer img {
  width: 100%;
  margin: 1rem 0;
}
.detail_footer .button {
  background-color: #000;
  display: inline-block;
  color: #fff;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
  font-size: 1.5rem;
}

img.detailRozmery{
width:100%;
max-width:700px;
display: block;
margin-left: auto;
margin-right: auto;
}

/*ojeté vozy*/

@media screen and (min-width: 800px) {

.left-ojete-vozy{
  float: left;
  width: 50%;
  margin: auto;
}

.right-ojete-vozy{
  width: 50%;
  overflow: hidden;
  margin: auto;
}
}

@media screen and (max-width: 800px) {

.left-ojete-vozy{
  width: 100%;
  margin: auto;
}

.right-ojete-vozy{
  width: 100%;
  margin: auto;
}
}






.contactCards {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr auto;
  }





.contactInfoContainer {
  width: 100%;
}

.mapiframe {
  grid-column: 1 / span 3;
}
.contactInfo {
  background-color: #666;
  margin: 1rem;
  color: white;
  position: relative;
}
.contactInfo h3 {
  text-align: right;
  margin-right: 1em;
}
.contactInfoIcon {
  width: 3rem;
  max-width: 3rem;
  position: absolute;
  top: .5rem;
  left: .5rem;
}
.contactInfoContent {
  padding: 2rem 1rem 1rem .5rem;
}
.contactInfoContent .right {
  float: right;
  padding: 0;
}
.contactInfoContent .left {
  float: left;
}



.contactCard {
  margin: 1rem;
  background-color: #ddd;
}
.contactCard img {
  float: left;
  width: 120px;
}
.contactCardInfo {
  padding: 1rem;
  float: left;
  width: calc(100% - 120px - 2rem);
  font-size: 90%;
}
.contactCardInfo h5 {
  line-height: 1;
  font-size: 90%;
  margin: 0 0 .3rem 0;
}
.contactCardInfo h3 {
  margin: .2rem 0;
}
.contactCardInfo p {
  margin: 0;
}

.mapiframe {
  height: 600px;
  width: calc(100% - 2rem);
  margin: 1rem;
}


@media screen and (min-width: 1087px) {
  .contactInfoContainer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .contactCards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr auto;
  }
  .contactInfoContent {
    padding: .5rem 1rem 0 .5rem;
  }
}

@media screen and (max-width: 1087px) {
  .contactInfo h3 {
    position: absolute;
    top: 1rem;
    right: 1rem;
    margin: 0;
  }
  .contactInfoContent {
    padding-top: 4.5rem;
  }
  .mapiframe {
    height: 350px;
    grid-area: map;
  }
  .kdeNasNajdete {
    grid-area: place;
  }
  .firemniUdaje {
    grid-area: firm;
  }
  .oteviraciDoba {
    grid-area: time;
  }
  .contactInfoContainer {
    display: grid;
    grid-template-areas:
      'time'
      'place'
      'map'
      'firm';
  }
}

@media screen and (max-width: 350px) {
  .contactCardInfo h3 {
    font-size: .9rem;
  }
}




.filtrovat {
  cursor: pointer;

}



.obrazekAktuality {
  display: block;
}


.zoom {
 transition: all 1s ease-in-out;/* Animation */

}

.zoom:hover {
  transform: scale(1.2);

}



.poziceContainer {
  margin-bottom: 4rem;
}
.pozice {
  border: 1px solid #008251;
  padding: 1rem;
  border-radius: 3px;
  position: relative;
  transition: .1s ease all;
  top: 0;
  margin-top: 1.5rem;
}
.poziceContainer .pozice:hover {
  top: -2px;
}
.pozice h2 {
  text-align: left;
  margin: 0;
  margin-bottom: 1rem;
}
.poziceInfoContainer {
  width: 100%;
  display: flex;
  justify-content: left;
  align-items: stretch;
}
.poziceInfo {
  font-size: .9rem;
}
.poziceInfo:before {
  color: #008251;
}
.pozice a {
  border-bottom: 1px dotted #111;
}
.pozice a:hover {
  border-bottom: none;
}


.poziceInfo:nth-child(1):after {
  content: "|";
  margin: 0 .6rem;
}
.poziceInfo:nth-child(2):after {
  content: "|";
  margin: 0 .6rem;
}


.poziceInfo:nth-child(1):before {
  content: "společnost: ";
}
.poziceInfo:nth-child(2):before {
  content: "pracoviště: ";
}
.poziceInfo:nth-child(3):before {
  content: "publikováno: ";
}


.more {
  font-weight: normal;
  text-decoration: underline;
  cursor: pointer;
  margin-top: .5rem;
}


.karieraForm {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1rem;
}
.karieraForm input {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #008251;
  border-radius: 4px;
  padding: .5rem;
  font-size: .9rem;
  font-family: 'Open Sans';
}

.karieraForm input[type="submit"] {
  -webkit-appearance: none;
  background-color: #cce6dc;
}
.karieraForm input[type="file"] {
  height: auto;
  border: none;
}
.karieraForm input.double {
  grid-column: 1 / span 2;
}
.karieraFormUpozorneni {
  font-size: .85rem;
  color: #999;
  margin-bottom: 4rem;
}
.karieraFormUpozorneni a {
  color: #777;
}

@media screen and (max-width: 550px) {
  .poziceInfoContainer {
    flex-direction: column;
  }
  .karieraForm {
    grid-template-columns: 1fr;
  }

  .karieraForm input.double {
    grid-column: 1;
  }
  .poziceInfo:nth-child(1):after {
    content: "";
    margin: 0;
  }
  .poziceInfo:nth-child(2):after {
    content: "";
    margin: 0;
  }
}




.karieraKontaktContainer {
}



h3 a {
  border-bottom: 1px dotted #111;
}
h3 a:hover {
  border-bottom: none;
}
