@charset "utf-8";
/* CSS Document */

:root {
	--nn-blau: #009AD9;
	--nn-gold: #DEA600;
}

body {
    hyphens: auto;
	/* overflow-x: hidden; */
	max-width: 1920px !important;
	margin: 0 auto;

  -webkit-overflow-scrolling: touch;

}

.container-fluid .container {
    padding-left:0;
    padding-right:0;
}
.container {
    max-width: 57.625rem;
    padding: 0px;
}

img.crop-center1 {
    height: 362px;
    width: 100% !important;
    object-fit: cover;
    object-position: 60%;
}

img.crop-center2 {
    height: 362px;
    width: 100% !important;
    object-fit: cover;
    object-position: 30%;
}
img.crop-center3 {
    height: 362px;
    width: 100% !important;
    object-fit: cover;
    object-position: 35%;
}
img.crop-center4 {
    height: 362px;
    width: 100% !important;
    object-fit: cover;
    object-position: 70%;
}
.hintergrund1 {
    background-image: url("../assets/arbocare-weich.jpg");
    background-repeat:no-repeat;
    background-position:center;
    }
.hintergrund2 {
    background-image: url("../assets/arbocare-beratung-weich.jpg");
    background-repeat:no-repeat;
    background-position:center;
    }
.hintergrund3 {
    background-image: url("../assets/arbocare-baumpflege-weich.jpg");
    background-repeat:no-repeat;
    background-position:center;
    }
.hintergrund4 {
    background-image: url("../assets/arbocare-baumfaellung-weich.jpg");
    background-repeat:no-repeat;
    background-position:center;
    }


.hintergrund1_mobil {
	display: none;
}

.hintergrund1_alt3.abstand {
	margin-top: 155px;
}

.container-header {
	max-width: 1480px;
	padding-top:20px;
	
	position: relative;
}

.beruf-netzer {
	position: absolute;
	right: 0;
	bottom: 1px;
}

.header-logo-mobil {
	display:none !important;
}

.beruf-netzer img {
	height: 20px;
	padding-right: 0.5rem;
}

/*navigation*/

@media screen and (min-width:641px) {
	.anker_scrolloffset {
		top: 155px;
		position: relative;
	}
}

.linie {
    border-top:1px solid rgba(243, 158, 117, 1);
    border-bottom:1px solid rgba(243, 158, 117, 1);
    }
nav {
	z-index: 1;
}
.bg-light {
    background-color: rgba(248,248,248,1.00) !important;
}
.navbar {
    padding-bottom: 10px;
    padding-left: 1px;
}

.navbar-nav {
	display: flex;
	justify-content: space-between !important;
	max-width: 1480px;
	margin: 0 auto;
	width: 100% !important;
}

.container.container-navi {
	width: 100%;
	max-width: 100%;
}	



.nav-link {
	padding-bottom: 0.1em;
    padding-top:0.6rem;
    margin-top:-0.8rem;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    /* color: rgba(153, 153, 153, 1); */
	text-decoration: none;
	
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 1);
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(153, 153, 153, 1);
}

.nav-item:hover a {
	border-bottom: 3px solid;
	border-image: linear-gradient(to right, var(--nn-blau), #DCEAF9, var(--nn-blau)) 1;
	padding-bottom:0;
}

.nav-item a {
	padding-bottom: 4px;
}

.navbar {
  border-top: 3px solid transparent;
  will-change: border-color;
}

.navbar.stuck {
	border-top: 3px solid var(--nn-gold);
}

.navbar.stuck.iphone {
	border-top: none;
}

.navbar,
.navbar.stuck,
.navbar.stuck.iphone {
    transform: translateZ(0);
    will-change: transform;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}

/* scrolling */

.scroll-offset {
	scroll-margin-top: 0px; /* Höhe deiner Sticky-Navigation */
	top: 155px;
	position: relative;
}

.container-navi {
	max-width: 100%;
	width: 100%;
}

.container.ganze-breite {
	max-width: 1920px;
	margin: 0 auto;
	min-width: 100%;
	overflow: hidden;  /* <-- Remove or comment out this line */
	width: 100%;
}

.container.ganze-breite .row .col:nth-child(1) {
	border-right: 2px solid #FFF;
}

.container.ganze-breite .row {
	max-height: 400px;
	overflow: hidden; /* <-- Remove or comment out this line */
	margin-bottom:0 !important;
}

.container.ganze-breite .row img {
	max-width: 100%;
	min-height: 100%;
}	

.container.ganze-breite .row .col {
	padding:0;
}

.container.ganze-breite-alternative {
	max-width:100%;
	min-width: 100%;
	width: 100%;
}

.container.ganze-breite-alternative .row {
	max-height: 25vw;
	 /* overflow: hidden; */ /* <-- Remove or comment out this line */
}

.container.ganze-breite-alternative .row img {
	max-width: 100%;
}	

.container.ganze-breite-alternative .row .col {
	padding:0;
}


.text  {
    padding-left: 3.7rem;
    padding-top: 3rem;
    padding-right: 3rem;
    line-height: 1.5rem;
    margin-bottom: 3rem;
}
.text-footer  {
    padding-left: 3.7rem;
    padding-top: 1rem;
    line-height: 1.5rem;
}

h1  {
    color: var(--nn-blau);
    font-size: 1.4rem;
    font-weight: bold;
	margin-bottom: 1rem;
}

h2  {
    color: var(--nn-blau);
    font-size: 1.2rem;
    font-weight: bold;
	margin-bottom: 1rem;
}
h3  {
    color: var(--nn-blau);
    font-size: var(--bs-body-font-size);
	font-weight: bold;
	margin-bottom: 1rem;
}

h4,h5,h6  {
    color: var(--nn-blau);
    font-size: var(--bs-body-font-size);
	font-weight: bold;
	margin-bottom: 1rem;
}

/* Scroll to Top */
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
}

