/* <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 700

.quicksand-<uniquifier > {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/


html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Quicksand", sans-serif;
  color: #4d4d4d;
font-size: 18px;
}
header{
	display:flex;
	flex-direction: row;
	background: rgb(190,129,51);
background: linear-gradient(99deg, rgba(190,129,51,1) 0%, rgba(95,154,150,1) 100%);
	height:350px;
	align-content: center;
	justify-content: center;
	color: aliceblue;
}

.h-text{
	display: flex;
	flex-direction: row;
	width:80%;
	padding-left:10%;
	align-content: center;
}

#underskrift-1 {
	padding-top:50px;
	font-size: 100px;
	font-weight:800;
	font-style: oblique;
	letter-spacing: 2px;
	text-align: right;
}
#underskrift-2{
	padding-top:90px;
	font-size: 100px;
	font-weight:800;
	font-style: oblique;
	letter-spacing: 2px;
}

#mission-statement{
	width:80%;
	padding-left:10%;
	padding-top:80px;
	padding-bottom:80px;
	font-size:45px;
	font-weight:200;
	letter-spacing: 4pt;
	font-style: italic;
}
.infotext{
	font-size:35px;
	width: 80%;
	padding-left:10%;
}

h4{
	font-style: normal;
	font-size: 45pt;
	letter-spacing: 3pt;
	font-weight: 400;
	font-variant: small-caps;
	margin-top:0;
	margin-bottom: 0;
}

#avsnitt-1{
	display:flex;
	flex-direction: column;
	margin-bottom:0;
	
}
#avsnitt-2{
	display:flex;
	flex-direction: column;
	margin-top:60px;
	margin-bottom:60px;
}

.bild-workflow{
	background-image: url("../images/Workflow.png");
	background-repeat: no-repeat;
	background-size: cover;
	border-top: solid 1px #4D4D4D;
	border-bottom: solid 1px #4D4D4D;
	margin-top:10px;
	width:80%;
	padding-top:55%;
  	animation: 2s slide-in-1;
}
@keyframes slide-in-1 {
   from {
    translate: 350% 0;
    opacity:0;
  }

  to {
    translate: 0 0;
    opacity:100%;
  }
}
#avsnitt-3{
	display:flex;
	flex-direction: column;
	margin-top:60px;
}
.textlink-style{
	color: #4d4d4d;
}
.textlink-style:hover{
	color: #002528;
	font-size:19pt;
	background-color:#E1DEDB;
}
.film-container{
	display:flex;
	flex-direction:column;
}
#avsnitt-3-2{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 30px auto;
	width: 100%;
	border-left: solid 1px #4D4D4D;
  	animation: 2s slide-in-2;
	animation-delay:2s;
}
@keyframes slide-in-2 {
	from {
    translate: 250% 0;
    opacity:0;
  }

  to {
    translate: 0 0;
    opacity:100%;
  }
	
}
.text-bild-2{
	width:50%;
	padding-left: 2%;
}
.bild-2{
	background-image: url("../images/Part 6.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width:50%;
	padding-top:28%;
	padding-right:5px;
}
.bildlink-style:hover{
	scale:110%;
	opacity:0.7;
	background-color: #E1DEDB;
}

#avsnitt-3-3{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 0px auto;
	width: 100%;
	border-right: solid 1px #4D4D4D;
	animation: 2s slide-in-3;
	animation-delay:2.5s;
}
@keyframes slide-in-3 {
	from {
    translate: -250% 0;
    opacity:0;
  }

  to {
    translate: 0 0;
    opacity:100%;
  }
	
}
.bild-3{
	background-image: url("../images/Part_3.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width:50%;
	padding-top:28%;
}
.text-bild-3{
	width:50%;
	padding-left:2%;
	padding-right:2%;
}
#avsnitt-4{
	display:flex;
	flex-direction: column;
	margin-top:60px;
	margin-bottom:60px;
}
footer{
width:100%;
height:250px;
background: rgb(95,154,150);
background: linear-gradient(99deg, rgba(95,154,150,1) 0%, rgba(190,129,51,1) 100%);
}

.footer-container{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	width:80%;
	padding-top:2%;
	padding-left:10%;
	font-size: 22px;
	color: aliceblue;
}
.grundinfo{
	display:flex;
	flex-direction:row;
	justify-content: space-between;
	width:80%;
}
.kontakt-uppgifter{
	display:flex;
	flex-direction: column;
	align-content: space-between;
}
.address{
	padding-top:10px;
}
.firma{
	text-align: left;
	padding-right: 50%;
}

.soc-media{
	display: flex;
	flex-direction: row;
	width:20%;
	justify-content: space-between;
}

.update {
	font-size: 22px;	
	text-align:center;
	color: aliceblue;
	top:0;
	margin-top:10px;
}

.fab {
	font-size: 3rem;
	color:#FDFCFC;
}
.fab:hover{
	color:#F4A21D;
	font-size:3.5rem;
}

@media screen and (max-width: 1024px){
	body{
		color: #242020;
	}
	header{
		height:200px;
	}
	#underskrift-1 {
	padding-top:30px;
	font-size: 70px;
	font-weight:600;
	font-style: oblique;
	letter-spacing: 1px;
	text-align: right;
}
	#underskrift-2{
	padding-top:50px;
	font-size: 70px;
	font-weight:600;
	font-style: oblique;
	letter-spacing: 1px;
}
	#mission-statement{
		font-size:24px;
		letter-spacing: 3pt;
		width:90%;
		padding-left:5%;
		font-weight:500;
	}
	.infotext{
	font-size:24px;
	font-weight:500;
}	

	h4{
	font-style: normal;
	font-size: 30px;
	letter-spacing: 2px;
	font-weight: 500;
	font-variant: small-caps;
}
	#avsnitt-3-2{
	flex-direction: column;
	border-left: none;
	border-top: solid 1px #4D4D4D;
	border-bottom: solid 1px #4D4D4D;
	width:100%;
}
	.bild-2{
		order: -1;
	}

#avsnitt-3-3{
	flex-direction: column;
	border-right: none;
	border-bottom: solid 1px #4D4D4D;
	width:100%;
}
.text-bild-2, .text-bild-3 {
	width:100%;
}
.bild-2, .bild-3{
	width:100%;
	padding-top:58%;
}
	.firma{
	text-align: left;
	padding-right: 20%;
}
}

/*__________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________*/
	
