body{
	margin: 0px;
	font-size: 22px;
	font-family: Voga-Medium;
	background-image: url("images/body.gif");
	background-repeat: no-repeat;
	background-position: 60% 100%;
	background-size: 860px 800px;
}

.jpgBorder{
	border: 3px solid #CE1808;
	padding: 2px;
	border-radius: 5px;
	width: 682px;
	height: 400px;
}

.mainDiv{
	width: 100%;
	text-align: center;
}

.imageContainer{
	
	background: rgb(227,123,123);
	background: linear-gradient(90deg, rgba(227,123,123,1) 0%, rgba(252,17,17,1) 35%, rgba(247,119,119,1) 100%);
	border-bottom: 2px solid rgb(195,195,195);
	border-top: 2px solid rgb(195,195,195);
}

.pgwSlideshow{
	background-color: rgba(195,195,195, 0.7);
}

.headerContainer{
	width: 100%;
	height: 60px;
	text-align: center;
	background: rgb(206,24,8);
	background: linear-gradient(90deg, rgba(206,24,8,1) 0%, rgba(255,21,0,1) 35%);
	font-size: 34px;
	position: relative;
}

.headerElement{
  padding: 0px 10px;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  
}

.headerButton {
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.headerElement > a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	cursor: pointer;
}

a:hover {
	color: rgb(215,215,215);
	cursor: pointer;
}

.greyBorder{
	border: 1px solid rgb(195,195,195);
}

.headerFlag{
	background-color: inherit;
	float: right;
}

.imgFlag{
	height: 30px;
}

.offerList {
	text-align:left;
	width: 450px;
	margin: auto;
}

.offerList-de {
	width: 200px;
}

.offerList-ru {
	width: 260px;
}

.offerList-en {
	width: 300px;
}

.floatLeft {
	float: left;;
}

.hidden {
	display: none;
}

@media (max-width:649px)
{
	.slider {
		display: none;
	}

	.mapIframe {
		margin: 20px;
		width: 425px;
		height: 500px;
		border: 0;
	}
}


@media (min-width:650px)
{
	.slider {
		width: 650px;
		height: 420px;
		margin: 2px auto;
	}

	.mapIframe {
		margin: 20px;
		width: 425px;
		height: 500px;
		border: 0;
	}
}

@media (max-width:900px)
{
	.logo {
		display: none;
	}
}

@media (min-width:901px)
{
	.logo {
		top: 40px;
		position: relative;
	}
}

.slick-slide {
  margin: 5px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
	color: black;
}

.parentContainer {
	text-align: center;
}

.myDialog.ui-widget.ui-widget-content{
	border: 3px solid #CE1808;
	padding: 2px;
	border-radius: 5px;
}

.myDialog .ui-widget-header  {
	background: rgb(206,24,8);
	background: linear-gradient(90deg, rgba(206,24,8,1) 0%, rgba(255,21,0,1) 35%);
	text-align: center;
}

#contactDialogContainer {
	text-align: center;
}

.aboutUs {
	padding: 20px;
	
	margin: auto;
	text-align: justify;
}

.width70 {
	width: 70%;
}

.width100 {
	width: 100%;
}

.center {
	text-align: center;
	margin: auto;
}

.vacationInfo{
	width: 100%;
	/*height: 30px;*/
	font-size: 20px;
	background-color: yellow;
	border: 0px solid red;
	text-align: center;
    vertical-align: middle;
}