

/*global styling*/

:root {
  --buttonColor:rgb(160, 7, 124) ;
  --textColor: black;
  --hoverColor:rgb(58, 91, 37);
  --referenseColor:rgb(255, 255, 255);
  --referenseColor2:rgb(255, 255, 255);
}
div.creator{
  background-color: rgb(83, 94, 107);
  color:white;
  width:100vw;
  text-align: center;
  padding:10px 0;
}
div.creator a{
  color:var(--buttonColor);
  text-decoration: none;
}
div.creator a:hover{
  text-decoration: underline;
}
div.certificates-holder{
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
  justify-content: center;
}
div.certificates-holder div{
  position: relative;
  height:200px;
}
div.certificates-holder img{
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}
div.certificates-holder img.wide-logo{
  position: absolute;
  width:100%;
  height:auto;
}
div.certificates-holder img.high-logo{
  position: absolute;
  height:100%;
  width:auto;
}
div.dropz{
  position: relative;
  color: rgb(255, 255, 255);
  padding: 5px;
  border: none;
  border-radius:50%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width:35px;
  height:35px;
  padding:0;
  margin-right:0;
  top:0;
  background-color: var(--buttonColor);
}
.dropz .bar1{
  position: absolute;
  width: 3px;
  height: 60%;
  background-color: white;
  transition: 0.4s;
  left:0;
  right:0;
  margin:auto;
  bottom:20%;
}
.dropz .bar2{
  position: absolute;
  width: 60%;
  height: 3px;
  background-color: white;
  transition: 0.4s;
  left:20%;
  bottom:0;
  top:0;
  margin:auto;
}
.dropz.change .bar1 {
  transform: rotate(90deg) translate(0);
}
.hiddenByDef{
  transition: 0.4s;
  display: none;
  visibility: hidden;
}
.body.about.area{
  display: grid;
  grid-template-columns: 3fr 2fr;
  grid-column-gap: 30px;
  padding:5% 10% 5% 10%;
  background-color: rgb(250,250,250);
  margin-bottom:100px;
}
.body.about.area div{
  padding:2% 2% 0 2%;
}
.body.about.area div.area-contact{
  padding:2%;
}
.area-texts{
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 50px;
  background-color: white;
  border-radius: 10px;
}
.area-texts h2{
  margin:0;
}
div.area-contact{
  border-radius:20px;
  display: grid;
  grid-template-columns: 30px auto;
  grid-column-gap: 20px;
  align-items: center;
  height:50px;
  margin-bottom: 10px;
  background-color: white;
  border-radius: 20px;
}
div.area-containers{
  height:150px;
}
div.area-contact p{
  margin:0;
}
b{
  color:black;
}
div.area-contact i{
  left:0;
  right:0;
  margin:auto;
  color:var(--buttonColor);
  font-size: 25px;
}
div.area-contact b{
  font-size: 1.2em;
}
.body.about.area a, .body.about.area a b{
  text-decoration: none;
  color:var(--buttonColor);
  font-weight: 400;
}
.body.about.area a:hover{
  text-decoration: underline;
}
.body.about.area div.area-containers a:hover{
  text-decoration: none;
}
.content-div div .hiddenByDef ul{
  padding-inline-start:40px;
}
.content-div div .hiddenByDef ul li{
  list-style-type: disc;
}
.showOnClick{
  transition: 0.4s;
  display: inherit;
  visibility: visible;
}
.showOnClick::marker{
  color:white;
}
div.toggle-container{
  position: relative;
  display: flex;
  grid-column-gap: 10px;
  align-items:flex-end;
  justify-content: space-between;
  overflow: hidden;
}
div.toggle-container h3{
  margin-block-start:30px;
}

/*global styling*/
*{
    font-family: 'Roboto', sans-serif;
}
html{
  scroll-behavior: smooth;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
p{
  font-weight: 300;
  color: rgb(72,72,72);
  line-height: 28px;
  margin-block-start:10px;
}

h2, h3, h4{
  color:rgb(5,23,42);
}
div.front div.small-form, #startPage div.front div.small-form{
  position: relative;
  min-height:400px;
  right:0;
  margin:0;
  width:100%;
}

div.front{
  position: relative;
  height:auto;
  width:100%;
  top:100px;
  padding-bottom:50px;
  color:white;
  overflow-y: hidden;
  overflow-x: hidden;
  display: flex;
  justify-content: center;
}
div.front.tasks{
  padding-bottom:100px;
  display:block;
  background-color:rgb(250,250,250);
}
div.front.tasks.area{
  padding-bottom:50px;
  margin-bottom:0;
  display:block;
}
div.front.tasks.area h1, div.front.tasks.area p{
  color:rgb(5,23,42);
}
div.front.tasks.area div.tasks-header{
  top:50px;
  margin-bottom:0;
}
div.front div{
  position: relative;
  margin: 0 auto;
  width:100%;
}
div.front img{
  position: absolute;
  top:auto;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  z-index:-1;
  filter:brightness(0.4);
}
div.front.tasks img{
  filter:brightness(0.6);
}
#startPage div.front div.front-child{
  display: grid;
  grid-column-gap:5%;
  grid-row-gap:50px;
  grid-template-columns: 3fr 2fr;
  padding-top:50px;
  margin-bottom:50px;
  width:90%;
}
#startPage div.front div.front-child div{
  margin-bottom: 0;
}
#startPage div.front div.small-form .form1{
  height:auto;
  position: relative;
  border-radius: 10px;
  padding-bottom: 150px;
  background-color: white;
}
.form1 p{
  display:none;
}
#startPage div.front div.small-form .form1 p{
  display:block;
  color:rgb(5,23,42);
  width:90%;
  left:5%;
  text-align: left;
  margin-bottom:0;
}
#startPage div.front div.small-form .form1 h2{
  color:rgb(5,23,42);
}
#startPage #kontakt-form{
  position: relative;
  top:0;
  padding-top:0;
  margin:0;
}
#startPage div.front div.small-form form{
  width:90%;
  left:5%;
}
#startPage div.front div.small-form form input{
  border:1px solid rgb(172,172,172);
}

#startPage div.front div.small-form form button{
  background-color:var(--buttonColor);
  color:white;
}
#startPage div.front div.small-form div{
  position: relative;
  width:100%;
  margin:0;
}
#startPage div.front div.small-form textarea{
  border:1px solid rgb(172,172,172);
  bottom:17%;
  width:calc(90% - 16px);
  left:5%;
}
#startPage div.front div.small-form div form div{
  position: relative;
  width:100%;
  margin:0;
}
#startPage div.front div{
  position: relative;
  top:100px;
}
#startPage div.front div h1{
  margin-top:0;
}
.front div h1{
  font-size:4rem;
  margin-bottom:20px;
}
.front.tasks div h1{
  font-size:3rem;
}
.front div h2{
  color:white;
  font-size:2rem;
  margin-top:0;
  margin-bottom:20px;
}
.front div p{
  margin-top:0;
  margin-bottom:40px;
  font-size: 1.15rem;
}
h2.reco{
  padding-top:50px;
  margin:0;
  text-align: center;
}
.citat p, .body-first p, .jobb p, .note p, .content-div p, .body-last p, .remsa2 p, .about p, .about li{
  font-size: 1.15rem;
  color: rgb(72,72,72);
}
.citat-holder h2, .body-first h2, .note h2, .content-div h2, .body-last h2, .remsa2-container h2, .about h2, .content-div h2, .form1 h2, h2.reco{
  font-size:2rem;
}
.jobb h3, .remsa2 h3, .content-div h3, .area-texts h3{
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom:0;
}
#reco {
  padding-top: 100px;
  margin-top: 100px;
}
#kontakt-form {
    padding-top: 250px;
    margin-top: -250px;
}
#about-page #kontakt-form {
    padding-top: 200px;
    margin-top: -200px;
}

