/*body{
	 font-family: Times, Helvetica, Arial, Geneva, sans-serif; font-size: 15px;
}
p{
	font-family: Times, Helvetica, Arial, Geneva, sans-serif; font-size: 16px;
}*/
a{
	color:#606667;
}

a:hover{
	text-decoration:underline;
}

.nav-item{
	padding-right: 12px;
	padding-left: 12px;
}
.flag{
	max-height: 20px;
	max-width: 20px;
	margin-top: 10px;
}
.nav-link.active{
	background-color: lightgrey !important;
}

.reserve-container{
	position: relative;
}
.card-body{
	-webkit-transition: all 1s ease; /* Safari and Chrome */
  	-moz-transition: all 1s ease; /* Firefox */
  	-o-transition: all 1s ease; /* IE 9 */
  	-ms-transition: all 1s ease; /* Opera */
  	transition: all 1s ease;
}
.card-body:hover{
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.reserve-text{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.image-reserve{
	opacity: 0.4;
	max-height: 750px;
}

.carousel-caption{
	top: 40%;
}

.img-slider{
	min-height: 320px;
}

.navMenu{
	padding-top: 75px;
	padding-bottom: 20px;
}

.card-img-top{
	height: 200px;
}

.map{
	height: 320px;
}

.only-mobile, .only-mobileImg{
	visibility:hidden;
	display:none
}
.desktop{
	visibility:visible;
	display:block;
}
.desktopImg{
	visibility:visible;
	display:inline;
}

.startText{
	position:absolute; 
	top:80px; 
	color:#fff; 
	text-align:left;
	display:inline;
	margin-left:-540px;
	width:400px;
}

@media screen and (max-width: 1140px){
	.startText{
		margin-left:-46%;
		top:40px;
	}
}

@media screen and (max-width : 506px){
 
 .only-mobile{
  visibility:visible;
  display:block;
  }
 .only-mobileImg{
  visibility:visible;
  display:inline;
  }
  .desktop, .desktopImg{
	  visibility:hidden;
	  display:none;
  }
}

.headerImg{
	margin-top:130px;
	background-color:#C81839;
}

#kontakt{
	padding-bottom: 80px;
	padding-top: 100px;
	background-color: #a2b0a8;
	color: #ffffff;
	text-align:center;
}

.footer{
	padding-bottom: 30px;
	padding-top: 50px;
	background-color: #606667;
	color: #ffffff;
}

.footer a{
	color: #ffffff;
}
.social-icon{
	font-size:28; 
}

footer{
	position: fixed;
	bottom: 0px;
	padding-top: 20px;
}