.btn-light, .btn-light:hover {
  color: rgba(255, 255, 255, 1) !important;
  background-color: var(--nn-blau) !important;
  border-color: var(--nn-blau) !important;
}

.text ul {
    padding-left:1.1rem;
}
.link-arbocare {
    color:rgba(234,93,47,1.00);
    }
.link-impressum {
    color:rgba(255,255,255,1.00);
    }

li::marker {
	color: var(--nn-blau);
}

a {
	color: var(--nn-blau);
	text-decoration: none;
	}

a:hover {
    color: var(--nn-blau);
    text-decoration: underline;
    }

.abstand-kontakt {
    margin-top: 8rem;
    }
.abstand-kontakt-unten {
    margin-bottom: 9.5rem;
    }
.sprung {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: 1rem;
}
.sprung1 {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: 3.1rem;
}
.sprung2 {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: 3.1rem;
}
.sprung3 {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: 3.1rem;
}
.sprung4 {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: 7rem;
}
.sprung1a {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -2.25rem;
}
.sprung2a {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -2.25rem;
}
.sprung3a {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: -2.25rem;
}
.sprung4a {
    visibility: hidden; 
    height: 0px !important; 
    position: absolute; 
    margin: 1.65rem;
}
footer {
    background-color: #0065A3;
    color:rgba(255,255,255,1.00);
    height: 5.5rem;
}


.gallery img{
    transition: 1s;
}
.gallery img:hover{
    filter:opacity(60%)
    /*transform: scale(1.1);*/
}

.text-gallery  {
    margin-bottom: 9.5rem;
    text-align: center;
    padding-left:1.09%;
    padding-right:1.09%;
}
.gallery-bild  {
    margin-bottom:9.5%;
}

/*.lb-data .lb-close {
    position: absolute;
    display:block;
    top: -35px;
}*/

.tabelle_verguetung tr {
	border-bottom: 0;
}

.tabelle_verguetung tr td:nth-child(1) {
	min-width:150px;
}

.tabelle_verguetung tr td:nth-child(2) {
	min-width:100px;
}

@media screen and (max-width: 1600px) {

	section.header-logo {
		padding-left: 100px;
		padding-right: 100px;
	}
	
	nav.navbar  {
		padding-left: 100px;
		padding-right: 100px;	
	}

}

@media screen and (max-width: 1024px) {

	section.header-logo {
		padding-left: 80px;
		padding-right: 80px;
	}
	
	nav.navbar  {
		padding-left: 25px;
		padding-right: 25px;	
	}

}

@media screen and (max-width: 980px) {
	
	.header-logo {
		display: none !important;
	}
	
	.header-logo-mobil {
		display: block !important;
	}
	
	.header-logo-mobil .logo-netzer {
		display:flex;
	}
	
	.header-logo-mobil img {
		float: left;
		max-height: 130px;
		margin: 0 auto;
		max-width: 80%;
	}
}


@media screen and (max-width: 991px) {

	.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    border-top: 3px solid var(--nn-gold);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  	}
	body {
    padding-top: 60px; /* Adjust to your navbar height */
  	}

	.gallery img, .container.ganze-breite img {
    	transition: none !important;
    	filter: none !important;
  	}
	
	.container-navi .dropdown-toggle {
		cursor: pointer;
		font-size: 1rem;
		margin-top: 0rem;
		margin-bottom: 1rem;
		border: 1px solid var(--nn-blau);
		height: 3rem;
		margin-bottom: 3px;
		background: transparent;
	}
	
	.container-navi .dropdown-toggle::after {
		display: none;
	}
	
	.dropdown-menu[data-bs-popper] {
		left: 20px;
	}
	
	.dropdown-menu.show {
		background: transparent;
		border-radius: 0;
		display: flex;
		flex-direction: column;
		
	}
	
	.dropdown-menu.show .nav-item {
		height: 44px;
	}
	
	.dropdown-menu.show .nav-item:last-child {
		height: 23px;
	}

	.dropdown-menu.show .nav-link {
		background-color: rgba(255,255,255,0.85);
		padding-left: 10px;
	}
}

