body {font-family: 'Lato', sans-serif; font-weight: 400; font-size: 13px; transition: all 0.5s ease; /*overflow: hidden; height: 100%; position: fixed; */width:100%; font-size: 14px;}
.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 300px;}

h1, h2, h3, h4 {color: #67bdca; font-family: 'Merriweather', serif; font-weight: 300; line-height: 1.3;}
h1, .h1 { font-size: 25px; }
h2, .h2 { font-size: 20px; }
p {font-weight: 300; font-family: 'Lato', sans-serif; font-weight: 400;}
.lead {font-size: 17px;}
p, a {color: #212529;}
a {font-family: 'Lato', sans-serif; font-weight: 400;}
a, a:hover, a:focus {color: #212529; text-decoration: underline;}
svg {display: block;}
b, strong {font-weight: 700;}

.bubbla {position: absolute; display: block; z-index: 1; opacity: .1;}
.bubbla1 {top: 5%; left: 13%; height: 400px;}
.bubbla2 {top: 45%; left: 15%; height: 220px; opacity: .08;}
/* https://css-tricks.com/blobs/ */
.blob {opacity: .4; position: absolute; top: 0; left: 0; fill: #66b8c4; width: 50vmax; z-index: 1; animation: move 10s ease-in-out infinite; transform-origin: 50% 50%;}
@keyframes move {
  0%   { transform: scale(1)   translate(10px, -30px); }
  38%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  40%  { transform: scale(0.8, 1) translate(80vw, 30vh) rotate(160deg); }
  78%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  80%  { transform: scale(1.3) translate(0vw, 50vh) rotate(-20deg); }
  100% { transform: scale(1)   translate(10px, -30px); }
}

#start_con {position: relative;
  background: #f5f5f5;}
#start {background: #67bdca; height: 105vh; min-height: 600px; overflow: hidden; position: relative; background-image: url(../images/salut.jpg); background-blend-mode: multiply; background-position: center; background-size: cover; transition: all 0.5s ease;}
#start:before {background: radial-gradient(rgb(255 255 255 / 78%) 5%, transparent 60%); content: ""; display: block; position: absolute; bottom: -50%; right: -40%; width: 100%; height: 120%; opacity: 0.7; z-index: 2;}
#start:after {background: #67bdca; content: ""; display: block; position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; opacity: .9; z-index: 1;}
#start .overlay {background: #67bdca; display: block; position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; opacity: 1; z-index: 1;}
#start .container.main {height: 100%; position: relative; z-index: 2;}
#start .wave {position: absolute; bottom: -4%; left: 0px; display: block; z-index: 3; width:100%; height:180px; margin-bottom: -5px;}



#logo {width: 100%; max-width: 500px; margin: 0 auto; display: block;}
#nils {position: absolute; bottom: 30px; right: 0px; display: block; height: 31vh; min-height: 240px; z-index: 2;}


#nav {position: relative; top: -40px; bottom: auto; width: 100%; z-index: 4;}
#nav ul {background: #FFF; border-radius: 0.75rem; box-shadow: 0 0.5rem 0.75rem -0.25rem rgba(39,48,54,0.05); /*padding: 1.25rem;*/padding: 0; margin: 0; text-align: center;}
#nav ul li {margin: 0; padding: 10px 0; display: block; position: relative;}
#nav ul li:after {content: ""; height: 1px; width: 100%; position: absolute; top: auto; bottom: 0px; right: 0px; background: #f3f3f3;}
#nav ul li:last-of-type:after {content: none;}
#nav ul li:first-of-type:before {content: none;}
#nav ul li a {color: #67bdca; text-decoration: none; font-size: 18px;}



.intro {background: #f3f4f5;}
.intro .container {text-align: center; padding: 2% 0 3%;}
.intro p {margin: 0;}


main {margin: 0px; padding: 6% 0 0; position: relative; overflow: hidden;}
main .container {position: relative; z-index: 4; margin-bottom: 40px;}
main .row {padding: 0 0 10%;}
main .row:last-of-type {padding-bottom: 0;}
main .row>div{display: flex; align-items: center; flex-wrap: wrap;}
main .row:nth-child(odd) {flex-direction: row-reverse;}
main .bild {max-width: 100%; height: auto; padding: 0 30px 20px;}
main .bubbla1 {top: -4%; left: auto; right: -50%; width: 110%; height: auto; opacity: .6;}
main .bubbla2 {top: 50%; left: -20%; right: auto; width: 800px; opacity: .6; height: auto;}
main hr {border-top: none; height: 1px; background: #f3f3f3; width: 100%; margin: 0 0 10%;}
main .wave {width: 100%; height: 60px;}


#uppdragsgivare {background: #f9f9f9;}
#uppdragsgivare .box {background: rgb(249,249,249); background: linear-gradient(180deg, rgba(249,249,249,1) 0%, rgba(255,255,255,1) 100%); border-radius: 0.75rem; box-shadow: 0 0.5rem 0.75rem -0.25rem rgba(39,48,54,0.05); padding:0; margin: 0px 0 -90px; text-align: center; z-index: 5; position: relative;}
#uppdragsgivare .container {margin-bottom: 0px;}
#uppdragsgivare .wave {width: 100%; height: 130px; z-index: 3; position: relative;}
#uppdragsgivare h2 {color: #dedede; font-size: 15px; margin-bottom: 20px;}
#uppdragsgivare a {display: block;}
#uppdragsgivare img {display: block; max-width: 100%; height: auto; margin: 0 auto 0px; opacity: .6; padding: 30px 20px;}
#uppdragsgivare .rows.logos>div:last-of-type img {margin: 0;}
#uppdragsgivare a:hover img {opacity: 1;}
#uppdragsgivare h3 {font-size: 20px; line-height: 1; text-align: center;}
#uppdragsgivare a {text-decoration: none;}
#uppdragsgivare .row.logos {margin: 0;}
#uppdragsgivare .row.logos>div {border-bottom: 1px solid #f1f1f1; padding: 0;}
#uppdragsgivare .row.logos>div:last-of-type {border-right: none;}
#uppdragsgivare .row.logos:first-of-type>div {}
#uppdragsgivare .row.logos:last-of-type>div:last-of-type {border-bottom: none;}
@media (min-width: 768px) {
	#uppdragsgivare .box {padding:0;}
	#uppdragsgivare .row.logos>div {border-right: 1px solid #f1f1f1;}
	#uppdragsgivare img {padding: 40px;}
}




#kunder {background: #67bdca; overflow: hidden; position: relative; background-image: url(../images/salut.jpg); background-blend-mode: multiply; background-position: center; background-size: cover; transition: all 0.5s ease;}
#kunder:after {background: #67bdca; content: ""; display: block; position: absolute; bottom: 0; right: 0; width: 100%; height: 100%; opacity: 0.9; z-index: 1; }
#kunder .container {position: relative; z-index: 3; margin: 20px auto 30px auto;}
#kunder h2, #kunder h3, #kunder p {color: #FFF;}
#kunder h2 {color: #FFF; font-size: 20px; margin: 0;}
#kunder .logo {margin: 20px auto; max-width: 100%; display: block; height: auto;}
#kunder .wave { width:100%; height:130px; z-index: 3; position: relative; margin-bottom: -5px;}

#referenser {text-align: center; position: relative; transition: all 0.5s ease;}
#referenser h3 {font-size: 18px; font-style: italic;}
#referenser p {
  line-height: 1.2;}
#referenser .fa-quote-right {font-size: 40px; opacity: .1;}
#referenser .fa-quote-right.before {margin: 0 0 20px;}
#referenser .fa-quote-right.after {margin: 20px 0 0;}
#referenser a {text-decoration: none; color: #FFF;}
#referenser .carousel-indicators {bottom: -110px;}
#referenser .carousel-control-prev {left: -50px;}
#referenser .carousel-control-next {right: -50px;}



footer { background: #FFF; padding: 50px 0 50px; margin: -2px 0 0 0; position: relative; overflow: hidden;}
.icon_row {margin: 20px 0 100px 0;}
.icon_row>div {padding: 0; position: relative; padding: 20px 0;}
.icon_row>div:after {content: ""; height: 1px; width: 100%; position: absolute; top: auto; bottom: 0px; right: 0px; background: #f3f3f3;}
.icon_row>div:last-of-type:after {content: none;}
.icon_row a {text-decoration: none; color: #68bdca;}
.icon_row h3 {font-size: 20px;}
.icon_row i {font-size: 40px; display: block; margin: auto auto 10px auto;}
@media (min-width: 768px) {
	.icon_row>div:after {height: 100%; width: 1px; top: 0px; bottom: auto;}
}




.carousel-item {transition: transform 2s ease, opacity 2s ease-out}



@media (min-width: 576px) { }

@media (min-width: 768px) {
	
	.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 600px; }
	body {font-size: 15px;}
	
	#start {background-attachment: fixed;}
	#start:before {height: 140%;}
	#nils {height: 420px; right: -145px;}
	
	#nav {position: absolute; bottom: 25px; top: auto;}
	#nav ul {display: block;}
	#nav ul li {display: inline-block; padding:20px 15px;}
	#nav ul li:after {height: 100%; width: 1px; top: 0px; bottom: auto;}
	
	main .container {margin-bottom: 80px;}
	
	#kunder {background-attachment: fixed;}
	#kunder .container {margin: 60px auto 50px auto;}
	
	#referenser h3 {font-size: 24px;}
		
		
	main .row {padding: 0 0 5%;}
	main hr {margin: 0 0 5%;}
	
		
	#referenser .carousel-control-prev {left: -100px;}
	#referenser .carousel-control-next {right: -100px;}
	



	
	#uppdragsgivare .box {padding:0;}
	#uppdragsgivare .row.logos>div {border-right: 1px solid #f1f1f1;}
	#uppdragsgivare img {padding: 40px;}

}

@media (min-width: 992px) {
	
	.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 760px; }
	
	#nils {height: 500px; right: -160px; min-height: 500px;}
	h1, .h1 { font-size: 30px; }
	h2, .h2 { font-size: 21px; }
	
}

@media (min-width: 1200px) {

	.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 800px; }

	h1, .h1 { font-size: 35px; }
	h2, .h2 { font-size: 25px; }
	
	#nils {height: 70vh; right: -170px; min-height: 520px;}
	
	#start:before {height: 190%;}

	
}


@media (min-width: 1300px) {

	.container, .container-sm, .container-md, .container-lg, .container-xl {max-width: 900px; }
}
