@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;700&display=swap');*/

*,:before,:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}
 img{vertical-align:top;-ms-interpolation-mode:bicubic}
 strong, b {font-weight:700}
 a{color:inherit;text-decoration:none}
 a,area,button,[role="button"],input:not([type=range]),label,select,summary,textarea{-ms-touch-action:manipulation;touch-action:manipulation}
 ol,ul,dl{margin:0;padding:0}
 body{font-family:"Roboto",sans-serif;font-size:18px;font-weight:400;line-height:28px;color:#000}
 /*body{font-family:'Oswald', sans-serif;;font-size:18px;font-weight:200;line-height:28px;color:#000}*/
 h1,.ex-h1, h2,.ex-h2, h3,.ex-h3 {color:#000;font-weight:400}
 h1{display:inline;font-size:26px;font-weight:700;line-height:28px}
 .label-h1 {margin-right: 5px; position: relative; top: -2px}
 h2,.ex-h2{font-size:22px;padding-top:15px;font-weight: 700}
 h3,.ex-h3{font-size:20px;text-transform:uppercase;padding-top:15px;font-weight: 700}
 p {padding:10px 0; font-size:20px;}
.title{font-size:22px;position:relative;font-weight:700;color:#DC0510;text-align:center;text-transform:uppercase;padding:30px 0 15px;display:block;clear:both}

img {
  max-width: 100%;
  height: auto;
}

header {
	height: 70px;
    padding: 15px;
    line-height: 35px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 5%);
}

header .logo {
	position: relative;
	display: block;
	float: left;
    width: 180px;
    height: 35px;
    background: url(photos/logo.png) no-repeat;
    background-size: cover;
    text-indent: -9999px;
}

header .logo img {
    height: 35px;
}

header nav {
	float: right;
    margin-right: 30px;
}

header ul li {
	display: block;
	float: left;
}

header ul li a {
	padding: 0 20px;
    text-transform: uppercase;
}

section {
	padding: 10px 30px;
	clear: both;
}

.navbar-toggler {
	display: none;
}

.first-section {
    height: 500px;
	background-image: url(photos/view-bg-cut.png);
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 70px;
	margin-bottom: 20px;
}

.second-section {
	position: relative;
}

.second-section h1 {
	display: block;
	font-size: 32px;
	line-height: 37px;
}

.second-section h1, .section-header {
	background: url(photos/divider_line_big.svg) no-repeat center bottom;
	padding-bottom: 25px;
	text-align: center;
}

.second-section img {
	width: 75%;
    float: right;
}

.second-section .text-container {
	z-index: 1;
    width: 40%;
    position: absolute;
    top: 10px;
    box-shadow: 0 4px 8px rgb(34 34 34 / 15%);
    background: #fff;
    padding: 40px;
}

.apartment-sizes {
	position: relative;
    bottom: 90px;
    width: 70%;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
    padding: 50px;
    text-align: center;
    box-shadow: 0px 4px 8px 0px rgb(34 34 34 / 15%);
}

.apartment-sizes span {
	width: 16%;
	float: left;
}

.apartment-sizes span strong {
	display: block;
	font-size: 30px;
	color: #258ec1;
}


#lightgallery {
	width: 65%;
	margin: 0 auto;
}


.section-header {
    display:block;
	font-size: 32px;
	line-height: 37px;
    font-weight: 800;
    text-align: center;
    padding: 35px 0;
    margin-bottom: 15px;
    padding-top: 70px;
}

.section-subheader {
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    width: 80%;
    margin: 0 auto;
}

.third-section, .fifth-section {
    background-color: #f2f2f2;
}


.fifth-section .text-container {
	text-align: center;
}

.fifth-section .booking img {
	width: 100px;
}

.fifth-section .booking a {
	margin: 30px;
}

.telefon, .pret {
	font-size: 25px;
}

.places-title, .hp-carousel-title {
    display:block;
	font-weight: 800;
	color: #258ec1;
	padding: 15px 0;
}

#places {
	height: 580px;
}

#places .item img {
	height: 280px;
}

#hp-carousel {
	height: 440px;
	padding-top: 30px;
}

#hp-carousel .item {
    text-align: center;
}

#hp-carousel .item img {
	width: 150px;
	height: 150px;
	margin: 0 auto;
}

footer {
	padding: 70px 0;
    position: relative;
    text-align: center;
	background-color: #258ec1;
	color: #fff;
	text-transform: uppercase;
}

.footer-social-media a {
	margin-right: 15px;
}

.remove-scroll {
	overflow: hidden;
}

.owl-theme .owl-nav [class*=owl-] {
    margin: 10px;
}

@media (max-width: 1150px) {
	nav {
		display: none;
	}

	nav.active-menu {
		display: block;
		background: #fff;
	    width: 100%;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 69px;
	    padding-left: 20px;
	    padding-bottom: 15px;
	}

	.navbar-toggler {
		display: block;
		position: absolute;
	    right: 0;
	    top: 0;
	    color: #000;
	    font-size: 14px;
	    margin: 10px;
	    padding: 6px 12px;
	    background: #fff;
	    border: 0;
	    font-size: 24px;
	}
	
	header ul li {
		list-style: none;
		float: none;
		padding: 5px 0;
	}

	.first-section {
		height: 350px;
		margin-bottom: 0;
	}

	.second-section .text-container {
		position: relative;
		box-shadow: none;
		padding: 20px;
		text-align: center;
        width: 80%;
        margin: 0 auto;
	}

	.second-section img {
		display: none;
	}

	#lightgallery {
		width: 100%;
	}

	.apartment-sizes {
		position: relative;
	    background-color: #fff;
	    padding: 50px;
	    text-align: center;
	    bottom: 0;
		box-shadow: none;
		width: 100%;
	}

	.apartment-sizes span {
		margin-bottom: 15px;
		display: block;
		width: initial;
		float: none;
	}

	.apartment-sizes span strong {
		display: initial;
	}

}

@media (max-width: 768px) {
    .second-section .text-container,
    .section-subheader {
        width: 100%;   
    }
}