@media screen and (min-width: 992px) {
	.container-navi .dropdown-toggle {
		display: none;
	}
}
	

@media (max-width: 61.95rem) {
.navbar {
	padding-left: 2rem;
	height: auto;
	padding-bottom: 0.5rem;
}

.navbar-nav {
  display: flex;
  justify-content: center !important;
  max-width: none;
  margin: 0 auto;
  width: fit-content !important;
  flex-direction: column;
 
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    background-color: transparent;
    margin-top:0;
    margin-left: 0;
    max-width: 10rem;
}

.nav-item a {
	padding: 10px 0;
	color: #000;
}

.nav-item:hover a {
	border:0 !important;
	color: #000;
	padding-bottom:10px;

}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    text-align: center;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(247, 190, 172, 1);
}
.navbar-toggler {
    cursor: pointer;
	font-size: 1rem;
	margin-top: 0rem;
    margin-bottom: 1rem;
    border: 1px solid var(--nn-blau);
    height:3rem;
	margin-bottom: 3px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.text  {
    padding-left: 2rem;
    padding-top: 2rem;
    padding-right: 1.5rem;
    line-height: 1.5rem 
}
.text-footer  {
    padding-left: 2rem;
}
.sprung1 {
    margin: 1.4rem;
}
.sprung2 {
    margin: 1.4rem;
}
.sprung3 {
    margin: 1.4rem;
}
.sprung4 {
    margin: 4.3rem;
}
.sprung1a {
    margin: -3.95rem;
}
.sprung2a {
    margin: -3.95rem;
}
.sprung3a {
    margin: -3.95rem;
}
.sprung4a {
    margin: -1.05rem;
}



}








@media screen and (max-width:640px) {

.hintergrund1_mobil {
	display: block;
}

.hintergrund1_mobil .col.col-4 {
	display:none;
}

.hintergrund1_mobil .col.col-8 {
	width:100%;
}

.hintergrund1_alt3 {
	display: none;
}

}



@media screen and (max-width:480px) {
	
	.container.ganze-breite {
		height: auto;
	}
	
	

	.container.ganze-breite .row {
		max-height: 33vw;
	}
	
	.container.ganze-breite .col-4 {
		display: none;
	}
	
	.container.ganze-breite .col {
		width: 100%;
	}
	
	/* ALTERNATIVE 3 INDEX */
	
	.container.ganze-breite .row {
		height: auto;
		min-height: auto;
		margin: 0 auto;
	}
	
	.container.ganze-breite .row .col:nth-child(1) {
		border: 0;
	}

	.container.ganze-breite .row img {
		margin: 0 auto;
		width: 100vw;
		min-height: auto !important;
	}
	
	.container.ganze-breite .col-4 {
		display: none;
	}
	
	.container.ganze-breite .col {
		width: 100%;
	}
	
	
	/* ALTERNATIVE 3 INDEX v1 */
	.container.ganze-breite-alternative .row {
		height: 400px;
		min-height: 400px;
	}

	.container.ganze-breite-alternative .row img {
		height: 400px;
		max-height: 400px;
		margin: 0 auto;
		width: auto;
		max-width: none;
		left: -460px;
		position: absolute;
	}
	
	.container.ganze-breite-alternative .col-4 {
		display: none;
	}
	
	.container.ganze-breite-alternative .col {
		width: 100%;
	}
	
	.container.ganze-breite .col img.bild-nach-links-5 {
		margin-left: -5vw;
	}
	
	.container.ganze-breite .col img.bild-nach-links-10 {
		margin-left: -10vw;
	}
	
	.container.ganze-breite .col img.bild-nach-links-15 {
		margin-left: -15vw;
	}
	
	.container.ganze-breite .col img.bild-nach-rechts-5 {
		margin-left: 5vw;
	}
	
	.container.ganze-breite .col img.bild-nach-rechts-10 {
		margin-left: 10vw;
	}
	
	.container.ganze-breite .col img.bild-nach-rechts-15 {
		margin-left: 15vw;
	}
	
}
/* Button style overwrites the Bootstrap default styling of active button*/
.btn.btn-secondary.dropdown-toggle,
.navbar-toggler:focus,
.navbar-toggler:active {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Desktop: sticky navbar */
@media (min-width: 992px) {
  .navbar {
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    border-top: 3px solid var(--nn-gold); /* Always show orange line */
    transition: border-color 0.2s;
  }
  .navbar.stuck {
    border-top: 3px solid var(--nn-gold); /* Show orange line when sticky */
  }
}

/* Mobile: fixed navbar */
@media (max-width: 991.98px) {
  .navbar {
    position: sticky;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    border-top: 3px solid var(--nn-gold);
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  }
  body {
    padding-top: 0 !important; /* Adjust to your mobile navbar height */
  }
  
}
