* {
   margin: 0;
   padding: 0;

}

body {
   overflow-x: hidden; /* Hide horizontal scrollbar */
}
header {
   display: flex;
   flex-wrap: wrap;
   background-color: #3b4c5d;
   width: 100%;
   justify-content: space-between;
   align-items: flex-end;
}
.logo {
   padding-top: 2vh;
   padding-bottom: 1.1vh;
   padding-left: 12vh;
}


a:visited {
   text-decoration: none;
   color: white;
}

A:link {
text-decoration: none;
color: white;
}

nav {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
/* margin-left: 80%; */
}

nav a {
   padding: 13px 13px 5px 15px;
   font-size: 20px;
}


.backgroundimage {
   position: relative;
   text-align: center;
   color: white;
   max-height: 800px;
}


.centered {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   color: white;
   font-size: 3.5em;
   width: 100%;
 }

.backgroundimg {
   width: 100%;
   height: 800px;
   border: 2px black solid;
}

.backgroundimage a {
   color: white;
}

.læs {
   padding: 1.5vh 3vh;
margin-top: 45vh;
color: white;
position: absolute;
   top: 50%;
   left: 50%;
   border: white 2px solid;
   transform: translate(-50%, -50%);
   font-size: 1.5em;
      
}

nav a:hover {
   opacity: 0.7;
   transition: 0.3s ease;
   background-color: rgba(255, 255, 255, 0.13);
}

.læs:hover {
   opacity: 0.7;
   transition: 0.3s ease;
   border: hotpink 2px solid;
   color: pink;
}

.splitinfo {
   display: flex;
   margin: auto;
   /* align-items: center; */
   max-width: 100%;
   /* height: 45vh; */
   
}

.leftside {
   background-color: #76d1ff;
   color: white;
   /* padding: 5vh 5vh 5vh 5vh; */
   width: 50%;
   padding-bottom: 5%;
}

.who {
   font-size: 2.5em;
   padding-top: 7%;
   padding-bottom: 3%;
   padding-left: 4%;
}

.leftside p {
   margin-top: 1.5%;
   font-size: 1.6em;
padding-bottom: 2%;
padding-right: 4%;
padding-left: 4%;
}

.rightside {
   display: flex;
   flex-wrap: wrap;
/* padding: 30px 100px; */
width: 50%;
padding-bottom: 5%;
}

h3 {
   width: 50%;
}

div span {
   display: flex;
   flex-direction: column;
   width: 80%;
}

.ikons {
   display: flex;
   flex-direction: row;
   padding: 5% 0% 0% 8%
}

span {
   padding-left: 3vh;
   padding-top: 2.5vh;
}


footer {
background-color: #272e37;
color: white;

}
.footerleft {
   display: flex;
   padding: 20px 20px 20 0;
   width: 50%;
   justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    /* margin: 20px 20px 20px 0px; */
    
}

.footerright {
   display: flex;
   width: 50%;
   justify-content: center;
   
}

.footerh2 {
   padding-left: 0.7em;
   padding-top: 7vh;
   font-size: 6vh;
   margin: 20px;
}

.footertekst {
font-size: 25px;
padding-left: 2em;
width: 75%;
}

.footericons {
   display: flex;
   flex-wrap: wrap;
   flex-direction: row;
   /* height: 20vh; */
   width: 100%;
   flex-direction: column;
   padding: 4em;
   padding-top: 1em;
   justify-content: space-evenly;
}

.footersplit {
   display: flex;
   flex-wrap: wrap;
  margin: auto;
  max-width: 100%;
}

.backgroundikon1 {
   background-image: url(./ikoner/d.png);
   background-repeat: no-repeat;
   height: 2em;
   padding-bottom: 20px;
}
.backgroundikon2 {
   background-image: url(./ikoner/c.png);
   background-repeat: no-repeat;
   height: 2em;
   padding-bottom: 20px;
}
.backgroundikon3 {
   background-image: url(./ikoner/a.png);
   background-repeat: no-repeat;
   height: 2em;
   padding-bottom: 20px;
}
.footerspan {
   font-size: 1.1em;
   display: block;
   padding-top: 0;
   margin-left: 20px;
   margin-top: 0px;
}

/* .footerrightbackground {
   background-color: ;
} */

.form {
   background-color: #2c3640;
   padding: 20px;
}

.footerrightform {
   background-color: #2c3640;
   
   margin-top: 3.5em;
   padding: 2em 3em 3em 3em;
   border-radius: 3px;
   height: 20em;
   margin-bottom: 2em;
}

input {
   background-color: #2c3640;
   border: white 1px solid;
   width: 30em;
   margin-bottom: 20px;
   padding: 10px;
   
}

textarea {
   border: white 1px solid;
   background-color: #2c3640;
   width: 31.5em;
   height: 10em;
   margin-bottom: 20px;
}

input::placeholder {
   color: white;
}

textarea::placeholder {
   color: white;
   padding: 10px;
}

input.button-add {
   background-image: url(./ikoner/b.png);
   background-repeat: no-repeat;
   background-position: 41% 50%;
   cursor: pointer;
   height: 30px;
   padding: 20px;
   padding-top: 10px;
   color: white;
   width: 31.5em;
   background-color: #4a4d52;
   border: #4a4d52 0px solid;
   border-radius: 5px;
}

input.button-add:hover {
   opacity: 0.5;
}


/* Media  */

@media screen and (min-width: 380px) {
body {
   overflow-x: hidden;
}
 }