/*header styling*/
nav{
  position:fixed;
  top: 0px;
  left:0px;
  right:0px;
  display: grid;
  grid-template-columns: 10% 50%;
  width:100%;
  z-index: 1;
  height:100px;
  justify-content: space-between;
  background-color:rgb(5, 23, 42);
  font-size: 14px;
}

nav ul{
  position:absolute;
  top:0;
  right:25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size:15px;
}
nav li{
  position: relative;
  list-style-type: none;
  margin-top:25px;
  margin-left: 20px;
  /*padding-bottom makes hovering over li possible with content position absolute. Although, a downside is hovering underneath makes it appear*/
  padding-bottom: 30px;
  color:white;
}
nav li a{
  text-decoration: none;
  color:white;
  font-weight: 500;
}
nav li a:hover{
  color:grey;
  text-decoration: none;
}

nav li a div.cta{
  width:150px;
  height:43px;
  position: relative;
  top:-11.5px;
  font-size:12px;
  line-height: 43px;
}
.logo{
  position: relative;
  left:10px;
  top:25px;
  height:50px;
}
.logo img{
  position: absolute;
  width:auto;
  height:100%;
}
div.tasks-dropdown{
  border-top: 2px solid var(--buttonColor);
  position: absolute;
  visibility: hidden;
  margin-top:30px;
  font-size:14px;
  color: var(--textColor);
  background-color:rgb(5,23,42);
  text-transform:none;
  display: none;
  width:200px;
}
div.tasks-dropdown div{
  line-height: 16.8px;
  padding:6px 0 6px 0;
}
div.tasks-dropdown div div{
  padding-left:20px;
}
div.tasks-dropdown div div:hover{
  color:grey;
  background-color:rgb(242, 242, 242);
}
#tasks:hover div.tasks-dropdown{
  visibility:visible;
  display: inherit;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px) ;
  transform: rotate(-45deg) translate(-9px, 6px) ;
}

/* Fade out the second bar */
.change .bar2 {
  opacity: 0;
}

/* Rotate last bar */
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px) ;
  transform: rotate(45deg) translate(-8px, -8px) ;
}
.change + .dropdown-content{display:block;}
.menu{display:none;}
.dropbtn {
  top:-10px;
  color: rgb(255, 255, 255);
  padding: 5px;
  border: none;
  border-radius:0;
  cursor: pointer;
  display: inline-block;
}

.grey{
  display: none;
  background-color: rgb(110,125,143);
}
.grey a div:hover{
  color:grey;
}
#task1-body nav ul li div div div.grey, #task2-body nav ul li div div div.grey, #task3-body nav ul li div div div.grey, #task4-body nav ul li div div div.grey, #task5-body nav ul li div div div.grey{
  display: block;
}
#task1-body nav ul li div div div.grey.hideTasks, #task2-body nav ul li div div div.grey.hideTasks, #task3-body nav ul li div div div.grey.hideTasks, #task4-body nav ul li div div div.grey.hideTasks{
  display: block;
}
#task5-body nav ul li div div div.grey.hideTasks{
  display: block;
}
#task1-body nav ul li div div div.grey.show, #task2-body nav ul li div div div.grey.show, #task3-body nav ul li div div div.grey.show, #task4-body nav ul li div div div.grey.show{
  display: none;
}
#task5-body nav ul li div div div.grey.show{
  display: none;
}
#task1-body nav ul li a.item-1, #task2-body nav ul li p.item-2, #about-page nav ul li a.item-3, #referens-page nav ul li a.item-4, #contact-body nav ul li a.item-5{
  color:var(--buttonColor);
}
#task1-body nav ul li a p.item-1, #task2-body nav ul li a p.item-2, #about-page nav ul li a p.item-3, #referens-page nav ul li a p.item-4, #contact-body nav ul li a p.item-5{
  color:var(--buttonColor);
}

body#contact-body footer div.footer-wrapper{
  padding:50px 15% 0 15%;
  margin:0;
}
#contact-body h1{
  position: relative;
  top:100px;
  padding:25px 0 0 0;
  margin-bottom:100px;
  margin-top:0;
  text-align: center;
  width:auto;
  background-color: white;
  color:rgb(5,23,42);
}
#contact-body .form1 h2{
  display: none;
}
/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: flex;
  width:100%;
}
/* Dropdown Content (Hidden by Default) */
 .dropdown-content {
  display: none;
  position: fixed;
  right: 510px;
  left:0;
  width:100%;
  overflow-y: scroll;
  height:calc(100% - 100px);
  top:100px;
  background-color: rgb(250,250,250);
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}
.dropdown-content a p, .dropdown-content a div{
  color: rgb(5,23,42);
  font-size:20px;
}
.dropdown-content a:hover p{
  color: var(--buttonColor);
}
.only-mobile{
  position: relative;
  display:none;
  margin-left:0;
  right:40px;
}

/* Links inside the dropdown */
.dropdown-content a {
  position: relative;
  color: rgb(5, 23, 42);
  padding: 5px 75px 20px 0px;
  text-decoration: none;
  display: flex;
  justify-content: flex-end;
}

/*body styling*/
body{
  margin:0;
  overflow-x: hidden;
}

#startPage div.front div{
  top:0;
  margin-bottom: 50px;
}
.front div{
  position: relative;
  top:100px;
}
.front div.cta{
  top:0;
  margin-left:0;
  width:240px;
  height:55px;
  line-height: 55px;
}
div.front div.cta-wrapper{
  top:0;
  margin-left:0;
  width:240px;
  padding-bottom:100px;
}


/*special for tasks*/

#referens-page div.front.tasks{
  background-color: rgb(240,240,240);
  margin-bottom:100px;
}
#referens-page div.front.tasks h1, #referens-page div.front.tasks p{
  color:rgb(5,23,42);
}

div.front.tasks div.cta-wrapper{
  top:20px;
  left:calc(50% - 240px/2);
}
div.front.tasks div.cta{
  width:240px;
}

