p a {
  color: #da322a;
}

body{
  font-family: Inter,-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Ubuntu,roboto,noto,arial,sans-serif;

  line-height: 1.5;

  margin: 0 !important;
  padding: 0 !important;
}

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

/* people images */
.peter{
  background: url("../images/people/peter.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.svengunnar{
  background: url("../images/people/svengunnar.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.peterbj{
  background: url("../images/people/peterbj.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.filip{
  background: url("../images/people/filip.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.mikael{
  background: url("../images/people/mikael.jpeg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

@media (min-width: 801px) {
  body {
    font-size: 16px;
  }

  h1{
    font-weight: 600;
    font-size: 24px;
  }

  h2{
    font-weight: 600;
    font-size: 18px;
  }

  .header{
    width: 100%;
    height: 72px;

    position: relative;
    background: #FFFFFF;

    z-index: 100;
  }

  .header-fixed{
    position: fixed;

    background: rgba(255, 255, 255, 1);

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5) !important;
  }

  .header .logo{
    width: 166px;
    height: 40px;

    margin-left: 141px;
    margin-top: 16px;
    float: left;
  }

  .header .nav{
    margin-right: 141px;
    float: right;
  }

  .header .nav ul{
    display: inline-block;

    list-style: none;

    margin: 0;
    padding: 0;
  }

  .header .nav ul li{
    margin-left: 30px;
    margin-top: 29px;
    float: left;
  }

  .header .nav ul li a{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: black;

    text-decoration: none;
  }

  .header .nav ul li.active a{
    color: #da322a !important;
  }

  .header .nav ul li a:hover{
    color: #da322a !important;
  }

  .presentation{
    width: 100%;
    height: 400px;
  }

  .presentation-padding {
    padding-top: 120px;
  }

  .presentation .background{
    width: 100%;
    height: 400px;
  }

  .presentation .content{
    position: relative;

    width: 100%;
    height: 400px;

    overflow: hidden;
  }

  .presentation .content .video{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 400px;

    overflow: hidden;

    z-index: 0;
  }

  .presentation .content .video-overlay{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 400px;

    z-index: 80 !important;

    background-image: url("../images/pattern_overlay_dot.png");
    background-repeat: repeat !important;
  }

  .presentation .content p{
    text-align: center;
  }

  .presentation h1{
    color: white;

    text-align: center;

    font-size: 28px;

    line-height: 1;

    padding-top: 172px;

    z-index: 100;
  }

  .presentation h2{
    color: white;

    text-align: center;

    line-height: 1;

    padding-top: 5px;

    z-index: 100;
  }

  .about{
    width: 100%;

    margin-top: 50px;
    padding-bottom: 50px;
    z-index: 100;
  }

  .about h1{
    text-align: center;

    line-height: 1;
  }

  .about p{
    max-width: 100%;

    margin-left: 141px;
    margin-right: 141px;
  }

  .contact{
    width: 100%;
    height: auto;

    background: url("../images/bricks.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;

    padding-bottom: 50px;
    z-index: 100;
  }

  .contact ul{
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-around !important;

    max-width: 100%;
    height: auto;

    list-style: none;

    margin: 0;
    padding: 0;

    margin-left: 141px;
    margin-right: 141px;

  }

  .contact ul li{
    width: 225px;
    height: 333px;

    background-color: #FFFFFF;

    padding: 20px;

    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .contact ul li .image{
    width: 225px;
    height: 200px;

    background-color: gray;
  }

  .contact {
    line-height: 1 !important;
  }

  .contact .role{
    font-size: 14px;
  }

  .contact .phone, .email{
    font-size: 12px;
  }

  .recruitment{
    width: 100%;

    margin-top: 50px;
    padding-bottom: 50px;
    z-index: 100;
  }

  .recruitment h1{
    text-align: center;

    line-height: 1;
  }

  .recruitment p{
    max-width: 100%;

    margin-left: 141px;
    margin-right: 141px;
  }

  .visit-wrapper{
    width: 100%;

    background-color: #f8f8f8;
  }

  .visit{
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-between !important;

    max-width: 100%;

    padding-top: 50px;
    padding-bottom: 50px;

    margin-left: 141px;
    margin-right: 141px;

    z-index: 100;
  }

  .visit .summary, .visit .map-wrapper{
    flex-basis: 50%;
  }

  .visit .summary{

  }

  .visit .summary p{
    margin-right: 20px;
  }

  .visit .map-wrapper{

    overflow: hidden;
  }

  .visit .map-wrapper h1, .visit .map-wrapper p, .visit .map-wrapper .map{
    margin-left: 20px !important;
  }

  .visit .map-wrapper h1{
    line-height: 1;

    margin: 0;
    padding: 0;
  }

  .visit .map-wrapper p{
    line-height: 1;
  }

  .visit .map-wrapper .map{
    position: relative;

    max-width: 100%;
    height: 200px;

    overflow: hidden;

    padding-top: 20px;
  }

  .visit .map-wrapper .map img{
    position: absolute;

    left: 0;
    top: 0;

    display: block;

    width: 100%;
  }

  .visit .map-wrapper .map .btn{
    position: absolute;

    left: 15px;
    top: 15px;

    background-color: #5184e5;

    border: 1px solid transparent;
    border-radius: 4px;

    padding: 5px 10px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .footer{
    width: 100%;
    height: 60px;

    padding-top: 20px;

    background-color: #2B2B2B;
  }

  .footer p{
    color: #727272;

    text-align: center;
    line-height: 1;

    font-size: 14px;

    margin-bottom: 5px;
  }

  .footer p a{
    color: #727272;
  }

  .footer .copyright{
    font-size: 12px;
  }

}

@media (max-width: 800px) {
  body {
    font-size: 14px;
  }

  h1{
    font-weight: 600;
    font-size: 18px;
  }

  h2{
    font-weight: 600;
    font-size: 16px;
  }

  .header{
    width: 100%;
    height: 100px;

    position: relative;
    background: #FFFFFF;

    z-index: 100;
  }

  .header-fixed{
    position: fixed;

    background: rgba(255, 255, 255, 1);

    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.5) !important;
  }

  .header .logo{
    width: 166px;
    height: 40px;

    margin-left: 20px;
    margin-top: 10px;
    float: left;
    clear: both;
  }

  .header .nav{
    float: left;
    clear: both;
    overflow-x: scroll;

    margin-top: 20px;
    width: 100%;
    height: 20px;
  }

  .header .nav ul{
    display: inline-block;

    list-style: none;

    margin: 0;
    padding: 0;

    white-space: nowrap;
  	overflow-x: auto;
  	-webkit-overflow-scrolling: touch;
  	-ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .header .nav ul::-webkit-scrollbar {
		width: 20px;
    margin-top: 10px;
	}

  .header .nav ul li{
    margin-left: 20px;
    display: inline;
  }

  .header .nav ul li a{
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: black;

    text-decoration: none;
  }

  .header .nav ul li.active a{
    color: #da322a !important;
  }

  .header .nav ul li a:hover{
    color: #da322a !important;
  }

  .presentation{
    width: 100%;
    height: 400px;
  }

  .presentation-padding {
    padding-top: 120px;
  }

  .presentation .background{
    width: 100%;
    height: 400px;
  }

  .presentation .content{
    position: relative;

    width: 100%;
    height: 400px;

    overflow: hidden;
  }

  .presentation .content .video{
    position: absolute;
    top: 0;
    left: 0;

    width: 1000px;
    height: 1000px !important;

    margin-left: -500px;

    z-index: 0;
  }

  .presentation .content .video-overlay{
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 400px;

    z-index: 80 !important;

    background-image: url("../images/pattern_overlay_dot.png");
    background-repeat: repeat !important;
  }

  .presentation .content p{
    text-align: center;
  }

  .presentation h1{
    color: white;

    text-align: center;

    font-size: 24px;

    line-height: 1;

    padding-top: 172px;

    z-index: 100;
  }

  .presentation h2{
    color: white;

    text-align: center;

    line-height: 1;

    padding-top: 5px;

    z-index: 100;
  }

  .about{
    width: 100%;

    margin-top: 50px;
    padding-bottom: 50px;
    z-index: 100;
  }

  .about h1{
    text-align: center;

    line-height: 1;
  }

  .about p{
    max-width: 100%;

    margin-left: 20px;
    margin-right: 20px;
  }

  .contact{
    width: 100%;
    height: auto;

    background: url("../images/bricks.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-attachment: fixed;

    padding-bottom: 50px;
    z-index: 100;
  }

  .contact ul{
    display: flex !important;
    flex-flow: row wrap !important;
    justify-content: space-around !important;


    max-width: 100%;
    height: auto;

    list-style: none;

    margin: 0;
    padding: 0;

    margin-left: 141px;
    margin-right: 141px;

  }

  .contact ul li{
    width: 225px;
    height: 333px;

    background-color: #FFFFFF;

    padding: 20px;

    margin-top: 50px;
  }

  .contact ul li .image{
    width: 225px;
    height: 200px;

    background-color: gray;
  }

  .contact {
    line-height: 1 !important;
  }

  .contact .role{
    font-size: 14px;
  }

  .contact .phone, .email{
    font-size: 12px;
  }

  .recruitment{
    width: 100%;

    margin-top: 50px;
    padding-bottom: 50px;
    z-index: 100;
  }

  .recruitment h1{
    text-align: center;

    line-height: 1;
  }

  .recruitment p{
    max-width: 100%;

    margin-left: 20px;
    margin-right: 20px;
  }

  .visit-wrapper{
    width: 100%;

    background-color: #f8f8f8;
  }

  .visit{
    max-width: 100%;

    padding-top: 50px;
    padding-bottom: 50px;

    margin-left: 20px;
    margin-right: 20px;

    z-index: 100;
  }

  .visit .summary, .visit .map-wrapper{
    width: 100%;
    clear: both;
  }

  .visit .summary{
  }

  .visit .summary p{
  }

  .visit .map-wrapper{
    padding-top: 20px;

    overflow: hidden;
  }

  .visit .map-wrapper h1, .visit .map-wrapper p, .visit .map-wrapper .map{

  }

  .visit .map-wrapper h1{
    line-height: 1;

    margin: 0;
    padding: 0;
  }

  .visit .map-wrapper p{
    line-height: 1;
  }

  .visit .map-wrapper .map{
    position: relative;

    max-width: 100%;
    height: 200px;

    overflow: hidden;

    padding-top: 20px;
  }

  .visit .map-wrapper .map img{
    position: absolute;

    left: 0;
    top: 0;

    display: block;

    width: 100%;
  }

  .visit .map-wrapper .map .btn{
    position: absolute;

    left: 15px;
    top: 15px;

    background-color: #5184e5;

    border: 1px solid transparent;
    border-radius: 4px;

    padding: 5px 10px;

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
  }

  .footer{
    width: 100%;
    height: 60px;

    padding-top: 20px;

    background-color: #2B2B2B;
  }

  .footer p{
    color: #727272;

    text-align: center;
    line-height: 1;

    font-size: 14px;

    margin-bottom: 5px;
  }

  .footer p a{
    color: #727272;
  }

  .footer .copyright{
    font-size: 12px;
  }

}
