@import "/includes/includes/global.css";
@import "/includes/fonts/pt-sans/styles.css";
@import "/includes/fonts/montserrat/styles.css";
@import "/includes/immo/styles_v2.css";

 :root {
  	--color-main: #3b5071;
 	--color-light-gray: #f2f6f7;
	--color-dark-blue: #04142e;
	--color-copyright: #282b38;
	--color-text: #5C727D;
	--box-shadow: 0 5px 20px 0 rgba(23, 44, 82, 0.1);
}


 body {
	font-size: 1rem;
	color: var(--color-text);
	/*font-family: 'PT Sans', sans-serif;*/
	font-family: 'montserrat', Helvetica, Arial, sans-serif;
}

.container {
  max-width: 1140px;
}

h1, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 300;
}

a, a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease 0s;
}

a:focus-visible {
  outline: 2px solid #ff6600;
}

a:focus:not(:focus-visible) {
  outline: none;
}


p {
	color: var(--color-text);
	margin-bottom: 1.5em;
	hyphens: auto;
	hyphens: none;
	line-height: 1.8;
}

hr {
	display: none;
}

.btn-primary {
	background: var(--color-main);
  border-color: var(--color-main);
}



#map {
  width: 100%;
  height: 300px;
}


/* Headline */
.header {
  z-index: 9999;
  position: relative;
  box-shadow: var(--box-shadow);
}

#logo {max-height: 110px;}
.sticky-active #logo {max-height: 80px;}

.sticky-active {
  position: fixed;
  top: 0;
  transition: all .5s;
  background: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 1000;
  box-shadow: 0 0 20px rgba(51, 51, 51, 0.6);
  padding: 0px !important;
}



.gray {
  background: var(--color-light-gray);
}

.section {
	padding: 3rem 0;
}















/* Menu */

.navbar-brand {
	padding: 0;
  display: inline-block;
}

.main-menu ul {
  margin-bottom: 0;
}

.main-menu > ul > li {
	display: inline-block;
	position: relative;
	margin-left: 2rem;
}

.dropdown-item {
  padding: 0.5rem 1rem;
}


.main-menu li:hover > a, .main-menu li.active > a, .main-menu li:focus > a {
	color: var(--color-main);
}

.main-menu > ul > li > a {
	font-size: 18px;
	padding: 20px 10px;
	display: inline-block;
	white-space: nowrap;
	font-weight: 700;
	color: var(--color-dark-blue);
}


.nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
}












/* Sections */
.before-bg-top {
  position: relative;
}

.before-bg-top::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 72%;
  left: 0;
  top: 0;
  background-color: var(--color-light-gray);
}

.section-title, #gesuchform h2 {
  font-size: 2.5rem;
  font-weight: 200;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.section-title-area {
	position: relative;
	margin-bottom: 50px;
}

.section-title-area h6 {
  font-weight: 600;
  color: var(--color-main);
}

.section-title-area h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 575px){
	.section-title-area h1 {
	  font-size: 24px;
	}
}


/* Feature Box */

.feature-item {
	transition:all 0.3s ease 0s;
	position:relative;
	border: none;
}

.feature-item p {
	font-size: 0.9rem;
	hyphens: auto;
}

.feature-item h3 {
  font-size: 1.2rem;
  font-weight: 700;
  /*color: var(--color-main);*/
}

.feature-item .service-btn {
	transition: all 0.3s ease 0s;
	color: var(--color-main);
	font-weight: 700;
	font-size: 14px;
}

.feature-icon {
	margin-bottom:20px;
	font-size:60px;
	line-height:1;
}

.feature-item::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: var(--color-main);
  transition: all 0.5s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.feature-item.active, .feature-item:hover {
	box-shadow: var(--box-shadow);
}

.feature-item.active::before,.feature-item-hover::before {
	width:100%;
	opacity:1;
	visibility:visible;
}

.feature-item .feature-icon {
    color: var(--color-main);
}





/* Slider */
.slide-item {
	background: var(--color-light-gray);
}

.slide-item-info {
	margin: 5rem 0;
}

.slide-title{
	font-size: 4rem;
	font-weight:200;
	color: var(--color-main);
}

.slide-title span {
  color: var(--color-main);
}

.slide-sub-title span {
  color: var(--color-main);
}

.slide-brief{
	padding-left:30px;
	border-left:1px solid #576466;
	/*max-width:450px;*/
}

.slide-item-inner {
  position: relative;
  /*min-height: 730px;*/
  overflow: hidden;
  display: block;
}

.slide-item-img {
	position: absolute;
	right: 0px;
	top: 0;
	height: 100%!important;
	z-index: 0;
	width: 45vw;
	background: url('https://images.unsplash.com/photo-1725300214155-db0f23fde850?q=80&w=1471&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D');
	background-repeat: repeat;
	background-size: auto;
	background-size: cover;
	background-repeat: no-repeat;
}


@media (max-width: 991px) {

	.slide-item-img {
		width: 100%;
		position: relative;
		min-height: 400px;
		right: auto;
		bottom: auto;
		background-position: center;
	}
	
	.slide-title{
		font-size: 2rem;
	}

}