div.front.tasks div.tasks-header h1{
  margin-top:0;
  color:rgb(5,23,42);
}
div.front.tasks h1{
  text-align: center;
  width:100%;
}
div.front.tasks  p{
  text-align: center;
  width:60%;
  padding:0 20%;
}
#about-page div.front.tasks, #rot-page div.front.tasks{
  position: relative;
  top:100px;
  height:auto;
  display: flex;
  align-items: center;
  padding:0 25%;
  margin-bottom: 0;
  justify-content: center;
  width:50%;
}
#about-page .tasks-header, #rot-page .tasks-header{
  top:0;
  height:auto;
  width:auto;
  text-align: center;
  margin-bottom:0;
}
#about-page .tasks-header h1, #rot-page .tasks-header h1{
  margin:25px 0;
}
#about-page p.citatz{
  text-align: center;
}
#about-page div.content-div{
  margin-bottom:50px;
}

.about-image-wrapper{
  position: relative;
  display: flex;
  justify-content: center;
  width:240px;
  height:auto;
  left:calc(50% - 240px / 2);
  margin:20px 0;
}
.about-image-wrapper img{
  position: relative;
  width:100%;
  height:auto;
}
.about div ul li{
  font-weight: 300;
}
.body-first{
  margin:0 10%;
  text-align: center;
}
.body-first a{
  color:var(--buttonColor);
  text-decoration:none;
}
.body-first a:hover{
  text-decoration:underline;
}
.cta-wrapper a{
  text-decoration: none;
  color:white;
}
.cta{
  position: absolute;
  text-align: center;
  width:240px;
  height:50px;
  background-color: var(--buttonColor);
  border-radius: 30px;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  color:white;
}
.cta:hover{
  filter:brightness(0.9);
}
#about-page .front.tasks, #rot-page .front.tasks{
  background-color: white;
  z-index:-1;
}
#about-page .front.tasks h1, #rot-page .front.tasks h1{
  color:rgb(5,23,42);
}
#about-page .front.tasks h1::after, #rot-page .front.tasks h1::after{
  position: absolute;
  left: 0;
  bottom:0;
  content: "";
  width: 100%;
  height:5px;
  background-color:rgb(5,23,42);
}
#about-page .front.tasks img{
  width:300px;
  right:5%;
  top:200px;
  filter:brightness(0);
}
.front div h1{
  width:100%;
  margin-bottom: 20px;
  color:white;
}
.front div p{
  position: relative;
  color:white;
  width:100%;
  font-weight: 300;
}
.front div p a{
  text-decoration: none;
  color:var(--buttonColor);
}
.front div p a:hover{
  text-decoration: underline;
}
.citat-holder{
  position: relative;
  width:50%;
  padding:1% 25% 3% 25%;
  text-align: center;
  background-color: white;
}
.citat-holder a{
  color:var(--buttonColor);
}
.citat-wrapper{
  display: grid;
  grid-template-columns: 1fr;
  overflow-x: hidden;
  justify-content: center;
}
.citat-wrapper button{
  background-color:transparent;
  margin: 0 2%;
  color:var(--buttonColor);;
  width:auto;
  height:20px;
  font-size: 20px;
  line-height: 20px;
  cursor:pointer;
  top:0;
}
.citat-wrapper button p{
  margin: 0;
  font-size: 60px;
  color:var(--buttonColor);;
}

.citat-wrapper h3{
  font-size: 30px;
  margin-left: 25px;
}
.buttonContain{
  position: relative;
  width:100px;
  left: calc(50% - 100px/2);
  display: flex;
}
.buttonContain button{
  all: unset;
  top:0;
  background-color:transparent;
  height:20px;
  width:20px;
  border-radius:50%;
  border:1px solid var(--buttonColor);
  margin-right: 10px;
  cursor: pointer;
}
.citat-wrapper div{
  position: relative;
  overflow-x: hidden;
}
.citat{
  position: relative;
  margin-top:2%;
  display: flex;
  width:300%;
}
.citat a{
  color:var(--buttonColor);
  text-decoration: none;
}
.citat a, .citat span{
  font-weight: 300;
}
.citat a:hover{
  text-decoration: underline;
}
.citat img{
  height:100px;
  width:auto;
  left:0;
  right:0;
  margin:auto;
}
.citat div{
  position: relative;
  width:100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  justify-content: center;
}
span.bold-texts{
  font-weight: bold;
}

.namn{
  font-weight: 600;
}
div.body{
  position: relative;
  top:100px;
}
div.body{
  position: relative;
  top:100px;
  margin-bottom:100px;
}
div.body.about{
  top:100px;
}
.body.about div{
  position: relative;
  height:auto;
}
div.body.body-special{
  top:0;
}
.titel.body-first{
  margin:0;
  width:80%;
  padding:5% 10% 0 10%;
  background-color: rgb(250,250,250);
}
.titel.body-first h2{
  margin-block-end:0;
  padding-bottom:0.83em;
}
.titel.body-first p{
  margin:0;
  padding-left:15%;
  padding-right:15%;
}
#tasks-we-do{
  padding-top: 100px;
  margin-top: -100px;
}
.jobb{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 100px;
  width:80%;
  padding: 5% 10%;
  background-color: rgb(250,250,250);
}
div.center-wrapper{
  background-color: rgb(250,250,250);
  padding:0 0 20px 0;
}
div.center-wrapper a:hover{
  text-decoration: none;
}
div.verksamma-wrapper{
  background-color: rgb(250,250,250);
  padding-top:20px;
  padding-bottom:20px;
  padding-left:calc(50% - 1280px / 2);
  padding-right:calc(50% - 1280px / 2);
}
div.verksamma-wrapper h4{
  width:auto;
  text-align: center;
  font-size: 1.5rem;
}
div.verksamma{
  display: grid;
  grid-template-columns: 100px 100px 100px;
  justify-content: center;
  grid-column-gap: 30px;
}

div.verksamma ul{
  padding:0;
}
div.verksamma ul li{
  list-style: none;
  width:auto;
}
div.verksamma ul li a:hover{
  text-decoration: none;
}
div.center.cta{
  position: relative;
  left:0;
  right:0;
  margin:auto;
}
div.jobb-image-wrapper{
  position: relative;
  overflow: hidden;
  display: grid;
  height:400px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
}
div.jobb-image-wrapper picture{
  position: relative;
  width:100%;
  height:100%;
}
.jobb div{
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 25px;
  overflow: hidden;
}

div.jobb-image-wrapper img{
  position: absolute;
  bottom:0;
  top:0;
  margin:auto;
  width:auto;
  height:100%;
  border-radius: 8px;
}
.jobb div a{
  position: relative;
  width:40%;
  height:40px;
  background-color: var(--buttonColor);
  border-radius: 40px;
  text-align: center;
  text-decoration: none;
}
.jobb div a:hover{
  filter:brightness(0.9);
}
.jobb div a p{
  font-size: 14px;
  color: white;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: 1px;
  margin-top:0;
}
.jobb.jobb-special{
  background-color: white;
}
.jobb.window-type{
  background-color: rgb(246,246,246);
  text-align: left;
  padding: 5% 10% 0 10%;
}

.content{
  padding-bottom:75px;
}

