* {box-sizing: border-box}
body {
 
  font-family: "Roboto", sans-serif;
 
  background-color: #111111; 


/* READ MORE */

h5, details{
  display:inline;
}

details {
  position:relative;
}
details summary {
  display:block;
  cursor: pointer;
  color: #29F1DD;
}
details summary:focus {
  outline:none;
}
details[open] {
  display:block;
  padding-bottom:25px;
  padding-top:10px;
  animation: open .2s linear;
}
details[open] summary {
  position:absolute;
  bottom: 0;
  left:0;
}

details #open{padding-left:5px;text-align:middle;}
details #open:after{
    display: inline-block;
    position:relative;
    top: -3px;
    padding-left: 0px;
    padding-bottom: 10px;
    content: "\00bb";
    transform: rotate(90deg);
}
details[open] #open{display:none;}
details #close{display:none;}
details[open] #close{display:block;}

::-webkit-details-marker {display: none;}

@keyframes open {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

}

/* READ MORE STOP*/

  /* 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(0, 0, 0);
  word-break: break-all;
  font-weight: normal;
}

H2 
{ 
  /* text-align: center; */
  font-size: 18px; 
  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: 16px; 
  color: rgb(255, 255, 255);
  font-weight: normal;
  line-height: 27px;
   
}

H5 
{ 
  /* text-align: center; */
  font-size: 12px; 
  color: rgb(255, 255, 255);
  font-weight: normal;
  line-height: 27px;
   
}

div.bildtext {
  font-size: 11px;
 display: flex;
  flex-wrap: nowrap;
  text-align: left;
  margin-top: -4%; /* text i topp bredvid bild */
}


/* date */
div.date {
  text-align: left;
  font-weight: normal;
  font-style: italic;
  font-size: 10px;
}


  /* Center website */
  .main {
    max-width: 1000px;
    margin: auto;
  }

  /*---Links in the body ---*/
  a:link {
    color:#29F1DD;
    text-decoration: none;
  }
  
  a:visited {
    color:#29F1DD;
    text-decoration: none;
  }
  
  a:hover {
    color:#29F1DD;
    text-decoration: none;
   
  }
  
  a:active {
    color:#29F1DD;
    text-decoration: none;
  
  }
 /*---Links in the body END---*/

 


/* [STYLE HEADER] */
.header {
  background: transparent;
  padding: 10px 0 20px;
  text-align: center;
  font-size: 35px;
}

 /* MAIN NAVIGATION START.............................*/

.topnav {
  overflow: hidden;
  background: transparent;
  list-style:none;
  margin:0;
  padding-bottom: 20px;
  text-align:center;
  position: relative;
  z-index: 1000;
}

.topnav a {
  float: none;
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  text-align: center;
  padding-top: 7px;
  padding-right: 55px; /* Bredd på menydetaljer RIGHT */
  padding-bottom: 7px;
  padding-left: 55px; /* Bredd på menydetaljer LEFT */
  margin: 0 4px;
  text-decoration: none;
  border-style:solid;
  border-width: 1px;
  border-color: #bfbfbf;
  border-radius: 0px;
  box-sizing: border-box;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color:#969696;
  color: #ffffff;
  }
  
  /* Add an active class to highlight the current page */
  .topnav a.active {
    background-color:#464646;
    color: #ffffff;
  }

/* Hamburger icon default and interactive states */
  .topnav a.icon {
    background-color: rgba(255,255,255,0.05);
    color: #ffffff;
    border: 1px solid rgba(191,191,191,0.5);
    border-radius: 2px;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255,255,255,0.3);
    touch-action: manipulation;
  }

  .topnav a.icon:hover,
  .topnav a.icon:focus,
  .topnav a.icon:focus-visible {
    background-color: #969696;
    color: #ffffff;
    border-color: #ffffff;
    outline: none;
  }

  .topnav a.icon:active,
  .topnav a.icon.active {
    background-color: #464646;
    color: #ffffff;
    border-color: #ffffff;
  }

/* 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 {
    display: none;
  }

  .topnav a.icon {
    float: none;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    padding: 10px 0;
  }

  .topnav.responsive {
    position: relative;
    text-align: center;
  }
  .topnav.responsive .icon {
    display: block;
    margin: 0 auto;
    padding: 10px 0;
  }
  .topnav.responsive a {
    position: relative;
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin: 0;
    border-left: none;
    border-right: none;
    z-index: 99998;
  }
  .topnav.responsive a.icon {
    position: relative;
    z-index: 100000;
    display: block;
    width: auto;
    padding: 10px 0;
    margin-top: 5px;
  }
  .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 */