/* Footer */
.footer-top-area {
  background-color: var(--color-dark-blue);
  color: white;
}

.footer a, .footer p {
	color: white;
}
.footer-title {
	margin-bottom:25px;
}
.footer-address ul {
	margin:0;
	padding:0;
}
.footer-address ul li {
	list-style:none;
	display:block;
	margin-top:8px;
}
.footer-address ul li:after {
	display:block;
	clear:both;
	content:"";
}
.footer-address ul li .footer-address-icon {
	float:left;
	margin-right:15px;
}
.footer-address ul li .footer-address-info {
	overflow:hidden;
}
.footer-address ul li .footer-address-info p {
	margin-bottom:0;
}
.footer-menu ul{
	margin:0;
	padding:0;
}
.footer-menu ul li {
	list-style:none;
	margin-top:0px;
	margin-bottom:15px;
	position:relative;
}
 .footer-menu ul li a {
	position:relative;
}

.footer-menu ul li a:hover {
	color:var(--color-main);
}

.footer h2 {
	
    font-size: 1.4rem;
  
}

.footer-menu ul li a::before {
	position:absolute;
	content:"//";
	left:0;
	top:50%;
	transform:translateY(-50%);
	transition:inherit;
	opacity:0;
	visibility:hidden;
	margin-left:-20px;
	color:var(--color-main);
}
.footer-menu ul li:hover a {
	padding-left:20px;
}
.footer-menu ul li:hover a::before {
	opacity:1;
	visibility:visible;
	margin-left:0;
}

.footer .social-media .btn {
	background:var(--color-main);
}

.footer .social-media .btn:hover {
	background:var(--color-dark-blue);
}

.footer-logo img {
	max-height: 80px;
	margin-bottom: 20px;
}





 @media (max-width: 767px){
	.footer-menu ul li {margin: 10px;}
	.footer-title {margin-bottom: 15px;}
}


/* Footer Copyright */
.copyright-area {
	background: var(--color-copyright);
	color: white;
}

.copyright-area p {margin: 0; color: white;}
.copyright-area a {color: white;}



#scrollUp {
  background-color: var(--color-light-gray);
  color: gray;
  bottom: 70px;
  font-size: 20px;
  font-weight: bold;
  height: 40px;
  width: 40px;
  right: 3%;
  text-align: center;
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}

#scrollUp i {
  line-height: 40px;
  transform: rotate(-45deg);
}


.about-ul li {
	display: inline-block;
}

.about-ul li::after {
	content: ', ';
}
.about-ul li:last-child::after {
	content: '';
}





.img-shape-left {

    padding-left: 30px;

}

.img-shape-left, .img-shape-right {
  position: relative;
}

.img-shape-left::before, .img-shape-right::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 85%;
  width: 30px;
  background-color: var(--color-main);
}

.about-img-left {
  margin-right: 30px;
}




.carousel-control-next, .carousel-control-prev {
  position: relative;
max-width: 80px;
background: #ccc;
}
.sterne i {
	color: gold;
}

#mainCarousel {
  color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
  width: 33.3%;
  padding: 0;
}

.carousel__dots {display:none;}

.carousel-indicators {
	position: relative;
}


.carousel-indicators [data-bs-target] {
  background-color: var(--color-main);
}






.ribbon:hover, .npg:hover {
  background: gray;
}


.npg {
  width: 400px;
  height: auto;
  overflow: hidden;
  position: fixed;
  cursor: pointer;
  bottom: -20px;
  right: -160px;
  background-color: var(--color-main);
  text-align: center;
  color: white;
  font-size: 1.1rem;
  line-height: 1.2rem;
  padding: 15px 0;
  cursor: pointer;
  transform: rotate(-45deg);
  z-index: 5000;
  padding-bottom: 70px;
  transition-duration: 0.5s;
}




#offcanvasLeft > li {
	margin-bottom: 2rem;
}

#offcanvasLeft li a {
	color: var(--color-dark-blue);
}

#offcanvasLeft > li > a:first-child {
	font-weight: bold;
}


#offcanvasLeft li ul {
	margin-left: 1rem;
}


/* ===== Responsive / Resize ===== */
.offcanvas {width: 80%!important;}
.offcanvas-body {padding-top: 0;margin-top: 6rem;}
.offcanvas ul {padding:0;}
.offcanvas li {list-style: none;}
.offcanvas .nav-item {margin-bottom: 10px;}
#canvasBody .subnav {padding-left: 0px;}
.offcanvas .nav-link {color: #333;}
.offcanvas .col.subnav {margin-bottom: 20px;}
.offcanvas-header {justify-content: end;}


@media(max-width:768px) {

body {
	font-size: 1rem;
}

#logo {
	/*max-height: 80px!important;*/
	padding: 10px;
}

.slide-item-info {
  margin: 2rem 0!important;
  margin-left: 1rem!important;
}

.section {
  padding: 1rem 0!important;
}

.section-title {
  font-size: 33px;
}

.footer-logo img {
	max-height: 80px;
}

.footer {
	font-size: 0.9rem;
}

.slide-item-info {
  margin: 2rem 0;
}

.section {
  padding: 1rem 0;
}

.img {
  padding: 1rem;
}



}





















}