.content-div {
  width:90%;
  margin:5% 5% 0 5%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5%;
}
.content-div div p a{
  color:var(--buttonColor);
  text-decoration: none;
}
.content-div div p a:hover{
  text-decoration: underline;
}
div.content-div div div ul{
  padding-inline-start:40px;
}
div.content-div div div ul li{
  list-style-type: disc;
}
.note{
  position: relative;
  text-align: center;
  padding: 2% 20% 3% 20%;
}
.note::before{
  position: absolute;
  top:0;
  left:20%;
  content:"";
  height:4px;
  width:60%;
  background-color: var(--buttonColor);
}
.note::after{
  position: absolute;
  bottom:0;
  left:20%;
  content:"";
  height:4px;
  width:60%;
  background-color: var(--buttonColor);
}
.content-div div{
  position: relative;
  overflow-x: hidden;
}
div.content-image-wrapper{
  position: relative;
  height:350px;
  width:100%;
  display: flex;
  align-items: center;
  overflow:hidden;
}
.content-div h2{
  margin-top:0;
}
.content-div div img{
  position: relative;
  height:400px;
  width:auto;
}
div.content-div div img{
  position: relative;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}
.content-div div img.wide-content{
  position: relative;
  height:100%;
  width:auto;
}
div.content-div div img.wide-content.bottom{
  align-self: baseline;
  height:auto;
  width:100%;
}
.content-div div img.high-content{
  position: absolute;
  height:auto;
  min-height:250px;
  width:100%;
}
.content-div div img.extra-content{
  width:100%;
  height:auto;
  min-height:auto;
  border-radius:5px;
}
.content-div div img.medium-content{
  position: relative;
  height:auto;
  width:100%;
  bottom:0;
  top:0;
  margin:auto;
}
.content-div div.high-content-wrapper{
  max-height:500px;
  display: flex;
  min-height: 400px;
  justify-content: center;
  overflow: hidden;
}
.content-div div.high-content-wrapper picture{
  position: relative;
  width:100%;
  height:100%;
}
.content-div div img.small-content{
  position: relative;
  height:auto;
  width:100%;
}
.content-div div img.specc{
  width:100%;
  height:auto;
  bottom:0;
  position: absolute;
}
.content-div div.cta{
  width:200px;
}
.content-div div ul{
  margin-top:-10px;
  padding-inline-start:20px;
}
.content-div div ul li p{
  margin:0px;
  margin-top:10px;
}
.content-div div p{
  margin-bottom:20px;
}

.remsa2-container{
  margin-top:6%;
  padding-bottom:50px;
  position: relative;
  background-color: rgb(255,255,255);
  height:auto;
}
.remsa2-container h2{
  position: relative;
  color:rgb(5,23,42);
  text-align: center;
  top:40px;
}
.remsa2 div h3{
  color:var(--buttonColor);
  top:0;
}
.remsa2-container .cta{
  position: relative;
  left:calc(50% - 240px/2);
}
.remsa2{
  position: relative;
  top:25px;
  height:auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 2%;
  width:80%;
  margin:0 10% 25px 10%;
  color:white;
}
.remsa2 div{
text-align: left;
height:70%;
border-radius: 10px;
}

.content-div div div.cta-wrapper{
  top:0;
  width:200px;
}
div.last-wrapper{
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
div.last-wrapper .form1, #startPage .form1, #about-page .form1, #rot-page .form1{
  background-color: var(--buttonColor);
  padding:25px 0 100px 0;
}
div.last-wrapper .form1 form, #startPage .form1, #about-page .form1 form, #rot-page .form1 form{
  padding-bottom:100px;
}
#contact-body .form1 form{
    padding-bottom:100px;
}
#contact-body #kontakt-form {
    padding-top: 0;
    margin-top:0;
}
#contact-body .form1 textarea{
  bottom:6%;
  width:calc(50% - 14px);
}
#contact-body .form1 button{
  top:150px;
}
div.last-wrapper .form1 textarea, #startPage .form1 textarea, #about-page .form1 textarea, #rot-page .form1 textarea{
  bottom:21%;
}
#task1-body div.last-wrapper .form1 textarea{
  bottom:21%;
}
div.last-wrapper .form1 button, #startPage .form1 button, #about-page .form1 button, #rot-page .form1 button{
  top:150px;
  background-color: rgb(255, 255, 255);
  color:var(--buttonColor);
}
div.last-wrapper .form1 a, div.last-wrapper .form1 h2, #startPage .form1 h2, #startPage .form1 a, #about-page .form1 a, #about-page .form1 h2, #rot-page .form1 a, #rot-page .form1 h2{
  color:white;
}
.body-last{
  text-align: center;
  width:60%;
  margin:5% 20% 10% 20%;
  letter-spacing: 1.2px;
}
.body-last a{
  color:var(--buttonColor);
  text-decoration: none;
}
.body-last a:hover{
  text-decoration: underline;
}
.body-last div.cta-wrapper{
  position: relative;
  top:30px;
}
form{
  padding-top:20px;
  padding-bottom:20px;
  width:50%;
  margin-left:25%;
}
.form1{
  text-align: center;
  position: relative;
}
input{
  width:calc(100% - 6px);
  height:50px;
  border-radius: 8px;
  border:1px solid rgb(224,232,234);
  text-indent:10px;
  line-height: 50px;
}

input:focus, textarea:focus{
  outline: 1px solid var(--buttonColor);
}
input.errorz{
  border:2px solid red;
}
button{
  position: relative;
  width:80%;
  height:60px;
  background-color:var(--buttonColor);
  color:white;
  font-size: 15px;
  line-height: 60px;
  font-weight: 700;
  letter-spacing: 1px;
  border:none;
  border-radius: 32px;
  top:50px;
}
button:hover{
  cursor:pointer;
  filter: brightness(0.9);
}
textarea{
  position: absolute;
  bottom:19%;
  left:calc(25%);
  border-radius: 8px;
  border:1px solid rgb(224,232,234);
  height:100px;
  width:calc(50% - 14px);
  color:var(--textColor);
  padding-top:10px;
  padding-left:10px;
  line-height: 20px;
}

#task2-body textarea, #task3-body textarea{
  left:25%;
  width:calc(50% - 14px);
}
div.policy1{
  display:block;
  margin-top:150px;
}
.policy1 input{
  width:20px;
  height:20px;
}
.policy1 label{
  position: relative;
  bottom: 5px;
}
.policy1 a{
  color:var(--buttonColor);
  text-decoration: none;
}
.policy1 a:hover{
  filter: brightness(0.9);
  text-decoration: underline;
}
.form-contact{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width:90%;
  padding:20px 5% 10% 5%;
  background-color: white;
}
.form-contact::after{
  content:"";
  position: absolute;
  top:5%;
  width:2px;
  background-color: var(--buttonColor);
  left:50%;
  height:75%;
}
.form-contact .form1 form{
  padding-top:165px;
  padding-bottom:100px;
}
.form-contact .form1 h2{
  position: absolute;
  text-align: left;
  left:5%;
  top:5%;
  font-size: 30px;
}
.form-contact .form1 textarea{
  bottom:28%;
}
.contact-buttons{
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 40px;
  margin-left:0;
}
.contact-buttons-wrapper a{
  color: var(--buttonColor);
  text-decoration: none;
}
.contact-buttons-wrapper a p{
  color: var(--buttonColor);
}
.contact-buttons-wrapper a:hover{
  text-decoration: underline;
}

