/* https://www.w3.org/Style/Examples/011/firstcss.en.html#reading */

body {
	
    /*background-image: url(./../images/WoodstackProduction-05_090618_BG.jpg);
	background-color: #000000;
	background-size: auto;
	background-position: 6% 6%;
    background-repeat: no-repeat;*/
	
    background: #000 url(./../images/WoodstackProduction-05_090618_BG.jpg) no-repeat center center fixed;
	background-Mobil: #000 url(./../images/WoodstackProduction-Mobil-414x748-07_090618_BG.jpg) no-repeat center center fixed;
	
    /**for Safari,Chrome**/
    -webkit-background-size: cover;
    /**for Firefox**/
    -moz-background-size: cover;
    /**for Opera**/
    -o-background-size: cover;
    /**for all other browsers**/
    background-size: cover;
	
/*background-image: url(./../images/WoodstackProduction-05_090618_BG.jpg);
background-position:top left;
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;*/

	
	/* sets bodyt position - text to purple and background to Black */
    padding-left: 350px;
    font-family: Georgia, "Times New Roman",  Times, serif;
    font-size: 25px;
    color: whitesmoke;
    padding-bottom: 10px;
    padding-top: 10px;
}

h1 {
	font-family: Helvetica, Geneva, Arial,  SunSans-Regular, sans-serif;
	font-size: 40px;
	color: #FFCC66;
}

h2 {
	font-family: Helvetica, Geneva, Arial,  SunSans-Regular, sans-serif;
	font-size: 30px;
	color: #FFFFFF; 
}

a:link {
	color: #4F2C18
}
a:visited {
    color: #000000;
    font-weight: bolder;
}


