/* 		@media (min-width: 600px) and 
			(max-width: 920px) and 
			(min-height: 350px) and 
			(max-height: 500px)*/
@media (orientation: landscape) and (max-height: 450px) {
	.container-index-sidan {
		margin: -2rem auto 1rem auto;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.content-index-section {
		margin: 0 auto 1rem auto;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.content-index-section h1 {
		padding-top: 0.5rem;
		line-height: normal;
		margin: 0;
	}
}
/* @media (orientation: landscape) and (max-height: 450px) {
	.h1-flex {
		flex-direction: row;
		align-items: center;
		gap: 2rem;
	}
} */
@media (orientation: landscape) and (max-height: 450px) {
	.h1-flex:first-child {
		font-size: var(--h1_fontZ-1);
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	nav.navbar {
		height: 5.5rem;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	footer.navbar-all-2-footer,
	footer.navbar-all-footer,
	section.index-img img {
		display: none !important;
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.wrapper {
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	}
}
@media (orientation: landscape) and (max-height: 450px) {
	.one-grid,
	.two-grid,
	.three-grid,
	.four-grid {
		height: 55vh;
	}
}
/* den grå  */
@media (orientation: landscape) and (max-height: 450px) {
	.nav-items-background {
		top: 5.5rem;
	}
}

/* LANDSCAPE */
@media (orientation: landscape) and (max-height: 450px) {
	.nav-items.active {
		row-gap: unset;
		top: 1rem;
		align-items: flex-start;
		padding-left: 2rem;
		/* display: inline-block; */
	}
	.features-list-item {
		display: inline-block;
		border: none;
		border-radius: unset;
		border-bottom: 1px solid #ccc;
	}
	.nav-items-background :active {
		top: 5.5rem;
	}
}

/* LANDSCAPE SLUT */

/* @media (orientation: landscape) and (max-height: 450px) {
	.nav-items.active {
		display: flex;
		align-items: flex-start;
		padding-left: 3rem;
		row-gap: 1rem;
		top: 2rem;
	}
} */
/* @media (orientation: landscape) and (max-height: 450px) {
	.features-list {
		display: flex;
	}
} */
@media (orientation: landscape) and (max-height: 450px) {
	.dropdown-0,
	.dropdown-1,
	.dropdown-2,
	.dropdown-3,
	.dropdown-4,
	.dropdown-5,
	.dropdown-6 {
		width: 30rem;
		height: auto;
		overflow-y: scroll;
		left: 50%;
		transform: translate(-50%, 0);
		display: inline-block;
		top: 1px;
		background-color: var(--white);
		padding: 0;
	}
	.features-list-item {
		padding: 0.5rem;
	}
	.nav-item {
		position: unset;
	}
	.styrelse,
	.forvaltning,
	.kontakt,
	.stambyte,
	.portinformation,
	.kontakt,
	.tidning_bilder,
	.a-till-o,
	.snabbval {
		margin-top: 7rem;
	}
}
/* LANDSKAPE ÖVRIGA SIDOR */