.contact-buttons-wrapper{
  position: relative;
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.contact-buttons-wrapper div{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-buttons-wrapper div p{
  font-size:20px;
}
.contact-buttons-wrapper div.contact-buttons-icons-wrapper{
  position: relative;
  display: grid;
  grid-template-columns:  1fr;
  justify-content: flex-end;
  color:var(--buttonColor);
  align-items: center;
  width:50px;
}
.contact-background-wrapper{
  position: relative;
  width:100%;
  overflow: hidden;
}
img.contact-background{
  position: absolute;
  top:0;
  left:0;
  width:110%;
  opacity: 0.1;
}
.about{
  padding:50px 25% 100px 25%;
  margin-bottom:100px;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 1%;
}
.about a{
  color:var(--buttonColor);
  text-decoration: none;
}
.about a:hover{
  text-decoration: underline;
}
.exclusive{
  position: relative;
  background-color: rgb(246,246,246);
  padding:100px;
  text-align: center;
  display: grid;

}
.exclusive p{
  font-size:20px;
}
.exclusive ul{
  position: relative;
  text-align: left;
  font-size:20px;
  width:200px;
  left: calc(50% - 200px / 2);
}
.exclusive .cta{
  position: relative;
  left: calc(50% - 200px / 2);
}
.king-wrapper{
  position: relative;
  width:80%;
  padding: 200px 10%;
  text-align: center;
  display: grid;
  background-color: rgb(240, 240, 240);
}
.king{
  justify-content: center;
  position: relative;
  width:60%;
  padding:0 20%;
}

.king::after{
  content:"";
  position: absolute;
  background-color: var(--buttonColor);
  top:80%;
  left:35%;
  width:30%;
  height:25%;
  border-radius: 10%;
  transform: perspective(3em) rotateX(70deg) scale(1, 0.35);
  filter:blur(2em);
  opacity: 0.7;
}
.king p{
  font-weight: 600;
  font-size: 30px;
  color: var(--buttonColor);
  text-shadow: 1px 1px 1px white;
}


/*footer styling*/
footer{
  position:relative;
  /*top:200px;*/
  height: 350px;
  width:100%;
  background-color:rgb(5,23,42);
  color:white;
}
footer ul{
  list-style-type: none;
  padding:0;
}
footer ul li{
  font-size: 1.2rem;
  line-height: 30px;
}
footer h5{
  font-size: 1.3rem;
  font-weight: 700;
  color:white;
}
body#contact-body footer div.footer-wrapper{
  padding:50px 15% 0 15%;
  margin:0;
}
div.footer-wrapper{
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 10px;
  width:70%;
  padding-top:50px;
  margin:0 15% 10% 15%;
  list-style-type: none;
}
footer a{
  color:var(--buttonColor);
  text-decoration: none;
}
footer a:hover{
  text-decoration: underline;
}

.referens-montage{
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  justify-content: center;
  width:90%;
  height:auto;
  margin:0 5% 5% 5%;
  padding-bottom:100px;
}
.referens-montage.bigPicContainer{
  position: fixed;
  z-index:10;
  display: flex;
  grid-column-gap: 0;
  width:900%;
  margin:0 ;
  height:100vh;
  top:0;
  left:0;

}
.referens-montage.bigPicContainer div.pic{
  height:auto;
  width:80%;
}

.referens-montage.bigPicContainer div.pic.bigPic div{
  width:80%;
  display: grid;
  align-items: center;
}
.referens-montage.bigPicContainer div.pic.bigPic div img{
  left:10%;
  width:80%;
  height:auto;
  bottom:auto;
  top:0;
  bottom:0;
  margin:auto;
}
.referens-montage.bigPicContainer div.pic.bigPic{

}
.referens-montage.bigPicContainer div.pic div img.special-pic.extra-special{
  left:10%;
  width:80%;
  height:auto;
  bottom:auto;
}
.referens-montage.bigPicContainer div.pic div img.special-pic.very-special{
  left:10%;
  width:80%;
  height:auto;
  bottom:auto;
}

.referens-montage div.pic{
  height:250px;
  overflow: hidden;
  display:grid;
}
.referens-montage div.pic div{
  position: relative;
  height:250px;
  width:auto;
}
.referens-montage div.pic div img{
  position: absolute;
  height:100%;
  width:auto;
}
.referens-montage div.pic div img.special-pic{
  width:100%;
  height:auto;
  bottom:0;
  top:0;
  margin:auto;
}

.referens-montage div:hover{
  filter: brightness(0.9);
}
.referens-montage div img{
  position: relative;
  width:100%;
  height:100%;
}

.referens-montage div.bigPic{
  width:100%;
  display: flex;
  cursor: auto;
  filter: brightness(1);
  background-color:  var(--referenseColor);
}

.referens-montage div.bigPic img{
  width:100%;
  height:auto;
}
.referens-montage div.bigPic div{
  overflow: hidden;
  width:80%;
  height:80%;
  top:10%;
  left:10%;
}
.referens-montage div.bigPic div{
  display: grid;
  align-items: center;
}
.referens-montage div.bigPic div.wide-container{
  align-items: center;
}
.referens-montage.bigPicContainer div.bigPic.pic.wide-container div img{
  bottom:0;
  top:0;
  margin:auto;
}

div.slide-controls{
    width:100%;
    position: absolute;
    display:none;
}
div.slide-controls.show{
  position: absolute;
  display:block;
}
.slide-controls button{
  position: relative;
  z-index:20;
  width:auto;
  color:black;
  background-color:white;
  top:50vh;
  background-color: transparent;
  font-size: 30px;
  font-weight: lighter;
}
.slide-controls button i{
  font-weight: 600;
}

#prev-btn{
  position: fixed;
  left:0;
  cursor: pointer;
}
#next-btn{
  position: fixed;
  cursor: pointer;
  right:0;
}
#closeButton{
  position: fixed;
  left:0;
  top:0;
  z-index:20;
  padding-top:10px;
  padding-left:10px;
  color:black;
  font-size: 30px;
  cursor: pointer;
}
div.closeBtn-wrapper{
  display: none;
}
div.closeBtn-wrapper.show{
  display: block;
  height:10%;
}
#closeButton i{
  -webkit-text-stroke: 3px white;
}
#slideNumber{
  position: fixed;
  z-index:20;
  right:0;
  top:0;
  display: none;
  background-color: transparent;
}
div#slideNumber.show{
  display:block;
}
#output{
  margin:7px;
  color:black;
  z-index: 11;
  font-weight:500;
  font-size: 16px;
}


div.reference-wrapper{
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  height:40px;
  overflow-y: hidden;
  width:100%;
  top:40%;
  left:0;
  right:0;
}
#leftSlide {
  flex: 1;
  margin: 0 6% 0 0;
}
#rightSlide{
  flex: 1;
  margin: 0 0 0 6%;
}
.contact-buttons p.contact-title{
  color:rgb(5,23,42);
  font-size: 20px;
  font-weight: 300;
}

/*media queries styling*/




