body{
margin:0px;
padding:0px;
font-weight: 400;
font-family:  'Poppins', Arial, sans-serif;
font-size: 16px;
line-height: 1.5em;
color: #ffffff;background:black;
}

.node-id-188 > h1{
display:none;
}

#block-obsahhlavnistranky{
max-width:1000px;margin:auto;padding:140px 20px 100px;
}


.page-id-188 #block-obsahhlavnistranky{
max-width:100%;padding:0px;
} 


/*=================================
	menu efekt
=================================*/


 .mactive{
background:#171718;
}

.layout-container {
}

.header-around{
width:100%;
}

main{
width:100vw;
height:100vh;
padding:0px;
  -webkit-transition: var(--ease);
  -moz-transition: var(--ease);
  -o-transition: var(--ease);
  -ms-transition:var(--ease);
  transition: var(--ease);
  overflow-y: scroll;
  z-index: 101;
 
position:fixed;
top:0px;left:0px;
}
 



.mactive main{
/*padding-right:var(--sidepadmenu);
padding-left:var(--sidepadmenu);*/
margin-top:var(--menuheight);

  -webkit-transition: var(--ease2);
  -moz-transition: var(--ease2);
  -o-transition: var(--ease2);
  -ms-transition:var(--ease2);
  transition: var(--ease2);


  pointer-events: none;
  overflow: hidden;
}

.layout-content{
position:relative;
background:black;
}

 



/*===============================
	    variables
===============================*/

 
:root {
--sidepadmenu: 100px;
--sidepad: 100px;
--menuheight: 300px;
--ease: .2.5s all ease-in-out;
--ease2: 1.5s all ease-in-out;

}


@media all and (min-width: 720px) and (max-width: 1400px){

:root {
--sidepadmenu: 50px;
--sidepad: 50px;
--menuheight: 400px;
}

 

}


@media all and (max-width: 720px) {

:root {
--sidepadmenu: 20px;
--sidepad: 20px;
--menuheight: 400px;
}

 

}


/*===============================
	    video
===============================*/


video{
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}

.view-banner{
width:100%;
}

/*
.node-banner {
  display: flex !important;
  justify-content: center;
  align-items: center;
width:100vw;height:100vh;  overflow: hidden;
}*/


.hlogo,
.gototo{
display:non;e
}



