@import "/includes/includes/global.css";
@import "/includes/fonts/roboto/styles.css";
@import "/inc/styles/footer.css";
@import "/includes/immo/styles_v2.css";

:root {
	--color-red: #344082;
	--color-main: #344082;
	--color-red-light: #f3525a;
	--color-gray: #636363;
	--color-light-blue: #838281;
	--color-text: #222222;
	--bg-gray: #f8f9fa;
}

/* basics */
body {
	font-family: "Roboto", sans-serif;
	color: var(--color-text);
	font-weight: 300;
	font-size: 1.1rem;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, span {
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

a:focus {
	color: inherit;
	outline: 0;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

a:hover {
	text-decoration: none;
	color: var(--color-red-light);
}

button {
	cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin: 0;
	color: var(--color-red);
	font-size: 2.3rem;
}

h1 {
  font-size: 4rem;
  margin-bottom: 2rem;
}

h2 {
  margin-bottom: 1rem;
}

h2.text {
  font-size: 1.9rem;
  margin-top: 4rem;
}

h3.text {
  font-size: 1.3rem;
  margin-top: 3rem;
}


h3, h4 {
	font-size: 1.6rem;
	margin: 2.5rem 0 0.75rem 0;
}

.highlights h5 {
	font-size: 1.3rem;
}





.btn {
	border: none;
}
.btn-primary {
	background: var(--color-red);
}

.btn-primary:hover {
	background: var(--color-gray);
}

.form-check-input:checked {
  background-color: var(--color-red);
  border-color: var(--color-red);
}



.section-title {
  color: var(--color-red);
}

.light {
  font-weight: 300;
}

hr {display: none;}

.header-top {
	background: var(--color-red);
}

.header-logo img {
	max-height: 90px;
}

.is-sticky .header-logo img {
	max-height: 60px;
}

p:last-child {
  margin-bottom: 0;
}

.header-top p {
  padding: 16px 0;
  font-size: 15px;
  line-height: 1.78;
  color: #ffffff;
}

.header-top .socialmedia ul {
	float: right;
	list-style: none;
	margin: 0;
}

.header {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
   position: relative;
}

.header-logo {
  padding: 14px 0;
}


.top-banner {
	height: 60vh;
	display: flex;
	align-items: end;
	position: relative;
	background-image: url(/images/nuernberg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.slogan {
	border: 1px solid white;
	padding: 1rem;
	margin-left: 7vw;
	background: rgba(255,255,255,0.7);
	margin-bottom: 2rem;
}

.slogan h4 {
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 500;
  color: #555;
}

.slogan h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: 600;
  color: var(--color-red);
  /*text-shadow: #112e4d 1px 0 0px;*/
}


.socialmedia li {
	padding: 0 1rem;
}

.socialmedia li a {
	color: white;
}


.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
  z-index: 999;
  transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.section {padding: 4rem 0;}
.section-7 {padding-top: 7rem;}


.single-blog {
	box-shadow: 0px 0px 54px 0px rgba(39, 40, 114, 0.14);
	margin-bottom: 2rem;
	height: 100%;
}
.blog-img img {width: 100%;}
.blog-text {padding: 2rem;padding-bottom:0;}

.blog-text h4 {
	color: var(--color-light-blue);
	margin-top: 0;
}

.services {background: #ddd;}

.service-content {
	margin-bottom: 2rem;
}



ul.check {
	margin-left: 3rem;
}
.check li {
	list-style: none;
	padding: 0 0 10px 25px;
}


ul.check li:before {    
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	color: var(--color-gray);
	font-weight: 900;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

[data-overlay] {
	position: relative;
}

[data-overlay]>*,
[data-overlay]>div {
	position: relative;
	z-index: 2;
}

[data-overlay]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}

[data-overlay]:before {
	background-color: var(--color-red);
}

[data-overlay="9"]:before {
	opacity: 0.7;
}






.carousel-indicators {
	position: relative;
}


.carousel-indicators [data-bs-target] {
  background-color: var(--color-red);
}

.card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.card-img {
  height: 200px;
  overflow: hidden;
}



#map {
  width: 100%;
  height: 400px;
}

#banner-wrapper {
	z-index: 997;
    position: fixed;
    right: 0;
    top: 34%;
}

#banner-wrapper .btns {
	height: 60px;
	padding: 15px;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 0.5s ease;
	width: 60px;
	background: gray;
	border: 1px solid white;
	margin-bottom: 5px;
	color: white;
}

#banner-wrapper .btns-details {
	color: white;
	display: none;
	padding: 20px;
	transition: all 0.5s ease;
}

#banner {
	position: relative;
}

#btns-details-wrapper {
    position: absolute;
    right: 0;
    width: 0px;
    background: rgba(200,200,200,0.8);
    top: 0;
    bottom: 0;
    z-index: -1;
	 border: 1px solid white;
	 transition: all 0.5s ease;
}