@media screen and (max-width:1600px){
  div.jobb-image-wrapper{
    height:300px;
  }
  div.jobb-image-wrapper img{
    position: absolute;
    height:100%;
    width:auto;
    bottom:0;
  }
  div.jobb-image-wrapper img.widerImage{
    position: absolute;
    height:auto;
    width:100%;
    bottom:0;
  }
}

@media screen and (min-width:1400px){
  div.jobb-image-wrapper img{
    bottom:20%;
  }
}

@media screen and (min-width:1600px){
  div.content-image-wrapper{
    height:450px;
  }
}

@media screen and (min-width:1800px){
  div.jobb-image-wrapper img{
    width:100%;
    height:auto;
    bottom:10%;
  }
}

@media screen and (min-width:2000px){
  div.jobb-image-wrapper img{
    bottom:20%;
  }
}

@media screen and (max-width:1150px){
  .contact-buttons-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
  }
  .contact-buttons{
    width:100%;
  }
  .contact-buttons p.contact-title{
    text-align: center;
    margin-top: 10px;
  }
  .form-contact .form1 h2{
    left:calc(50% - 200px / 2);
    top:-75%;
  }
  .form-contact{
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    width:90%;
    margin: 0;
    margin-bottom:50px;
    padding:5% 5% 0 5%;
    justify-content: center;
  }
  #contact-body .form1{
      margin-bottom:100px;
  }
  #contact-body .form-contact{
    padding-bottom:50px;
    margin-bottom:0;
  }
  #contact-body .form1 textarea{
    bottom:7%;
  }
  #contact-body .form1 button{
    top:150px;
  }
  div.form-contact::after{
    content:none;
  }
  .contact-background-wrapper{
    position: relative;
    height:0px;
    overflow-y: hidden;
  }
  .remsa2{
    width:90%;
    margin:0 5% 25px 5%;
  }
  div.jobb-image-wrapper img.widerImage{
    position: absolute;
    height:100%;
    width:auto;
    bottom:0;
  }
  div.last-wrapper .form1 textarea{
    bottom:21%;
  }
  .referens-montage div.pic.wide-container div img.special-pic{
    height:100%;
    width:auto;
    margin: 0;
  }
  .referens-montage div.pic.bigPic.wide-container div img.special-pic{
    height:auto;
    width:80%;
  }
}

@media screen and (max-width:1050px){
  .jobb{
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 50px;
    width:50%;
    padding: 5% 25% 10% 25%;
  }
  .content-div {
    width:50%;
    margin:5% 25% 10% 25%;
    grid-template-columns: 1fr;
    grid-row-gap:10px;
  }
  .content-div div p{
    margin-bottom:16px;
  }
  .content-div div img{
    position: relative;
    width:100%;
    height:auto;
  }
  .rearrange{
    order:1;
  }
  #leftSlide {
    text-align: left;
    margin: 0;
    padding-left: 30px;
  }
  #rightSlide{
    text-align: right;
    margin: 0;
    padding-right: 30px;
  }
  div.jobb-image-wrapper{
    height:300px;
  }
  div.jobb-image-wrapper img{
    height:auto;
    width:100%;
  }
  div.jobb-image-wrapper img.widerImage{
    height:auto;
    width:100%;
  }
  .citat p, .body-first p, .jobb p, .note p, .content-div p, .body-last p, .remsa2 p, .about p, .about li{
    font-size: 1.035rem;
  }
  .citat-holder h2, .body-first h2, .note h2, .content-div h2, .body-last h2, .remsa2-container h2, .about h2, .content-div h2, .form1 h2, h2.reco{
    font-size:1.8rem;
  }
  .jobb h3, .remsa2 h3, .content-div h3, .area-texts h3{
    font-size: 1.575rem;
    line-height: 1.8rem;
  }
  div.verksamma-wrapper h4{
    font-size: 1.4rem;
  }
  .referens-montage div.pic div img.special-pic.extra-special{
    height:auto;
    width:100%;
  }
  .content-div div.specc-wrapper{
    height:400px;
    position: relative;
  }
  .front div h1{
    font-size:3.6rem;
  }
  .front.tasks div h1{
    font-size:2.5rem;
  }
  .front div h2{
    font-size:1.8rem;
  }
  .front div p{
    font-size: 1.035rem;
  }
  .content-div div.high-content-wrapper{
    max-height:400px;
  }
  div.certificates-holder{
    padding-bottom:20px;
  }
}

@media screen and (max-width:1000px){
  .referens-montage div.bigPic div{
    width:80%;
    height:70%;
    top:15%;
  }
  footer{
    height: auto;
    padding-bottom:50px;
  }
  div.footer-wrapper{
    grid-template-columns: 1fr;
  }
  #startPage div.front div.front-child{
    grid-template-columns: 1fr;
    width:100%;
  }
  #startPage div.front div.front-child div{
    left:10%;
    width:80%;
  }
  #startPage div.front div.front-child div.cta-wrapper{
    left:0;
    width:240px;
  }
  #startPage div.front div.front-child div.small-form{
    left:5%;
    width:90%;
  }
  #startPage div.front div.front-child div.first-content-text{
    left:0;
    width:100%;
    margin:0;
  }
  #startPage div.front div.front-child div.small-form div.form1, #startPage div.front div.front-child div.small-form div.form1 div{
    width:100%;
    left:0;
  }
  #startPage div.front div.cta-wrapper{
    padding-bottom:0;
    margin-bottom: 0;
  }
  #startPage div.front div.cta-wrapper div.cta{
    margin-bottom: 0;
    left:0;
  }
  #startPage div.front div.front-child div.first-content-text{
    left:0;
    right:0;
    margin:auto;
    width:90%;
  }
  .body.about.area{
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
  }
  .area-containers{
    display:none;
  }
}
@media screen and (max-width:963px){
  .remsa2{
    grid-template-columns: 1fr 1fr;
  }
  .king{
    width:80%;
    padding:0 10%;
  }
}
@media screen and (max-width:900px){
  div.footer-wrapper{
    width:60%;
    margin:0 20% 10% 20%;
  }
  body#contact-body footer div.footer-wrapper{
    width:60%;
    padding:50px 20% 10% 20%;
    margin:0;
  }
  .form-contact .form1 form .policy1 label{
    bottom: 0px;
    font-size:12px;
  }
  .referens-montage div.pic div img.special-pic.extra-special{
    height:100%;
    width:auto;
  }
  .referens-montage div.pic div img.special-pic.very-special{
    height:100%;
    width:auto;
  }
  .form-contact .form1 h2{
    top:-70%;
  }
  .front div h1{
    font-size:3.24rem;
  }
  .front.tasks div h1{
    font-size:2.3rem;
  }
  .front div h2{
    font-size:1.62rem;
  }
}

