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

/* ----------------------------------------------------------------------------- *
 *                   Style Conifere by Angélique KRUEGER                         *
 * ----------------------------------------------------------------------------- */

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

html {
	margin: 0 auto;
	height:100%;
	max-height: 100%;
	width: 100%;
}

body {
	margin: 0 auto;
	height:100%;
	max-height: 100%;
	width: 100%;
}

header {
	margin: 0 auto;
	height: 10%;
	width: 100%;
	position:fixed;
	top: 0;
}
		
main {
	margin: 0 auto;
	height: auto;
	width: 100%;
}
		
footer {
	margin: 0 auto;
	width: 100%; 
	height: 100px; 
	position: fixed; 
	bottom: 0;
	background-color: rgb(0,0,0);
  	background-color: rgba(0,0,0, 0.4);
	z-index: 1;
}
		
.main-content {
	margin: 0 auto;
	height: 80%;
	padding-left: 100px;
	padding-right: 100px;
	padding-bottom: 100px;
}
		
img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}
		
.limiter_1720 {
	margin: 0 auto;
	max-width: 1720px;
}

.limiter_1024 {
	margin: 0 auto;
	max-width: 1024px;
}

.background {
	background-image: url(../img/cornifere_bg_1920x1080.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.background-start {
	background-image: url(../img/Startseite/start_bg_2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

section {
	margin: 0 auto;
	width: 100%;
	height: 75%;
	padding-top: 10%;
}


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

.app-title {
	max-width: 100px;
	top: 0;
  	left: 0;
  	position: relative;
	margin-left: 100px;
}

.logo {
	padding: 0;
	padding-top: 30px;
}

.logo img{
	max-width: 100px;
	max-height: 80px;
}

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

footer a {
	font-family: OpenSansLight, sans-serif;
	color: #e8e8e8;
	font-size: 1.0em;
	text-decoration: none;
	}

footer a:hover {
	text-decoration: underline;
	opacity: 0.5;
	}

.app-btn {
	margin: 0 auto;
	width: 100%;
	max-height: 100px;
	min-height: 100px;
	font-size: 1.0em;
}

.icon {
	margin-bottom: 10px;
	margin-top: 15px;
}

.undo {
	margin-top: 30px;
}
/* ----------------------------------------------------------------------------- *
 *                                    Unterseiten                                *
 * ----------------------------------------------------------------------------- */

.container {
	width:700px;
	margin: 0 auto;
}

.werkstatt_img {
	width:410px;
	float:left;
	margin:0 20px 0 0;
	overflow: hidden;
}
 
.werkstatt_txt {
	width:240px;
	float:left;
	margin:0 10px 0 20px;
	overflow: hidden;
}

.showroom_img {
	width:240px;
	float:left;
	margin:20px 20px 0 0;
	overflow: hidden;
}
 
.showroom_txt {
	width:410px;
	float:left;
	margin:-25px 10px 0 20px;
	overflow: hidden;
}

.col_1_3 {
	width:240px;
	float:left;
	margin:0 15px 0 0;
}

.col_2_3 {
	width:360px;
	float:left;
	margin:0 15px 0 0;
	border-radius: 0px 30px 80px 30px;
	overflow: hidden;
}

.showroom_img img, .werkstatt_img img, .col_1_2 img, .col_2_3 img, .col_2_3 img {
	border-radius: 0px 20px 60px 20px;
	}

.clear {
	clear:both;
	display:block;
	height:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
}
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	visibility:hidden;
	width:0;
}

hr {
 	background: #aaaaaa;
 	border: none;
 	color: #aaaaaa;
 	height: 1px;
 	width: 100%;
	margin-left: -1px;
	margin-bottom: 15px;
}


/* -----------------------------------------------------------------------------*/
/* Slider Lightbox Quelle https://www.w3schools.com/howto/howto_js_lightbox.asp */
/* -----------------------------------------------------------------------------*/	


.modal {
  display: none;
  position: fixed;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  z-index: 99999;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 80%;
  max-width: 750px;
}

.close {
  color: #e8e8e8;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #e8e8e8;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
	text-decoration: none;
}

.mySlides img {
  margin-bottom: -4px;
}

.arrows {
  opacity: 0.6;
}

.active,
.arrows:hover {
  opacity: 1;
}
/* ----------------------------------------------------------------------------- *
 *                                 Flexboxes                                     *
 * ----------------------------------------------------------------------------- */

.flex-container-row {
	margin: 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	align-content: flex-end;
}

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

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

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

.align-self-center {
	align-self: center;
}

.align-self-start {
	align-self: flex-start;
}

.align-self-end {
	align-self: flex-end;
}

.align-items-center {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ----------------------------------------------------------------------------- *
 *                                Typographie                                    *
 * ----------------------------------------------------------------------------- */

h1 {
	font-family: Arsenal, sans-serif;
	font-size: 1.0em;
	color: #e8e8e8;
	}

h2 {
	font-size: 1.8em;
	color: #e8e8e8;
	font-family: Arsenal, sans-serif;
	font-weight: lighter;
	text-align: left;
	padding: 0;
	line-height: 1.2em;
	margin-bottom: 10px;
	}	

p {
	font-family: OpenSansLight, system-ui, sans-serif;
	font-size: 0.8em;
	color: #e8e8e8;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	padding: 0;
	}


section ul > li {
	color: #e8e8e8;
	font-family: OpenSansLight, system-ui, sans-serif;
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 10px;
	list-style: none;
	line-height: 1.5em;
	text-align: left;
	}

a {
	text-decoration: none;
	color: #e8e8e8;
}

a:hover {
	text-decoration: underline;
	opacity: 0.7;
}


/* ----------------------------------------------------------------------------- *
 *                                Google Fonts                                   *
 * ----------------------------------------------------------------------------- */

 @font-face {
 font-family: OpenSansLight;
 src: url("../fonts/Open_Sans/OpenSans-Light.ttf")
}

 @font-face {
 font-family: OpenSansReg;
 src: url("../fonts/Open_Sans/OpenSans-Regular.ttf")
}

@font-face {
 font-family: Arsenal;
 src: url("../fonts/Arsenal/Arsenal-Regular.ttf")
}

/* ----------------------------------------------------------------------------- *
 *                                  Positions                                    *
 * ----------------------------------------------------------------------------- */

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


/* ----------------------------------------------------------------------------- *
 *                                  Shadow                                       *
 * ----------------------------------------------------------------------------- */

.shadow {box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 10px 0 rgba(0, 0, 0, 0.5);}
.shadow-light {box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);}