.npg {
  width: 400px;
  height: auto;
  overflow: hidden;
  position: fixed;
  cursor: pointer;
  bottom: -20px;
  right: -160px;
  background-color: var(--color-red);
  text-align: center;
  color: white;
  font-size: 1.3rem;
  line-height: 1.4rem;
  padding: 15px 0;
  cursor: pointer;
  transform: rotate(-45deg);
  z-index: 5000;
  padding-bottom: 70px;
  transition-duration: 0.5s;
}




#immogrid .card-img-top {
  object-fit: cover;
  object-position: center;
  height: 100%;
}

#immogrid .img {
  overflow: hidden;
  position: relative;
  display: grid;
}


.star i {
	color: #bbb;
}

.star.on i {
	color: gold;
}


.cta-bg-image_one {
	background: url(/images/bg02.webp);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.cta-image-box {
	padding: 40px 60px
}
[data-overlay]::before {
  background-color: #666;
}





/* navbar */

#mobileNav li {
  margin: 0 20px;
}

.nav-item:last-child {
  margin-right: 0px!important;
}

.navigation-menu > ul > li > a {
	display: block;
	color: #000;
	padding: 21px 2px;
	position: relative;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.18;
	-webkit-transition: all 0ms ease-in-out;
	-o-transition: all 0ms ease-in-out;
	transition: all 0ms ease-in-out;
}

.navigation-menu > ul > li > a:before {
	content: '';
	width: 0;
	height: 3px;
	bottom: 0;
	position: absolute;
	left: 0;
	background-color: var(--color-red);
	transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.navigation-menu > ul > li > a span {
	transition: all 0ms ease-in-out;
}

.navigation-menu > ul > li.has-children > a {
	position: relative;
}

.navigation-menu > ul > li:hover > a:after {
	color: var(--color-red);
}

.navigation-menu > ul > li:hover > a span {
	color: var(--color-red);
}

.navigation-menu>ul>li:hover>a:before {
	width: 100%;
	left: 0
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown-menu {
	border-bottom: 3px solid var(--color-red);
}

.dropdown > li > a:hover, 
.dropdown.open > a, 
.nav-link:focus, 
.nav-link:hover,
.dropdown > .open > a:focus,
.dropdown > .open > a:hover {
	color: var(--color-red);
	background: none;
}

.dropdown-item {
  padding: .5rem 1rem;
}




.property-price, .property-cnt {
  background-color: var(--color-red)!important;
}

#filtergroup .btn-primary.active {
  background: var(--color-red)!important;
}






/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.events .event-item {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px color-mix(in srgb, var(--default-color), transparent 90%);
  transition: all 0.4s ease;
  height: 100%;
  border: 1px solid #ddd;
}



.event-info span {
  font-size: 1rem;
  cursor: default;
}

.event-details .info  {
line-height: 1.3rem;
}

.events .event-item .event-image {
  position: relative;
  overflow: hidden;
  height: 280px;
}

.events .event-item .event-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.events .event-item .event-image:hover img {
  transform: scale(1.05);
}

.events .event-item .event-image .event-date-overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  background: linear-gradient(135deg, var(--accent-color), color-mix(in srgb, var(--accent-color), #ff6b6b 30%));
  color: var(--contrast-color);
  padding: 8px 12px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px color-mix(in srgb, var(--accent-color), transparent 60%);
}

.events .event-item .event-image .event-date-overlay .date {
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.events .event-item .event-details {
  padding: 1.5rem;
}

.events .event-item .event-details .event-category {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}

.events .event-item .badge {
  padding: 0.4rem 0.8rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  background: linear-gradient(45deg, #e3f2fd, #bbdefb);
  color: #0d47a1;
}


.events .event-item .event-price {
  font-weight: 600;
 }

.events .event-item .event-details h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.3;
  color: var(--heading-color);
}

.event-category {
	display: block !important;
}

.event-price {
	float: right;
}


@media (max-width: 768px) {


  .events .event-item .event-details {
    padding: 1.25rem;
  }

  .events .event-item .event-details .event-category {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }

  .events .events-navigation .filter-tabs {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .events .events-navigation .view-calendar-btn {
    width: 100%;
    justify-content: center;
  }
}


/* ===== Responsive / Resize ===== */
.offcanvas {width: 80%!important;}
.offcanvas-body {padding-top: 0;}
.offcanvas ul {padding:0;}
.offcanvas li {list-style: none;}
.offcanvas .nav-item {margin-bottom: 20px;}
#canvasBody .subnav {padding-left: 20px;}
.offcanvas .nav-link {color: #333;}


@media(max-width:768px) {

.slogan h1 {
  font-size: 1.8rem;
  line-height: 2rem;
}

.slogan h4 {
  font-size: 1.2rem;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1.7rem;
}

#immos {
	padding: 0;
}

#immodetail .fotos {
	padding: 0;
}

#slideshow {
	height: 180px;
}


#topfoto img {
	max-width: 100%;
}

























}