@media screen and (max-width:850px){
  .citat-holder h2, .body-first h2, .note h2, .content-div h2, .body-last h2, .remsa2-container h2, .about h2, .content-div h2, .form1 h2, h2.reco{
    font-size:1.62rem;
  }
  .jobb h3, .remsa2 h3, .content-div h3, .area-texts h3{
    font-size: 1.418rem;
    line-height: 1.6rem;
  }
  div.verksamma-wrapper h4{
    font-size: 1.3rem;
  }
}
@media screen and (max-width:800px){
  .front div h1{
    font-size:2.916rem;
  }
  .front.tasks div h1{
    font-size:2.1rem;
  }
  .front div h2{
    font-size:1.5rem;
  }
  .content-div div img.medium-content{
    position: relative;
    height:100%;
    width:auto;
    bottom:0;
    top:0;
    margin:auto;
  }

}

/*Nedan ändras naven*/
@media screen and (max-width:750px){
  .front div.cta{
    top:15px;
  }
  .citat-wrapper{
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
  }
  .jobb{
    width:80%;
    padding: 10%;
  }
  div.jobb-image-wrapper img{
    width:100%;
    height:auto;
  }
  div.jobb-image-wrapper img.widerImage{
    height:auto;
    width:100%;
  }
  .referens-montage{
    grid-template-columns: repeat(2, 1fr);
    padding-bottom:100px;
  }
  .reference-wrapper{
    overflow-y: hidden;
  }
  .form-contact .form1 form{
    padding-top:150px;
  }
  form{
    width:70%;
    margin-left:15%;
  }
  textarea{
    width:calc(70% - 14px);
    left:calc(15%);
  }
  #task2-body textarea, #task3-body textarea{
    left:15%;
    width:calc(70% - 14px);
  }
  .content-div {
    width:80%;
    margin:5% 10% 10% 10%;
  }
  .about{
    padding:50px 15%;
    grid-row-gap: 2%;
  }
  .note{
    padding:5% 10%;
    text-align: left;
  }
  .note::before{
    left:10%;
    width:80%;
  }
  .note::after{
    left:10%;
    width:80%;
  }
  .body-last{
    width:80%;
    margin:10%;
  }
  .content-div div div.cta-wrapper{
    left:0;
  }
  .remsa2{
    grid-template-columns: 1fr;
  }
  .form-contact .form1 textarea{
    bottom:29%;
  }
  div.last-wrapper .form1 textarea, #startPage .form1 textarea, #about-page .form1 textarea, #rot-page .form1 textarea{
    bottom:21%;
  }
  .titel.body-first p{
    margin:0;
    padding: 0;
  }
  .referens-montage div.pic div img.special-pic.extra-special{
    height:auto;
    width:100%;
  }
  .referens-montage div.pic div img.special-pic.very-special{
    height:auto;
    width:100%;
  }
  .form-contact .form1 h2{
    top:0;
  }
  .content-div div img.medium-content{
    height:auto;
    width:100%;
  }
  #task1-body div.last-wrapper .form1 textarea{
    bottom:22%;
  }
  #about-page div.front.tasks, #rot-page div.front.tasks{
    padding:0 15%;
    width:70%;
  }
  #contact-body .form1 textarea{
    width:calc(70% - 14px);
  }
  nav ul li.ringa-knapp{
    right:35px;
  }
  .menu{
    position: fixed;
    right:10px;
    top:0;
    display:inline-block;
    height:60px;
  }
  li.desktop{
    display: none;
  }
  .only-mobile{
    position: relative;
    display:list-item;
  }
}

@media screen and (max-width:722px){
  .king{
    width:90%;
    padding:0 5%;
  }
}

@media screen and (max-width:700px){
  div.footer-wrapper{
    width:70%;
    margin:0 15% 10% 15%;
  }
  body#contact-body footer div.footer-wrapper{
    width:70%;
    padding:50px 15% 10% 15%;
    margin:0;
  }
  .exclusive p, .exclusive ul{
    font-size:16px;
  }

  .referens-montage div.pic div img.special-pic.extra-special{
    height:100%;
    width:auto;
  }
  .front div h1{
    font-size:2.5rem;
  }
  .front.tasks div h1{
    font-size:2rem;
  }
}

@media screen and (max-width:650px){
  .king p{
    font-size: 24px;
  }
}

@media screen and (max-width:600px){
  div.footer-wrapper{
    width:80%;
    margin:0 10% 10% 10%;
  }
  body#contact-body footer div.footer-wrapper{
    width:80%;
    padding:50px 10% 10% 10%;
    margin:0;
  }
  .referens-montage{
    grid-template-columns:  1fr;
    padding-bottom:400px;
    margin:0 20% 5% 20%;
    width:60%;
  }
  .referens-montage div.pic div{
    position: relative;
    width:100%;
  }
  .referens-montage div.bigPic div{
    overflow: hidden;
    width:80%;
  }
  .referens-montage div.bigPic img{
    width:160%;
    height:auto;
  }
  .referens-montage div.pic div img.special-pic.extra-special{
    height:auto;
    width:100%;
  }

  .front div h1{
    font-size:2rem;
  }
  .front.tasks div h1{
    font-size:1.8rem;
  }
  .front div h2{
    font-size:1.2rem;
  }
  .logo{
    top:25px;
    height:50px;
  }
  .body.about.area{
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding:0 5% 5% 5%;
  }
}
@media screen and (max-width:550px){
  div.footer-wrapper{
    width:70%;
    padding-bottom: 50px;
    margin:0 15%;
    text-align: left;
  }
  body#contact-body footer div.footer-wrapper{
    width:70%;
    padding:10% 15% 0 15%;
    margin:0;
  }
}
@media screen and (max-width:520px){
  .policy1 label{
    bottom: 0px;
    font-size:12px;
  }
  .remsa2{
    grid-template-columns: 1fr;
    width:80%;
    margin:0 10% 25px 10%;
  }
  .king p{
    font-size: 18px;
  }
  div.front .tasks-header p{
    width:80%;
    padding: 0 10%;
  }
}
@media screen and (max-width:500px){
  .citat-holder{
    padding:1% 10% 10% 10%;
    width:80%;
  }
  div.reference-wrapper{
    display: none;
  }
  .about{
    grid-row-gap: 1%;
  }
  footer ul li{
    font-size: 1rem;
  }
  footer h5{
    font-size: 1.2rem;
  }
  .note{
    padding:5% 10%;
  }
  .citat-holder h2, .body-first h2, .note h2, .content-div h2, .body-last h2, .remsa2-container h2, .about h2, .content-div h2, .form1 h2, h2.reco{
    font-size:1.46rem;
  }
  .jobb h3, .remsa2 h3, .content-div h3, .area-texts h3{
    font-size: 1.28rem;
    line-height: 1.5rem;
  }
  div.verksamma-wrapper h4{
    font-size: 1.2rem;
  }
  .referens-montage{
    padding-bottom:400px;
  }
  div.jobb-image-wrapper img{
    height:100%;
    width:auto;
  }
  div.jobb-image-wrapper img.widerImage{
    height:auto;
    width:100%;
  }
  .referens-montage div.pic div img.special-pic.extra-special{
    height:100%;
    width:auto;
  }
  div.last-wrapper .form1 textarea{
    bottom:23%;
  }
  .content-div div img.medium-content{
    height:100%;
    width:auto;
  }
  .front.tasks div h1{
    font-size:1.5rem;
  }
  #about-page .form1 textarea{
    bottom:22%;
  }
  div.verksamma-wrapper{
    padding:20px 5%;
  }
  div.verksamma{
    grid-column-gap: 0;
  }
}
@media screen and (max-width:450px){
  .front div p{
    width:90%;
  }
}
@media screen and (max-width:414px){
  .front div.cta{
    top:15px;
  }
  form{
    width:80%;
    margin-left:10%;
  }
  textarea{
    width:calc(80% - 14px);
    left:calc(10%);
    bottom:22%;
  }
  #task2-body textarea, #task3-body textarea{
    left:10%;
    width:calc(80% - 14px);
  }
  .referens-montage div.bigPic img{
    width:180%;
    height:auto;
  }
  .front div.cta{
    width:200px;
    height:50px;
    line-height: 50px;
  }
  div.front div.cta-wrapper{
    width:200px;
  }
  .citat-holder h2, .body-first h2, .note h2, .content-div h2, .body-last h2, .remsa2-container h2, .about h2, .content-div h2, .form1 h2, h2.reco{
    font-size:1.31rem;
  }
  .jobb h3, .remsa2 h3, .content-div h3, .area-texts h3{
    font-size: 1.15rem;
    line-height: 1.3rem;
  }
  div.verksamma-wrapper h4{
    font-size: 1.1rem;
  }
  div.content-image-wrapper{
    height:300px;
  }
  .referens-montage{
    padding-bottom:400px;
  }
  .front div p{
    width:100%;
  }
  .referens-montage div.pic div img.special-pic.extra-special{
    height:100%;
    width:auto;
  }
  .referens-montage div.pic div img.special-pic.very-special{
    height:100%;
    width:auto;
  }
  nav li a div.cta{
    width:120px;
    height:40px;
    top:-11.5px;
    line-height: 40px;
  }
  #contact-body .form1 textarea{
    width:calc(80% - 14px);
  }
}
@media screen and (max-width:350px){
  .referens-montage div.bigPic img{
    width:200%;
    height:auto;
  }
}

