* {box-sizing: border-box}
body {
  font-family: 'Arial', 'Courier New', Courier, monospace;
  background-color: #F3F0F0; margin:0 
}

  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

p {
  padding-left: 0%;
  font-size: 16px; 
  line-height: 27px;
  color: rgb(0, 0, 0);
}

h1 {
  font-size: 45px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  word-break: break-all;
  font-weight: normal;
}

H2 
{ 
  /* text-align: center; */
  font-size: 32px; 
 color: rgb(0, 0, 0);
  font-weight: normal;
  line-height: 27px;
}
H3 
{ 
  /* text-align: center; */
  font-size: 16px; 
  color: rgb(0, 0, 0);
  font-weight: normal;
  line-height: 27px;
}

H4 
{ 
  /* text-align: center; */
  font-size: 14px; 
  color: rgb(0, 0, 0);
  font-weight: normal;
  line-height: 0px;
}

H5 
{ 
  /* text-align: center; */
  font-size: 14px; 
  color: rgb(0, 0, 0);
  font-weight: normal;
  line-height: 27px;
}

div.bildtext {
  font-size: 14px;
  color: rgb(0, 0, 0);
 display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;  
  padding-bottom: 0cap;
   margin-bottom: 0%;
}



  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

  /*---Links in the body ---*/
  a:link {
    color: rgb(0, 0, 0);
    text-decoration: none;
  }
  
  a:visited {
    color: #000000;
    text-decoration: none;
  }
  
  a:hover {
    color: #5e5d5d;
    text-decoration: none;
   
  }
  
  a:active {
    color: #5e5d5d;
    text-decoration: none;
  
  }
 /*---Links in the body END---*/


/* [STYLE HEADER] */
.header {
  background: transparent;
  padding-top: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; 
  text-align: center;
  font-size: 35px;
}

 /* NAVIGATION START.............................*/

.topnav {
  overflow: hidden;
  background: transparent;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;

}

.topnav a {
  float: none;
  display: inline-block;
  font-size: 18px;
  color: #000000;
  background: transparent;
  text-align: center;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px; 
  text-decoration: none;
  border-style:solid;
  border-width: 1px;
  border-color: #666466;
  border-radius: 0px;
}

/* Change the color of links on hover */
.topnav a:hover {
background-color:#201E20;
  color: rgb(255, 255, 255);
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color:#201E20;
  color: rgb(255, 255, 255);
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}



@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn { 
    display: none;
  }
  .topnav a.icon {
    float: none;
    display: block;
  }
}



@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

/* STOP NAVIGATION */

/* [FLEX-BOX] */

.flex-container {
  display: flex;
  padding: 5px;
  justify-content: center;
  background: transparent;
}

.flex-container > div {
  background: transparent;
  color: white;
  width: auto;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: left;
  line-height: 1.6px;
  font-size: 15px; 

}

/* END [FLEX-BOX] */

/* [FLEX-BOX 2] */

.flex-container2 {
  display: flex;
  padding: 0px;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.flex-container2 > div {
  background: transparent;
  color: white;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  text-align: left;
  line-height: 1.6px;
  font-size: 15px; 

}

/* END [FLEX-BOX 2] */


/* center text*/
div.center {
  text-align: center;
  padding-top: 0%;
  padding-bottom: 1%;
}

div.b {
  text-align: left;
}

div.undertext {
 display: flex;
  flex-wrap: nowrap;
  text-align: center;
  margin-top: -4%; /* text i topp bredvid bild */
}


/* Padding till vänster om rubrik start */
p.padding3 {
  padding-left: 40%;
  font-size: 18px; 
  line-height: 27px;
  color:#8FC9FE;
}

.TextwrapRight{
  float:right;
  margin: 10px;
}

.TextwrapLeft{
  float:left;
  margin: 10px;
}

/* Dotted black border */
hr.line {
  border-top: 4px solid rgb(0, 0, 0);
}


img {
  width: 100%;
  height: auto;
}

/* [FOOTER] */
.footer {
  width: 100%;
  text-align: center;
  font-family:'Courier New', Courier, monospace, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:rgb(0, 0, 0);
  background: transparent;
  padding-top: 0px;
  padding: 25px;
}

/* [ RESPONSIVE HEADER] */
@media screen and (max-width: 900px) {
  .responsive {  
  padding-left: 0px; 
   max-width: 100%;
   height: auto; 
   } 
 } 

 /* [ RESPONSIVE IMAGE] */
@media screen and (max-width: 900px) {
  .responsive2 {   
   max-width: 100%;
   height: auto; 
   float: left;
   } 
 } 

  /* [ RESPONSIVE IMAGE] */
@media screen and (max-width: 900px) {
  .img {   
   max-width: 100%;
   height: auto; 
   float: left;
   } 
 } 


  /* [ RESPONSIVE UNDERTEXT] */
  @media screen and (max-width: 900px) {
    .undertext {   
     max-width: 100%;
     height: auto; 
     float: left;
     margin: 0px;
     } 
    }

    /* [ RESPONSIVE UNDERTEXT] */
    @media screen and (max-width: 600px) {
      .undertext {   
       max-width: 100%;
       height: auto; 
       float: left;
       margin: 0px;
       } 
      }

 /* [ RESPONSIVE WRAPLEFT] */
 @media screen and (max-width: 900px) {
  .TextwrapLeft {   
   max-width: 100%;
   height: auto; 
   float: left;
   margin: 0px;
   } 
 }
 /* [ RESPONSIVE WRAPRIGHT] */
 @media screen and (max-width: 900px) {
  .TextwrapRight {   
   max-width: 100%;
   height: auto; 
   float: right;
   margin: 0px;
   } 
 }


/* [ RESPONSIVE MENU] */
@media screen and (max-width: 600px) {
  .nav a {
    float:none;
    width: 100%;
  }
}


/* [RESPONSIVE FLEX-BOX] */
@media screen and (max-width:500px) {
  .flex-container {
   width: auto;
   display: flex;
   flex-wrap: wrap;
   font-size: 12px;
   font-family: "Arial", sans-serif;

  }
}



@media screen and (max-width:600px) {
hr.line {
  display: none;
  border-top: 4px solid rgb(0, 0, 0);
}


video {
  max-width: 100%;
  margin: 0px;
  display: flex;
  justify-content: center;
  height: auto;
}



/* [RESPONSIVE FOOTER] */
@media (max-width: 600px) {
  .footer {  
    font-size: 14px;
    padding: 15px; 

  }
} 
}