/* [FLEX-BOX] */

.flex-container {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: normal;
  background-color: transparent;
}

.flex-container > div {
   background-color: transparent;
  color: rgb(255, 255, 255);
  width: auto;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  text-align: left;
  line-height: 27px;
  font-size: 16px; 
}

/* [FLEX-BOX] GUNNAR*/

.flex-container2 {
  display: flex;
  padding: 18px;
  justify-content: center;
  align-items: normal;
  background-color: transparent;
}

.flex-container2 > div {
   background-color: white;
  color: rgb(0, 0, 0);
  width: auto;
  margin: 0px;
  padding-top: 0px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-left: 25px;
  text-align: left;
  line-height: 27px;
  font-size: 16px; 
}

/* MASONRY */
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  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%;
  }
}

/* TABLE*/
table {
 
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #464646;
}
 

/* TWEAKS*/


  div.center {
    text-align: center;
  }

    div.left {
    text-align: left;
  }


/* margin -45 top*/
div.top2 {
  text-align: center;
  padding-top: 0%;
  margin-top: -45px;
}

/* margin -30 top*/
div.top3 {
  text-align: center;
  padding-top: 0%;
  margin-top: -30px;
}

/* margin -30 top left*/
div.top4 {
  text-align: center;
  padding-top: 0%;
  margin-top: -10px;
}


/* 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.white_back {
  text-align: center;
  color:black;
 background-color: rgb(177, 177, 177);
}

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.margin_left {
  margin-left:10px; 
  line-height: 27px;
  
}

.TextwrapRight{
  float:right;
  margin: 10px;
}

.TextwrapLeft{
  float:left;
  margin: 25px;
  margin-top: -1%; /* text i topp bredvid bild */
}

/* Dotted black border */
hr.line {
  border-top: 4px solid rgb(0, 0, 0);
}


img {
  width: 100%;
  height: auto;
  /*border: 1px solid #bcbbbb; */
}

.header img.site-logo {
  display: block;
  margin: 0 auto;
  width: auto;
  max-width: 250px;  /* storlek på logo i dator */
  height: auto;
}

@media screen and (max-width: 600px) {
  .header img.site-logo {
    max-width: 180px;   /* storlek på logo i mobil */
    width: auto;
  }
}


.img_outline {
 border: 1px solid #bcbbbb;
}
 
/* text under bild */
.text_under_image a {
  margin-left: 5px; 
  padding-top: 10px;
  padding-left: 30px;
  float: left;
  text-align: center;
  overflow: auto; 
}

.text_under_image a img {
  width: 100px;
  border:2px solid white; 
  border-radius: 50%; 
}



 /* --- NEW FORM ----*/

.contact-section {
  width: 100%;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  /* padding: 3rem 1rem; */
}

.contact-intro > * + * {
  margin-top: 1rem;
}

.contact-title {
  font-size: 16px;
  line-height: 2.25rem;
  font-weight: 700;
}

.contact-description {
  color: rgb(107 114 128);
}

.form-group-container {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  margin-bottom: 0.5rem;
}

.form-input,
.form-textarea {
  padding: 0;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.form-input,
.form-textarea {
  padding: 0.5rem;
  border: 1px solid #e5e7eb;
  display: flex;
  height: 2.5rem;
  width: 100%;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}


.form-input::placeholder,
.form-textarea:focus-visible {
  color: #6b7280;
}

.form-input:focus-visible,
.form-textarea:focus-visible {
  outline: 2px solid #49C0B4;
  outline-offset: 2px;
}

.form-textarea {
  min-height: 120px;
}

.form-submit {
  width: 100%;
  margin-top: 1.2rem;
  background-color: #49C0B4;
  color: #fff;
  padding: 13px 5px;
  border-radius: 0px;
}

/*LIST SELECTION */

select {
  width: 20rem;
  height: 2.5rem;
  background-color: #ffffff;
  border: #e5e7eb 1px solid;
}

select>option {
  background-color: #ffffff;
}

 

 
/*LIST SELECTION STOP */

 
/* --- NEW FORM STOP----*/

/* [FOOTER] */
.footer {
  width: 100%;
  text-align: center;
  font-family:'Courier New', Courier, monospace, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color:#cbcbcb;
  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: static;
    bottom: 0;
    font-size: 14px;
    padding: 15px; 

  }
} 
}


