@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                            Styles A-KRUEGER                                   *
 * ----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------- * 
 * Verwendete Farben
 * silver - text
 * #1a1a1a - anthrazite
 * #6495ed - cornflowerblue - rgb(100, 149, 237) hsl(219, 79%, 66%)
 * #808080 - middle grey
 * #ffffff - white
-------------------------------------------------------------------------------- */

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
  	padding: 0;
}

/* -------------------------------------Fonts-------------------------------------*/
@font-face {
 font-family: OpenSansLightCond;
 src: url("../fonts/Open_Sans/OpenSans-CondLight.eot") /* EOT file for IE */
}
 @font-face {
 font-family: OpenSansLightCond;
 src: url("../fonts/Open_Sans/OpenSans-CondLight.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.eot") /* EOT file for IE */
}
 @font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.ttf") /* TTF file for CSS3 browsers */
}

/* ----------------------------------------------------------------------------- *
 *                                 Generalités                                   *
 * ----------------------------------------------------------------------------- */

html {
	margin: 0 auto;
	width: 100%;
	height: 100%;
	}
	
body {
	margin: 0 auto;
	background: white;
	width: 100%;
	height: 100%;
	}

main {
	margin: 0 auto;
	width: 100%;
	height: auto;
	}

section {
	margin: 0 auto;
	width: 100%;
	height: auto;
	}

img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.limiter_1200 {
	margin: 0 auto;
	max-width: 1200px;
	}

.limiter_800 {
	margin: 0 auto;
	max-width: 800px;
	}

.limiter_600 {
	margin: 0 auto;
	max-width: 600px;
	}

.limiter_400 {
	margin: 0 auto;
	max-width: 400px;
	}

.footer-limiter {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	max-width: 1200px;
	}

.top_25 {
	margin-top: 25px;
	}

.top_50 {
	margin-top: 50px;
	}

.top_100 {
	margin-top: 100px;
	}

.top_150 {
	margin-top: 150px;
	}

/* ----------------------------------------------------------------------------- *
 *                                    Textes                                     *
 * ----------------------------------------------------------------------------- */

h2 {
	font-family: BebasLight, system-ui, sans-serif;
	font-size: 3.0em;
	color: cornflowerblue;
	line-height: 1.5em;
	padding: 10px;
	}	

h2[id]   {margin:0;}

h2 a {display:none;}
h2 a[name] {display:block; height:100px;color: transparent;}

h3 {
	font-family: BebasLight, system-ui, sans-serif;
	color: #1a1a1a;
	line-height: 1.5em;	
	font-size: 2.5em;
	font-weight:lighter;
	text-transform: uppercase;
	padding: 10px 0 10px 0;
	margin: 10px 10px 10px 10px;
	margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	}
		
p {
	font-family: OpenSansLight, system-ui, sans-serif;
	font-size: 1.2em;
	color: #808080;
	line-height: 1.5em;
	padding: 10px;
	}

a {
	color: #808080;
	text-decoration: underline;
	}

a:hover {
	color: cornflowerblue;
	text-decoration: underline;
	}

section ul > li {
	color: #1a1a1a;
	font-family: OpenSansLight, system-ui, sans-serif;
	font-size: 1.0em;
	padding-left: 10px;
	list-style: none;
	line-height: 1.5em;
	}
/* ----------------------------------------------------------------------------- *
 *                                 Flexboxes                                     *
 * ----------------------------------------------------------------------------- */

.flex-container-row {
	margin: 0 auto;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.flex-container-column {
	margin: 0 auto;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	}

.flex-container-box {
    margin: 1px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
}	

.flex-item-box {
	align-content: space-between;
	min-height: 300px;
	margin-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	}

.flex-item-1 {
	flex: 1;
	}

.flex-item-2 {
	flex: 2;
	}

.flex-item-3 {
	margin: 0;
	padding: 0;
	flex: 3;
	}

.order-1 {
	order: 1;
	}

.order-2 {
	order: 2;
	}


/* ----------------------------------------------------------------------------- *
 *                                Décoration                                     *
 * ----------------------------------------------------------------------------- */

.center {text-align: center;}
.justify {text-align: justify;}
.right {text-align: right;}



/* ---------------------------------------------------------------------------*/
/*                                  Header                                    */
/* ---------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	height: 100px;
	position: fixed;
	z-index: 9999;
	top: 0;
	}


#header-bg {
	transition: background-color 1s ease 0s;
	height: 100px;
	top: 0;
	position: relative;
}

#header-limiter {
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 5px;
	max-width: 1200px;
	height: 100px;
	position: relative;
	}

#header-limiter:after {
  	content: "";
  	display: table;
  	clear: both;
}

/* -----------------------------Logo----------------------------*/

.header-container {
	top: 0;
	width: 100%;
	position: relative;
}

.logo {
	margin: 20px;
	float: left;
	width: 10%;
	position: absolute;
	}

.logo img {
	width: auto;
	max-height: 60px;
	margin: 0;
	}


/* ----------------------------------------------------------------------------- *
 *                                    Hero BG                                  *
 * ----------------------------------------------------------------------------- */

.hero {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: black;
	background-image: url(../img/hero/amar_hero.png);
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	overflow: hidden;
	display: block;
}

.hero-text-center {
  	text-align: center;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);	
}

.hero-text-bottom {
  	text-align: center;
  	position: absolute;
  	bottom: 5%;
  	left: 50%;
  	transform: translate(-50%, -50%);	
}

.hero-text-bottom p {
	font-family: OpenSansLight, system-ui, sans-serif;
	font-size: 1.3em;
	margin-top: 0;
	text-align: center;
	text-transform:uppercase;
	color: #fff;
}


/* ----------------------------------------------------------------------------- *
 *                    Section Impressum & Datenschutz                            *
 * ----------------------------------------------------------------------------- */

.infos h3 {	
	font-size: 1.3em;
	font-family: OpenSansLight;
	padding: 10px;
	}

.infos h4 {
	font-size: 1.0em;
	text-align: left;
	padding: 10px;
	color: #808080;
	}
		
.infos p {
	font-size: 1.0em;
	}

.infos ul > li {
	font-size: 1.0em;
	}


/* ----------------------------------------------------------------------------- *
 *                                  Footer                                       *
 * ----------------------------------------------------------------------------- */

footer {
	width: 100%;
	margin-top:0;
	color: silver;
	background:#1a1a1a;
	}
	
.footer-container-row {
	margin: 0 auto;
	width: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	}

.footer-content-bottom {
	padding: 20px 0 20px 0;
	background: #000000;
	}
	
.footer-content-bottom p {
	font-family: OpenSansLight, sans-serif;
	font-size: 0.8em;
	color: silver;
	}
.footer-content-bottom a {
	font-size: 1.0em;
	color: silver;
	text-decoration: none;
	}

.footer-content-bottom a:hover {
	text-decoration: underline;
	opacity: 0.4;
	}	