@media screen and (max-width: 800px){
	header{
		height:150px;
	}
	#underskrift-1 {
	padding-top:30px;
	font-size: 50px;
	font-weight:500;
	font-style: oblique;
	letter-spacing: 1px;
	text-align: right;
}
	#underskrift-2{
	padding-top:60px;
	font-size: 50px;
	font-weight:500;
	font-style: oblique;
	letter-spacing: 1px;
}
	#mission-statement{
		font-size:22px;
		line-spacing:30px;
		font-weight:500;
	}
	
	.infotext{
	font-size:22px;
	line-spacing:30px;
	font-weight:500;
	width: 96%;
	padding-left:2%;
}	
	
h4{
	font-style: normal;
	font-size: 28px;
	letter-spacing: 2.5px;
	font-weight: 550;
	font-variant: small-caps;
}
	
#avsnitt-3-2{
	flex-direction: column;
	border-left: none;
	border-top: solid 1px #4D4D4D;
	border-bottom: solid 1px #4D4D4D;
	width:100%;
}
#avsnitt-3-3{
	flex-direction: column;
	border-right: none;
	border-bottom: solid 1px #4D4D4D;
	width:100%;
}
.text-bild-2, .text-bild-3 {
	width:100%;
}
.bild-2, .bild-3{
	width:100%;
	padding-top:58%;
}
	footer{
		height: 380px;
	}
	.footer-container{
	width:96%;
	padding-left:2%;
	}

.grundinfo{
	display:flex;
	flex-direction:column;
	justify-content: space-between;
	width:65%;
}
.soc-media{
	width:35%;
	padding-left:90px;
}
.firma{
	padding-left:0px;
	padding-top:10px;
	
}.update{
	font-size:18px;
	padding-top:50px;
	
}
.kontakt-uppgifter, .address, .firma{
	font-size:20px;
	line-spacing:28px;
}	

.fab {
	font-size: 3.5rem;
	color:#FDFCFC;
}
.fab:hover{
	color:#F4A21D;
	font-size:3rem;
}
}
@media screen and (max-width: 500px){
	header{
	height:120px;
	}
	#underskrift-1 {
	padding-top:25px;
	font-size: 30px;
	font-weight:500;
	font-style: oblique;
	letter-spacing: 1px;
	text-align: right;
}
	#underskrift-2{
	padding-top:40px;
	font-size: 30px;
	font-weight:500;
	font-style: oblique;
	letter-spacing: 1px;
}
	#mission-statement{
	font-size: 18px;
	line-height: 28px;
	padding-top: 40px;
	padding-bottom: 40px;
	}
	#avsnitt-2, #avsnitt-3, #avsnitt-4{
		margin-top:30px;
	}
	#avsnitt-4{
		margin-top:30px;
		margin-bottom:30px;
	}
	.infotext{
	font-size: 18px;
	line-height: 28px;
	}
	footer{
		height: 380px;
	}
	.kontakt-uppgifter{
		display:flex;
		flex-direction: column;
	}
	.grundinfo{
		display:flex;
		width:96%;
		font-size:16px;
	}
	.update{
		font-size:16px;
		padding-top: 35px;
		
	}
	.firma{
		padding-top: 10px;
	}
	.footer-container{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.soc-media{
		padding-left:0;
		padding-top:30px;
		width:50%;
	}
	.fab {
	font-size: 2.5rem;
	color:#FDFCFC;
}	
}

/*__________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________*/
/*__________________________________________________________________________________________________*/
@media screen and (max-width: 375px){
	header{
		height:100px;
	}
	#mission-statement, .infotext{
		font-size: 18px;
		line-height: 28px;
	}
footer{
		height: 380px;
	}
	.kontakt-uppgifter, .address, .firma{
	font-size: 16px;
	line-height: 22px;
	}
.update{
	font-size:14px;
	padding-top: 45px;
}
}