@media screen and (min-height:1150px){
  #contact-body footer{
    bottom:0;
    height: 40vh;
  }
}


@media screen and (min-width:414px) and (max-height:800px){

  .referens-montage div.bigPic div img{
    width:100%;
    height:auto;
  }
}
@media screen and (min-width:1000px) and (max-height:800px){
  .referens-montage.bigPicContainer div.pic.bigPic div img{
    left:10%;
    width:80%;
    height:auto;
  }
}

@media screen and (min-width:1281px){
  .referens-montage.bigPicContainer div.pic.bigPic div img{
    left:25%;
    width:50%;
    height:auto;
  }
  .referens-montage.bigPicContainer div.pic div img.special-pic.extra-special{
    left:25%;
    width:50%;
    height:auto;
  }
  .referens-montage.bigPicContainer div.pic div img.special-pic.very-special{
    left:25%;
    width:50%;
    height:auto;
  }
  div.jobb-image-wrapper{
    height:400px;
  }
  div.jobb-image-wrapper img{
    position: absolute;
    width:auto;
    height:100%;
    bottom:0;
  }
  div.jobb-image-wrapper img.widerImage{
    position: absolute;
    height:auto;
    width:100%;
    bottom:0;
  }
  #about-page div.front.tasks, #rot-page div.front.tasks{
    width:800px;
    padding-left:calc(50% - 800px / 2);
    padding-right:calc(50% - 800px / 2);
  }
  div.front div.tasks-header{
    width:1280px;
    margin-right:calc(50% - 1280px / 2);
    margin-left:calc(50% - 1280px / 2);
  }
  #about-page div.front div.tasks-header, #rot-page div.front div.tasks-header{
    width:auto;
    left:auto;
  }
  #contact-body .form1 textarea{
    bottom:6%;
    width:370px;
  }
}
@media screen and (min-width:1281px){
  .citat-holder h2, .body-first h2, .note h2, .content-div h2, .body-last h2, .remsa2-container h2, .about h2, .content-div h2, .form1 h2, h2.reco{
    font-size:2.3rem;
  }
  .jobb h3, .remsa2 h3, .content-div h3, .area-texts h3{
    font-size: 1.9rem;
    line-height: 2.2rem;
  }
  div.verksamma-wrapper h4{
    font-size: 1.6rem;
  }
  #startPage div.front div.front-child{
    width:1152px;
  }
  #referens-page div.front.tasks div.tasks-header{
    width:1152px;
    margin-left: calc(50% - 1152px / 2);
    margin-right: calc(50% - 1152px / 2);
  }
  .content-div{
    width:1280px;
    margin-left: calc(50% - 1280px / 2);
    margin-right: calc(50% - 1280px / 2);
  }
  .citat-holder{
    width:640px;
    padding-left: calc(50% - 640px / 2);
    padding-right: calc(50% - 640px / 2);
  }
  .form1 form{
    width:640px;
    margin-left: calc(50% - 640px / 2);
    margin-right: calc(50% - 634px / 2);
  }
  .form1 textarea{
    width:626px;
    left:calc(50% - 640px / 2);
  }
  #task2-body textarea, #task3-body textarea{
    left:calc(50% - 640px / 2);;
    width:calc(634px - 8px);
  }
  .titel.body-first, div.jobb{
    width:1200px;
    padding-left: calc(50% - 1200px / 2);
    padding-right: calc(50% - 1200px / 2);
  }
  .note{
    padding-left:calc(50% - 768px / 2);
    padding-right:calc(50% - 768px / 2);
  }
  .note::before, .note::after{
    width:40%;
    left:30%;
  }
  .remsa2-container{
    padding-left: calc(50% - 1280px / 2);
    padding-right: calc(50% - 1280px / 2);
  }
  .body-last{
    width:768px;
    margin-left:calc(50% - 768px / 2);
    margin-right:calc(50% - 768px / 2);
  }
  .about{
    margin-bottom:100px;
    padding-left: calc(50% - 800px / 2);
    padding-right: calc(50% - 800px / 2);
  }
  .referens-montage{
    width:1152px;
    margin-left:calc(50% - 1152px / 2);
    margin-right:calc(50% - 1152px / 2);
  }
  .form-contact{
    width:1152px;
    padding-left:calc(50% - 1152px / 2);
    padding-right:calc(50% - 1152px / 2);
  }
  .form-contact .form1 form{
    width:384px;
    margin-left:calc(50% - 384px / 2);
    margin-right:calc(50% - 384px / 2);
  }
  .form-contact .form1 textarea{
    width:370px;
    left:calc(50% - 384px / 2);
  }
  .referens-montage div.pic{
    height:250px;
    overflow: hidden;
    display:grid;
  }
  .referens-montage div.bigPic{
    right:0;
  }
  .referens-montage div.pic div img{
    width:100%;
    height:auto;
  }
  .referens-montage div.pic div img.special-pic{
    width:100%;
    height:auto;
  }
}
.grey.hideTasks{
  display: none;
  background-color: var(--hoverColor);
}
.grey.show{
  display:block;
}
