
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Thin.woff2') format('woff2'); font-weight: 200; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Light.woff2') format('woff2'); font-weight: 300; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'); font-weight: 500; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Medium.woff2') format('woff2'); font-weight: 600; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal;}
@font-face {font-family: 'RobotoCond'; src: url('../fonts/RobotoCondensed-Black.woff2') format('woff2'); font-weight: 900; font-style: normal;}
*{
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
  font-family: "RobotoCond",Sans-serif;
}

.page{
  width: 100%;
  min-height: 100vh;
  background: linear-gradient(131deg,rgb(244, 244, 244) 0%, rgb(227, 220, 210) 100%);
  padding: 30px;
}

.logo_img{
  height: 400px;
  margin: 0px auto;
  display: block;
}

.text{
  text-align: center;
  font-size: 1.1em;
  line-height: 160%;
  padding: 20px;
}

.text a{
  color: #333;
}


.phobo_cont{
  
}

.fotogalerie_foto_cont{
  width: 33.3%;
  float: left;
  padding: 5px;
  height: 410px;
}

.fotogalerie_foto{
  width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 1px 1px 2px #0000007d;
  cursor: pointer;
}

.fotogalerie_foto:hover{
  filter: contrast(1.2) brightness(1.1);
}

.fotogalerie_galerie_cont{
  width: calc(33.3% - 10px);
  float: left;
  padding: 15px;
  background-color: #fff;
  margin: 5px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px #0000002e;
  cursor: pointer;
  height: 199px;
}

.fotogalerie_galerie_cont:hover{
  background-color: #f3efec;
}

.fotogalerie_galerie{
  width: 100%;
  height: 130px;
  object-fit: cover;
  
  cursor: pointer;
}

.fotogalerie_galerie:hover{
  filter: contrast(1.2) brightness(1.1);
}

.phobo_text{
  font-size: 13px;
  display: inline-block;
  line-height: 20px;
}

.rb_05{
  max-width: 900px;
  margin: 0px auto;
}

.both{
  clear: both;
}

/* responsive */
@media only screen and (max-width: 910px) {
  .fotogalerie_foto_cont{
    width: 50%;
  }
}

@media only screen and (max-width: 770px) {
  .main{
    max-height: 92vw;
  }
}
@media only screen and (max-width: 600px) {
  .info{
    padding: 50px 30px;
  }
  .fotogalerie_foto_cont{
    width: 100%;
  }
}