/* CSS */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
*, *:after, *:before {
  box-sizing: border-box;
}
div {
	margin: 0;
}

/* The grid: Four equal columns that floats next to each other */
.column {
	float: left;
	width: 25%;
	padding: 10px;
  }
  
  /* Style the images inside the grid */
  .column img {
	opacity: 0.8; 
	cursor: pointer; 
  }
  
  .column img:hover {
	opacity: 1;
  }
  
  /* Clear floats after the columns */
  .row:after {
	content: "";
	display: table;
	clear: both;
  }
  
  /* The expanding image container */
  .container {
	position: relative;
	display: none;
  }
  
  /* Expanding image text */
  #imgtext {
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: white;
	font-size: 20px;
  }
  
  /* Closable button inside the expanded image */
  .closebtn {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 35px;
	cursor: pointer;
  }




body {
	background-color: #bbb;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #282828;
}
#home {
	background-image: url('photos/homepage1.jpg');
	background-repeat: no-repeat;
	background-position: center -60px;
	background-size: 1200px auto;
}
#pois {
	background-image: url('photos/pois1.jpg');
	background-repeat: no-repeat;
	background-position: center -60px;
	background-size: 1200px auto;
}

#nature {
	background-image: url('photos/far.jpg');
	background-repeat: no-repeat;
	background-position: center -60px;
	background-size: 1200px auto;

}

.pageContainer {
	background-color: white;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#headerContainer {
	background: #63898C;
	background: linear-gradient(to bottom, #ffffff, #E0F4F5, #A7D1D2);
	width: 100%;
	height: 60px;
	

}
#header {
	padding: 4px 0;
}
.baseBlock {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#logo {
	width: 180px;
	display: inline-block;
	z-index: 999;
	position: relative;
}

#menu {
	display: inline-block;
}
#logo a {
	color: black;
	font-size: 2.1em;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
}
#logo a:before {
	content: "\a0";
	background-image: url('photos/gerbreal.png');
	background-repeat: no-repeat;
	background-size: 36px auto;
	background-position: 4px 0;
	width: 50px;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
}
#menu a {
	color: black;
	font-size: 1.4em;
	font-weight: bold;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 3px 10px;
}
#topTitle {
	padding: 100px 0 0;
	min-height: 251px;
}
#pois #topTitle {
	min-height: 260px;
}
#topTitle h1 {
	color: white;
	font-size: 4.2em;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 0 5px #000; 
	margin: 0;
}
.accentBlock {
	background-color: white;
	box-shadow: 0 0 5px #000;
	width: 316px;
	height: 210px;
	float: left;
	margin-left: 26px;
	padding: 30px 40px;
}
.orange {
	background-color: #A7D1D2;
	margin-left: 0;
}
.accentBlock h3 {
	color: #282828;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.accentBlock p {
	color: #282828;
	margin: 3px 0;
	line-height: 200%;
}
.accentBlock a {
	color: #fff;
	background-color: #A7D1D2;
	font-size: 1.2em;
	font-weight: bold;
	padding: 10px 20px;
	border-radius: 19px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0;
	display: inline-block;
}
.accentBlock.orange a {
	color: #282828;
	background-color: #ffffff;
}
.accentBlock.orange h3, .accentBlock.orange p {
	color: #ffffff;
}
h2 {
	font-size: 2em;
	margin: 0 0 10px;
	text-align: center;
	line-height: 1.5em;
	width: 100%;
}
.poiBlock h2 {
	background-color: #f3a032;
}
h2.roza {
	color: #015366;
	margin-top: 35px;
}
.poiBlock h2 {
	
}
#page {
	padding: 25px 0;
}
.clear {
	clear: both;
}
#page p {
	margin: 3px;
	font-size: 1.2em;
}
#page p.subtitle {
	text-align: center;
	font-size: 1.3em;
	max-width: 70%;
	margin: 2px auto 20px;
}
#page .x4cols p.miniBlock {
	width: 233px;
	line-height: 200%;
	float: left;
	margin: 30px 16px 0 4px;
}
#page .x4cols p.miniBlock:last-of-type {
	margin-right: 4px;
}
#page p.miniBlock:before {
	content: "\a0";
	background-image: url('photos/zvezda.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 36px;
	height: 36px;
	display: block;
	margin-bottom: 20px;
}
#footer {
	padding: 30px 0 10px;
}
#footer p {
	font-size: .9em;
	text-align: center;
	margin: 10px auto;
}

.poiBlock {
	width: 100%;
	display: inline-block;
	background-color: #fafaf0;
	margin: 0px;
	border: #ccc solid 1px;
	padding: 60px;
}
.poiBlock img {
	float: right;
	display: block;
	padding: 20px;
}
.poiBlock .poiText {
    padding: 60px;
	width: calc( 100% - 300px );
	display: inline-block;
}
.poiText p {
	margin: 5px 0;
	padding: 60px;
}
.poiText p:first-letter {
	font-size: 1.2em;
	color: #bf2e02;
	font-weight: bold;
	padding: 60px;
}
/*****************/
@media screen and (max-width: 1020px){

.accentBlock {
	box-shadow: 0 0 5px #000;
	width: 100%;
	max-width: 520px;
	height: auto;
	float: none;
	margin: 0 auto 10px;
	padding: 15px 30px 7px;
}
#page .x4cols p.miniBlock {
	width: calc( 50% - 2 * 10px );
	margin: 30px 10px 0 10px;
}
#page .x4cols p.miniBlock:last-of-type {
	margin-right: 10px;
}
#page .x4cols p.miniBlock:nth-of-type(odd) {
	clear: left;
}
}

#menu-mob.open:before {
	content: "\2613";
}

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

#topTitle h1 {
	font-size: 3.2em;
}
#menu {
	display: none;
	padding: 50px 30px 20px 70px;
	position: absolute;
	left: 1px;
	top: 0;
	background: linear-gradient(to top, rgba(243, 160, 50, .9) 0, rgba(198, 124, 26, .95) 100%);
	border-right: 1px solid #c67c1a;
	border-bottom: 1px solid #c67c1a;
}
#menu a {
	display: block;
	margin: 30px 0;
}
#menu.open {
	display: block;
}
#menu-mob {
	display: block;
	height: 40px;
	position: absolute;
	top: 10px;
	right: 0;
	z-index:1000;
}




.poiText1 {
	width: 100%;
	display: inline-block;
	background-color: #fafaf0;
	margin: 0px;
	border: #ccc solid 1px;
	padding: 60px;
}
      	
		
.poiText2 {
	width: 100%;
	display: inline-block;
	background-color: #fafaf0;
	margin: 0px;
	border: #ccc solid 1px;
	padding: 60px;
}


.poiText3 {
	width: 100%;
	display: inline-block;
	background-color: #fafaf0;
	margin: 0px;
	border: #ccc solid 1px;
	padding: 60px;
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
#menu-mob:before {
	display: inline-block;
	width:40px;
	height: 40px;
	content: "\2630";
	font-size: 30px;
	color: #fff;
}

.poiBlock img {
	float: none;
	margin: 0 auto;
	
}
.poiBlock .poiText {
	width: 100%;
}

}

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

#page .x4cols {
	padding: 0 20px;
}
#page .x4cols p.miniBlock {
	width: 100%;
	float: none;
	clear: both;
	margin: 30px 0 0 0;
	
}

}


* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

#slideshow {
	background-image: url('photos/slideshow.jpg');
	background-repeat: no-repeat;
	background-position: center -60px;
	background-size: 1200px auto;