html, body {
	height: 100%
}

.navbar{
	margin-bottom:0px !important;
	border-radius:0px !important;
}
li.active > a{
	background-color: lightskyblue !important;
	color: white !important;
}
.tab-pane{
	padding: 10px;
}
.navbar > div{
	color: #fff;
	font-weight: bold;
}

.map,
.map > .frameMap,
.frameMap > .frameMap{
	width: 100%;
	min-width: 200px;
	max-width: 600px;
	max-height: 450px;
	border: 0;
	height: 100vw;
	min-height: 200px;
}

.aFrame{
	position: absolute;
	background-color: lightgray;
}

.aFrame > span{	
	display: block;
	margin: 20px;
}

.hidden{	
	display: none;
}

.hiddenFrame{
	width: 0px;
	min-width: 0px;
	display: none;
}

.picContainer,
.picContainer > .picFrame{
	width: 100%;
	min-width: 200px;
	max-width: 350px;
	/*height: 100vw;*/
	min-height: 200px;
	max-height: 350px;
	border: 0;
}

.picContainer2,
.picContainer2 > .picFrame{
	width: 100%;
	min-width: 200px;
	min-height: 200px;
	border: 0;
}

.picsOverlay{
	position: absolute;
	z-index: 99;
	text-align: center;
	background-color: lightgray;
}

.picsOverlay span{
	position: relative;
	top: 50%;
}

.flag{
	width:30px;
	height:20px;
}

.flag-de {
	height: 100%;
	/*background: linear-gradient(to bottom, rgb(0,0,0) 34%, rgb(255,0,0) 34%, rgb(255,0,0) 67%, rgb(255,255,0) 67%);*/
	background: linear-gradient(to bottom, black 34%, red 34%, red 67%, yellow 67%);
}

.flag-pl {
	height: 100%;
	background: linear-gradient(to bottom, white 50%, red 50%);
}

h3 + *,
h4 + * {
	padding-left: 20px;
}

.pics {
	width: auto !important;
	/*height: 80vh;*/
	height: auto !important;
	max-height: auto !important;
}

.pics2 {
	height: 80vh;
}

.hotelOur {
	font-weight: bold;
	font-size: 20px;
	margin: 0;
}

.hotelOurTd {
	background-color: lightskyblue;
}