* {box-sizing: border-box}
body {
  font-family: "Rajdhani", sans-serif;
  background: radial-gradient(ellipse at center, #4D4D4D 0%, #6E6E6E 100%); 
}

  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

p {
  padding-left: 0%;
  font-size: 12px; 
  line-height: 27px;
  color: rgb(255, 255, 255);
}

h1 {
  font-size: 45px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  word-break: break-all;
  font-weight: normal;
}

H2 
{ 
  /* text-align: center; */
  font-size: 24px; 
  color: rgb(255, 255, 255);
  font-weight: normal;
  line-height: 27px;
}

H3 
{ 
  /* text-align: center; */
  font-size: 18px; 
  color: rgb(255, 255, 255);
  font-weight: normal;
  line-height: 27px;
}

H4 
{ 
  /* text-align: center; */
  font-size: 14px; 
  color: rgb(255, 255, 255);
  font-weight: normal;
  line-height: 27px;
   
}

/* date */
div.date {
  font-size: 12px;
}


  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

  /*---Links in the body ---*/
  a:link {
    color:#ffffff;
    text-decoration: underline;
  }
  
  a:visited {
    color:#ffffff;
    text-decoration: underline;
  }
  
  a:hover {
    color:#ffffff;
    text-decoration: underline;
   
  }
  
  a:active {
    color:#ffffff;
    text-decoration: underline;
  
  }
 /*---Links in the body END---*/


/* [STYLE HEADER] */
.header {
  background: transparent;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px; 
  text-align: center;
  font-size: 35px;
}

 /* MAIN 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: #ffffff;
  background-color: transparent;
  text-align: center;
  padding-top: 7px;
  padding-right: 33px; /* Bredd på menydetaljer RIGHT */
  padding-bottom: 7px;
  padding-left: 33px; /* Bredd på menydetaljer LEFT */
  text-decoration: none;
  border-style:solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 0px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#474747;
  color: rgb(248, 248, 248);
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color:#474747;
    color: rgb(248, 248, 248);
  }

/* 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 MAIN NAVIGATION */

 /* SECOND NAVIGATION START.............................*/

 .topnav2 {
  overflow: hidden;
  background: transparent;
  list-style:none;
  margin:0;
  padding:0;
  text-align:center;

}

.topnav2 a {
  float: none;
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  padding-top: 3px;
  padding-right: 10px; /* Bredd på menydetaljer RIGHT */
  padding-bottom: 3px;
  padding-left: 10px; /* Bredd på menydetaljer LEFT */
  text-decoration: none;
  border-style:solid;
  border-width: 1px;
  border-color: #ffffff;
  border-radius: 0px;
}

/* Change the color of links on hover */
.topnav2 a:hover {
  background-color:#474747;
  color: rgb(248, 248, 248);
  }
  
  /* Add an active class to highlight the current page */
  .topnav2 a.active {
    background-color:#474747;
    color: rgb(248, 248, 248);
  }

/* Hide the link that should open and close the topnav on small screens */
.topnav2 .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 SECOND NAVIGATION */

/* [FLEX-BOX] */

.flex-container {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: normal;
  background-color: transparent;
}

.flex-container > div {
  background-color: transparent;
  color: white;
  width: auto;
  margin: 10px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  line-height: 25px;
  font-size: 15px; 
}

/* MASONRY */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
 

/* STOP MASONRY */

/* center text*/
div.a {
  text-align: center;
  padding-top: 0%;
  margin-top: 0%;
}

/* margin 0 top*/
div.top {
  text-align: left;
  padding-top: 0%;
  margin-top: -45px;
}

div.start{
  text-align: center;
  padding-top: 500px;
  margin-top: 0%;
}

div.b {
  text-align: left;
 
}

div.bildtext {
 display: flex;
  flex-wrap: nowrap;
  text-align: left;
  margin-top: -4%; /* text i topp bredvid bild */
}

div.bildtext_bold {
  display: flex;
  font-weight: bold;
   flex-wrap: nowrap;
   text-align: left;
   margin-top: -5%; /* text i topp bredvid bild */
   margin-bottom: 3%;
 }




/* 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:#ffffff;
  background-color: 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: "Rajdhani", 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;
}

.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/* [RESPONSIVE FOOTER] */
@media (max-width: 600px) {
  .footer {  
    position: fixed;
    bottom: 0;
    font-size: 14px;
    padding: 15px; 

  }
} 
}