/* === HEADER ===============================================================
   ------ FILE --------------------------------------------------------------
   name:        #{file_name}.#{ext}   | e.g. add.css
   author:      #{author}             | e.g. Alexander Matschos
   created:     #{creation_date}      | e.g. 2015-08-27
   modified:    #{modification_date}  | e.g. 2015-08-28
   ------ PROJECT -----------------------------------------------------------
   name:        #{project_name}       | e.g. forward brand communications
   developers:  #{list_of_developers} | e.g. Alexander Matschos
   start date:  #{start_date}         | e.g. 2015-08-27
   due date:    #{due_date}           | e.g. 2015-09-01
   ------ COLORS ------------------------------------------------------------
   #{color_code (rgb or hex)} / #{color name (human readable)} / #{used for}
   #{color_code (rgb or hex)} / #{color name (human readable)} / #{used for}
   ...
   #{color_code (rgb or hex)} / #{color name (human readable)} / #{used for}
   rgb(58, 126, 209) / blue / link fore color
   ========================================================================== */

/* === FONTS ================================================================ */
@font-face {
	font-family: "Galano_Light";
	src: url('../fonts/Rene_Bieder_Galano_Grotesque_Light.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Rene_Bieder_Galano_Grotesque_Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Light.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Light.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Light.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Light.svg#svgFontName') format('svg'); /* Legacy iOS */
}
@font-face {
	font-family: "Galano_Medium";
	src: url('../fonts/Rene_Bieder_Galano_Grotesque_Medium.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Rene_Bieder_Galano_Grotesque_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Medium.woff2') format('woff2'), /* Super Modern Browsers */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Medium.woff') format('woff'), /* Pretty Modern Browsers */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('../fonts/Rene_Bieder_Galano_Grotesque_Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
}
/* === /FONTS =============================================================== */


/* === BASICS =============================================================== */
*, :before, :after {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

html, body {
	padding: 0px;
	margin: 0px;
	height: 100%;
}

html {
	height: 100%;
	width: 100%;
}

body {
	font-family: "Galano_Medium", Arial;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 24px;
}

p {
	margin:0 0 24px;
}

a {
	color:#000;
}

a:focus, a:hover {
	color:#000;
}

h1, h2, h3 {
	font-size: 22px;
	font-family: "Galano_Medium";
}

h4, h5, h6 {
}

.amw-small {
	font-family: "Galano_light";
}
.amw-big {
	font-family: "Galano_Medium";
}
/* === /BASICS ============================================================== */


/* === STRCUTURES =========================================================== */
/* IMPORTANT: for legacy support (e.g. IE8) of header, main and footer add
   a role attribute to the desired html tag declaring this element to act
   as the according structural part | e.g. <div role="header"></div> */
body { }

header, *[role="header"] {
}

main, *[role="main"] {
}

footer, *[role="footer"] {
}

section {
}

article {
}

aside {
}

.amw-colored {
	background:#f1f1f1;
}

#logo {
	width: 100%;
	position: fixed;
	z-index: 100;
}
#logo p {
	width: 250px;
	margin: 0 auto;
}
#logo img {
	width: auto;
	max-width: 100%;
}

.main-visual.start {
  background-color: #fff;
  background-image: url(../img/bg-img/lampe-2.jpg);
  background-size: cover;
  background-position: top center;
  height: 100%;
  margin-top: 0;
}
.main-visual {
  padding-top: 0;
  height: 512px;
  position: relative;
  overflow: hidden;
}
.amw-impress,
.amw-impress a,
.amw-impress a:hover, .amw-impress a:focus {
	background: #000;
	color: #fff;
}
/*
.main-visual  {
  position: relative;
}
.main-visual .container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
*/
.main-visual  {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* === /STRUCTURES ========================================================== */


/* === MODULES ============================================================== */
.main-visual .row div {
	text-align: center;
}
.main-visual.second {
  background-color: #fff;
  background-image: url(../img/bg-img/lampe-1.jpg);
  background-size: cover;
  background-position: center center;
  height: 1000px;
  margin-top: 0;
}
.main-visual.third {
  background-color: #fff;
  background-image: url(../img/bg-img/polas.jpg);
  background-size: cover;
  background-position: center center;
  height: 1000px;
  margin-top: 0;
}
 .amw-section-text {
	 padding-top: 100px;
	 padding-bottom: 80px;
 }
 .amw-pb-100 {
	 padding-bottom: 30px;
 }
 .x-amw-impress .row div {
	 text-transform: none;
 }
/* ------ navs -------------------------------------------------------------- */
/* ------ /navs ------------------------------------------------------------- */

/* ------ lists ------------------------------------------------------------- */
/* ------ /lists ------------------------------------------------------------ */

/* ------ imgs -------------------------------------------------------------- */
/* ------ /imgs ------------------------------------------------------------- */

/* ------ forms ------------------------------------------------------------- */
/* ------ /forms ------------------------------------------------------------ */

/* ------ tables ------------------------------------------------------------ */
/* ------ /tables ----------------------------------------------------------- */

/* ------ other ------------------------------------------------------------- */
/* ------ /other ------------------------------------------------------------ */

/* === /MODULES ============================================================= */


/* === COMPONENTS =========================================================== */
/* ------ galleries --------------------------------------------------------- */
/* ------ /galleries -------------------------------------------------------- */

/* ------ sliders ----------------------------------------------------------- */
/* ------ /sliders ---------------------------------------------------------- */

/* ------ accordions -------------------------------------------------------- */
/* ------ /accordions ------------------------------------------------------- */

/* ------ iconsets ---------------------------------------------------------- */
/* ------ /iconsets --------------------------------------------------------- */

/* ------ other ------------------------------------------------------------- */
/* ------ /other ------------------------------------------------------------ */

/* === /COMPONENTS ========================================================== */


/* === VIEWPORTS ============================================================ */
@media (min-width: 375px) {
	h1, h2, h3 {
		font-size: 26px;
	}
}

@media (min-width: 480px) {
	body {
		font-family: "Galano_Medium", Arial;
		text-transform: uppercase;
		font-size: 20px;
		line-height: 30px;
	}
	p {
		margin:0 0 30px;
	}
	#logo p {
		width: 350px;
	}
}
@media (min-width: 768px) {
	#logo p {
		width: 450px;
	}
}
@media (min-width: 992px) {
	body {
		font-family: "Galano_Medium", Arial;
		text-transform: uppercase;
		font-size: 26px;
		line-height: 44px;
	}
	h1, h2, h3 {
		font-size: 50px;
	}
	p {
		margin:0 0 44px;
	}
	.main-visual.start .row div {
		margin-top:125px;
	}
}
@media (min-width: 1200px) {
	#logo p {
		width: 600px;
	}
	.main-visual.start .row div {
		margin-top:175px;
	}
}
@media (min-width: 1400px) {
	body {
		font-family: "Galano_Medium", Arial;
		text-transform: uppercase;
		font-size: 26px;
		line-height: 44px;
	}
	p {
		margin:0 0 44px;
	}

	h1, h2, h3 {
		font-size: 60px;
		line-height: 68px;
	}
	.container {
	    width: 1370px;
	}
}
@media (min-width: 1600px) {
	h1, h2, h3 {
		font-size: 70px;
		line-height: 84px;
	}
	.container {
	    width: 1570px;
	}
}

/* === */
@media (min-width: 1600px) and (max-height: 900px) {
	.main-visual.start {
	  background-position: center center;
	}
}

@media (min-width: 2200px) and (max-height: 1280px) {
	.main-visual.start {
	  background-position: center center;
	}
}

/* === /VIEWPORTS =========================================================== */