/**** text Postition****/
div.textpos {
	max-width:900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.textpos {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

div.textpos2 {
	margin-top: 100px;
	margin-right: 230px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;
}

div.textpos3 {
	margin-top: 50px;
	margin-right: 0px;
	margin-left: 200px;
	margin-bottom: 0px;
	text-align: right;
}

div.textpos4 {
  position: absolute;
  max-width:350px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 500px;
  margin-bottom: 0px;
  text-align: center;
}
 /*border: 5px solid #73AD21;*/

/**** Side Menu ****/

/* position', 'left' and 'top' to move the menu */
ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	top: 4em;
	left: 2em;
	width: 11em
}
ul.navbar li {
	background: #FFF0AA;
	margin: 0.5em 0;
	padding: 0.3em;
	border-right: 1em solid black
}
/* Text/link font color*/
ul.navbar a {
	text-decoration: none
}


address {
	margin-top: 1em;
	padding-top: 1em;
	border-top: thin dotted
}

.positioned {
	position: absolute;
	top: 200px;
	left: 332px;
}
.positionedLog1 {
	position: relative;
	top: 275px;
	left: 200px;
	height: auto !important;
    width: auto !important; 
    max-width: 100%;
}
.positionedLog2 {
    position: absolute;
    top: 550px;
    left: 200px;
    z-index: -1;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}
.positionedLog3 {
    position: absolute;
    top: 1100px;
    left: 650px;
    z-index: -1;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}
.positionedsocialIcons {
    position: static;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}

.positionedfinger {
    position: absolute;
    top: 225px;
    left: 870px;
    z-index: -1;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}
.positionedVidSlider {
    position: absolute;
    top: 498px;
    left: 290px;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}
.positionedVidSlider-KWR {
    position: absolute;
    top: 700px;
    left: 480px;
    height: auto !important;
    width: auto !important;
    max-width: 100%;
}
/* 
img {
     height: auto !important;
     width: auto !important;
     max-width: 100%;
}
*/
/**** Top Menu ****/

.topnav {
	overflow: hidden;
	background-color: transparent;
	top: 0em;
	left: 0em;
	width: 30em;
	border-bottom: solid;
}
.topnav a {
	float: left;
	color: lightgoldenrodyellow;
	text-align: center;
	padding-top: 40px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 14px;
	text-decoration: none;
	font-size: 30px;
}
.topnav a:hover {
	background-color: #ddd;
	color: black;
}
.topnav a.active {
	background-color:saddlebrown;
	color: whitesmoke;
}

/**** Sticky Social Bar ****/

.icon-bar {
	position: absolute;
	/* top: 20%; */
    top: 60px;
	left: 1200px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Style the icon bar links */
.icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}
/* Style the social media icons with color, if you want */
.icon-bar a:hover {
	background-color: #000;
}
.facebook {
	background: #3B5998;
	color: white;
}
.twitter {
	background: #55ACEE;
	color: white;
}
.google {
	background: #dd4b39;
	color: white;
}
.linkedin {
	background: #007bb5;
	color: white;
}
.youtube {
	background: #bb0000;
	color: white;
}

/**** Buttons ****/

.button {
	position: absolute;
	top: 500px;
	left: 750px;
    background-color: #FFCC67;
	border: 2px solid #000000; /* Black */
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.button1 {border-radius: 2px;}
.button2 {border-radius: 4px;}
.button3 {border-radius: 8px;}
.button4 {border-radius: 12px;}
.button5 {border-radius: 50%;}

/**** Transparent Image Text ****/

.container {
	position: relative;
	max-width: 800px; /* Maximum width */
	margin: 0 auto; /* Center it */
}
.container .content {
	position: absolute; /* Position the background text */
	bottom: 0; /* At the bottom. Use top:0 to append it to the top */
	background: rgb(0, 0, 0); /* Fallback color */
	background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
	color: #f1f1f1; /* Grey text */
	width: 100%; /* Full width */
	padding: 20px; /* Some padding */
}
/**** parallax ****/

.parallax {
	/* The image used */
	background-image: url("./../images/WoodstackProduction-05_090618_BG.jpg");
	/* Set a specific height */
	height: 100%;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/**** transparent text box ****/

div.background {
	background: url(./../images/WoodstackProduction-05_090618_BG.jpg) no-repeat;
	border: 2px solid black;
}
div.transbox {
	margin-top: 170px;
	margin-right: 770px;
	margin-left: 0px;
	margin-bottom: 10000px;
	background-color: #ffffff;
	border: 1px solid black;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
div.transbox p {
	margin: 5%;
	font-weight: bold;
	color: #000000;
}

/**** Collapse ****/

/* Style the button that is used to open and close the collapsible content */
.collapsible {
	background-color: #4F2C18;
	color: #FCECAC;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: ridge;
	text-align: left;
	outline: none;
	font-size: 15px;
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
	background-color: sandybrown;
}
.collapsible:after {
	content: '\002B'; /* Unicode character for "plus" sign (+) */
	color: white;
	font-weight: bold;
	float: right;
	margin-left: 5px;
}
.active:after {
	content: "\2212"; /* Unicode character for "minus" sign (-) */
}
/* Style the collapsible content. Note: hidden by default */
.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}
/**** Scroll Indicator ****/

.header {
	position: fixed;
	top: 0;
	z-index: 1;
	width: 100%;
	background-color: #f1f1f1;
}
.header h2 {
	text-align: center;
}
.progress-container {
	width: 100%;
	height: 8px;
	background: #ccc;
}
.progress-bar {
	height: 8px;
	background: #4caf50;
	width: 0%;
}
.content-scroll {
	padding: 100px 0;
	margin: 50px auto 0 auto;
	width: 80%;
}
/**** Overflow scroll ****/

div.ex1 {
	background-color: whitesmoke;
	width: 900px;
	height: 110px;
	overflow: scroll;
	opacity: 0.6;
	border: double;
}
div.ex3 {
	background-color: lightblue;
	width: 800px;
	height: 110px;
	overflow: auto;
}

.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  grid-gap: 10px;
  background-color: #2196F3;
  padding: 10px;
}

.grid-container > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

.item1 {
  grid-row: 1 / 4;
}


/** Mixed Column Layout *********************************/


* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  width: 15%;
  padding: 10px;
}

/* Create four equal columns that floats next to each other */
.column_ALT{
  float: left;
  width: 100%;
  width: 15%;
  padding: 10px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 900px) {
  .column  {
    width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column  {
    width: 100%;
  }
}


/**** Boarders https://www.w3schools.com/css/tryit.asp?filename=trycss_border-style ****/
p.dotted {border-style: dotted;}
p.dashed {border-style: dashed;}
p.solid {border-style: solid;}
p.double {border-style: double;}
p.groove {border-style: groove;}
p.ridge {border-style: ridge;}
p.inset {border-style: inset;}
p.outset {border-style: outset;}
p.none {border-style: none;}
p.hidden {border-style: hidden;}
p.mix {border-style: dotted dashed solid double;}



/*****************************/