.banner-item {
  width: 100vw;  height: 100vh;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.banner-item-image {
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100vw;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/*===============================
	    gallery
===============================*/
.fresh ,
.node-galerie{
position:relative;
}

.field--name-field-galerie,
.galerie-items{
background:black;
line-height:1px;
}

.galerie-item,
.field--name-field-galerie .field__item {
height:100vh;
display:flex !important;
  justify-content: center;
  align-items: center;
}

.galerie-items .slick-track,
.field--name-field-galerie .slick-track{
  display: flex;
}

.galerie-item-image{
width:100vw;
height:100vh;
background-repeat:no-repeat;

background-position:center center;

background-size:auto 100% ;
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/

}


.galerie-item-image.siroky{
background-size:100% auto ;
}

.galerie-item-image.vysoky{
background-size:auto 100% ;
}

/*
.fresh-row[data-slick-index="0"] ,
.galerie-item[data-slick-index="0"] {}

.fresh-row[data-slick-index="0"]  .galerie-item-image,
.galerie-item[data-slick-index="0"] .galerie-item-image{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/



 


@media screen and (max-width: 720px) and (orientation: landscape) {


/*,.galerie-item[data-slick-index="0"] .galerie-item-image*/

.fresh-row[data-slick-index="0"]  .galerie-item-image.siroky,
.galerie-item[data-slick-index="0"] .galerie-item-image.siroky,
.galerie-item-image.siroky{
/*
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
*/
background-size:auto 100% ;
}

/*.galerie-item[data-slick-index="0"] .galerie-item-image.vysoky,*/
.fresh-row[data-slick-index="0"]  .galerie-item-image.vysoky,
.galerie-item[data-slick-index="0"] .galerie-item-image.vysoky,
.galerie-item-image.vysoky{
background-size:auto 100% ;
}


}


@media screen and (max-width: 720px) and (orientation: portrait) {

.fresh-row[data-slick-index="0"]  .galerie-item-image.siroky,
.galerie-item[data-slick-index="0"] .galerie-item-image.siroky,
.galerie-item-image.siroky{
background-size:100% auto ;
}

.fresh-row[data-slick-index="0"]  .galerie-item-image.vysoky,
.galerie-item[data-slick-index="0"] .galerie-item-image.vysoky,
.galerie-item-image.vysoky
/*,.galerie-item[data-slick-index="0"] .galerie-item-image*/{
 /* -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
background-size:auto 100% ;

}

}


.hlogo{
position:relative;
z-index:1;
  width: 20vw;margin:auto;
}

.clogo{
width:100%;  max-width: 20vw;}


.hlogo img{
width:100%;
}

@media all and (max-width: 720px) {

.hlogo{
  width: 90%;
}

.clogo{
max-width: 90%;
}




}
/*===============================
	    info gallery
===============================*/


.info-gallery{
  z-index: 1;
  left: var(--sidepad);
  position: absolute;
  bottom: 100px;
}


.info-place{
 
margin-bottom:5px;
}

.info-year{
margin-bottom:5px;
}

.info-people{margin-top:20px;}

.person {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  position: relative;
  font-size: 16px;
  line-height: 1em;
  line-height: 1px;
}

.person-title {
  line-height: 16px;

  content: attr(title);
  padding: 10px 14px 10px 20px;
  color: #000;
  background: no-repeat left center url('../images/monograms_rect.svg');
  position: absolute;
  left: 30px;
  top: -3px;
  white-space: nowrap;
  z-index: 1;
  font-size: 12px;
display:none;
}

.person:hover .person-title{
display:block;
}



@media all and (max-width: 720px) {
 
.info-gallery {
  left: 0;  bottom: 60px;
  padding: 0px 20px;    width: 100%;
}

.info-year,
.info-place {
  margin-bottom: 0px;
}

.info-people {
  margin-top: 10px;
}

.person{
  margin-right: 2px;
}

}




/*===============================
	    team
===============================*/

/**** svg****/

#coll-svg {
  margin: 0 auto;
  width: auto;
  height: 90%;
  display: block;  max-height: 100vh;
}


.st0 {
  fill: none;
  stroke: #1D1D1B;
  stroke-miterlimit: 10;
}
.st1 {
  fill: #1D1D1B;
}
.st2 {
  fill: #FFFFFF;
}
@keyframes hideshow {
  0% {
    opacity: 0;
  }
  32% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

#team.activee #marek_x5F_tuma,
#team.activee #tomas_x5F_senberger,
#team.activee #martin_x5F_senberger,
#team.activee #romana_x5F_steflova,
#team.activee #daniel_x5F_mudra,
#team.activee #vaclac_x5F_kastner {
  animation: hideshow 5s ease;
}



/*===============================
	    kontakt
===============================*/

.activee + #contact,
#contact.activee{ 
  background: url(../images/bg_kontakt.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media all and (max-width: 720px) {
 
.activee + #contact,
#contact.activee{
   background-image: url(../images/bg_kontakt_m.jpg) ; 
}

}

.clogo{

}


/*===============================
	    sekce
===============================*/


.node-id-188 > div {
position:relative;
min-width:100%;
height:100vh;
max-width:100vw;
width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.node-id-188 > div.paragraph--type--view {
min-height:0px;
}

#contact,
#team{
  background-color: white;
}

#video > div > div,
#team > div > div,
.paragraph--type--text-content > div{
min-width:100%;
min-height:100vh;
max-width:100vw;
width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
 

/*===============================
	    down
===============================*/

.gototo{
   position: absolute;
  bottom: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  left: 50%;
  width: 92px;
  margin-left: -46px;
}

a.godown {
  display: block;
margin:2px;
  width: 44px;
  height: 32px;
  line-height: 100em;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: .3s opacity ease-in-out;
  -moz-transition: .3s opacity ease-in-out;
  -o-transition: .3s opacity ease-in-out;
  -ms-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
  background: url(../images/default/arrow-down-w.svg) no-repeat center center;
  background-size: 100% auto;
}

a.gotop {
margin:2px;
  display: block;
  width: 44px;
  height: 32px;
  line-height: 100em;
  overflow: hidden;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-transition: .3s opacity ease-in-out;
  -moz-transition: .3s opacity ease-in-out;
  -o-transition: .3s opacity ease-in-out;
  -ms-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
  background: url(../images/default/arrow-top2-w.svg) no-repeat center center;
  background-size: 100% auto;
}

#team  a.godown {background-image: url(../images/default/arrow-down.svg) ;}
#team  a.gotop {background-image: url(../images/default/arrow-top2.svg) ;}


#contact a.godown ,
#video a.gotop {display:none;}

#contact .gototo,
#video .gototo{
  width: 44px;
  margin-left: -22px;
}


#contact .field--name-field-body {
/*background:rgba(0,0,0,0.6);
padding:50px;*/
}



/*=====================================
	socky
=====================================*/

.socky a{
display:inline-block;vertical-align:middle;
width:35px;height:35px;line-height:100em;overflow:hidden;
position:relative;
background-repeat:no-repeat;
background-size:100% auto;
margin:4px;
background-position:center center;
}

.soc1{background-image:url(../images/soc1.svg);}
.soc2{background-image:url(../images/soc2.svg);}
.soc3{background-image:url(../images/soc3.svg);}
.soc4{background-image:url(../images/soc4.svg);}


/*=====================================
	team
=====================================*/


#team{background:white;}
#team >div{position:relative;}


#team:before{
content:"";display:block;width:100%;height:100%;position:absolute;top:0px;left:0px;
   opacity: 0.25;
  background: url(../images/bg-1.webp) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}