@import "../components/Headers/headerTextImage.css";
@import "../components/fsGallery.css";


#header-content .header-image img {
    height: 27.76vw;
}

/* Recruiting stripe
-----------------------------------------------------------*/
	.recruiting-iframe {
	    background-color: var(--color-pure-white);
	    height: 650px; /*650*/
	    overflow: hidden;
	    padding: 3.125vw; /*60*/
	}
	#inrecruiting_announces,
	#inrecruiting_announces > iframe {
	    width: 100%;
	    height: 100%;
	}

	#spontaneous-application {
		z-index: 99999;
	}
	#spontaneous-application .popup-content .form-container {
	    height: 55vh;
	}
	#spontaneous-application .popup-content #inrecruiting_form {
	    height: 100%;
	}
	#spontaneous-application .popup-content #inrecruiting_form iframe {
	    height: 100%;
	    width: 100%!important;
	}

@media screen and (max-width: 1920px) {

}

/* Big Laptops - Ok until 1441 px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1620px) {

}

/* Standard Laptops - Ok until 1281px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1440px) {

}

/* Small Laptops - Ok until 1151px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1280px) {
	#header-content .header-image img {
	    height: 31.76vw;
	}
}

/* Small Laptops - Ok until 993px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1150px) {

}

/* Mobile Start ok until 768px
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 992px) {

}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#header-content .header-image {
	    margin-top: 40px;
	    margin-bottom: 80px;
	}
	#header-content .header-image img {
	    height: 250px;
	}
	#work-with-us-recruiting .stripe-container-inner {
		padding-left: 0;
		padding-right: 0;
	}
}

/* Mobile Landscape
------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

}