/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* ---------------------------------------------------
    Min 1400px
----------------------------------------------------- */

@media screen and (min-width: 1401px) {

	.container {
		max-width: 1500px !important;
	}

}

/* ---------------------------------------------------
    From 1200 to higher
----------------------------------------------------- */

@media screen and (min-width: 1200px) {
	iframe {
		height: 755px;
		width: 100%;
	}
}

/* ---------------------------------------------------
    1400 to XL
----------------------------------------------------- */

@media screen and (max-width: 1400px) and (min-width: 1199px) {
	.navigation input {
		width: 100px;
	}
	
	.sidebar h3 {
		font-size: 1.25em;
	}
	.sidebar p {
		font-size: 1em;
	}
}

@media screen and (max-width: 1400px) {
	
	.intro .box {
		border-radius: .25rem;
		margin-left: 0px;
	}
	
	.d-xxl-none {
		display: none;
	}	
}


/* ---------------------------------------------------
    XL and Lower
----------------------------------------------------- */

@media (max-width: 1199px) {
	
	.navigation ul li a {
		border: none !important;
	}
	
	.media img {
		height: 100% !important; 
	}
	
	header {
		height: 70vh;
	}
		
	.card h2 {
		font-size: 1.50em;
	}
	
	iframe {
		object-fit: cover;
		height: 60vh;
	    width: 100%;
	}
}

/* ---------------------------------------------------
    LG and Lower
----------------------------------------------------- */

@media (max-width: 991px) {

	.img-skewed-right .img-skewed-item {
		transform: none !important;	
	}
	.img-skewed-left .img-skewed-item {
		transform: none !important;	
	}
	
	.video iframe {
	/* 	border-radius: .5rem !important; */
	    object-fit: cover;
	    height: 40vh;
	    width: 100%;
	}
	
	.intro-container {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	img.logo {
		height: 45px !important;
	}
	
	header {
		height: 35vh !important;
		background-position: center top !important;
	}
	
	.company-container {
		border-radius: 5.25rem;	
		padding: 50px;
		margin-top: -125px;
		width: 100%;
	}
	
	.news_container .news-alinea:hover {
		transform: none;
	}
	
	#google-map {
		height: 25vh !important;
	}
	
	form .radio label{
		font-size: .85em;
	}
	
	iframe {
		object-fit: cover;
		height: 45vh;
	    width: 100%;
	}
	
	
}

/* ---------------------------------------------------
    MD and Lower
----------------------------------------------------- */

@media (max-width: 767px) {
	.video iframe {
	    object-fit: cover;
	    height: 30vh;
	    width: 100%;
	}
	
	span.telephone, span.language {
		display: none;
	}
	
	body, html {
		overflow-x: hidden !important;
	}
	
	iframe {
		 object-fit: cover;
	    height: 30vh;
	    width: 100%;
	}
	
	.assortiment-detail .logo-overlay img {
		max-width: 100px;
	}
}

/* ---------------------------------------------------
    SM and Lower
----------------------------------------------------- */

@media (max-width: 575px) {
	
	
}

/* ---------------------------------------------------
    Mobile
----------------------------------------------------- */

@media (max-width: 400px) {

	
	h1 {
		font-size: 2em !important;
	}
	
	h2 {
		font-size: 1.5em !important;
	}
	h3 {
		font-size: 1.25em !important;
	}
	
	p.large {
		font-size: 1.25em !important;
	}
	p {
		font-size: 1.1em !important;
	}
	.sidebar h3 {
		font-size: 1.1em !important;
	}
	
	.sidebar p {
		font-size: 1em !important;
	}
	
}