*{margin: 0; padding: 0;}

img {
    width: 100%;
}
html {
        scroll-behavior: smooth;
 
}

body, html {
    height: 100%;
}
/*font-family: rama-gothic-m,sans-serif;
font-weight: 600;
font-style: normal;*/

/*font-family: montserrat,sans-serif;
font-weight: 300;
font-style: normal;*/

/*navigation*/
nav {
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: rgba(22, 22, 22, 0.7);
    top: 0;
    left: 0;
    z-index: 2500;
}
ul {
    list-style-type: none;
    padding-right: 200px;
        
}
    
li {
    float: right;
    list-style: none;
    
        
}

li a {
    display: inline-block;
    font-family: montserrat,sans-serif;
    font-weight: 300;
    font-style: normal;
    color: rgb(255, 255, 255);
    text-align: center;
    padding-top: 21px;
    padding-left: 20px;
    text-decoration: none;
}



/*Hero*/


header {
    background-image: url("assets/hero.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}



/*text*/

h1 {
    font-family: canada-type-gibson,sans-serif;
    font-weight: 700;
    font-style: bold;
    font-size: 60px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;

}

span {
    font-size: 131px;
    font-style: bold;

}

h2 {
    font-family: montserrat,sans-serif;
    font-weight: 300;
    font-size: 32px;
    margin-top: 30px;
}

h3 {
    font-family: montserrat,sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 30px;
}




footer > div > p {
    font-family: montserrat,sans-serif;
    font-style: normal;
    font-size: 16px;

}


/*Pil til top*/

#top_pil a > img{
    z-index: 1000;
    width: 60px;
    opacity: 0.5;
    float: right;
    position: fixed;
    top: 90%;
    right: 3%;


}


/*tea*/

#tea {
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    
}

#tea > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#tea p {
    font-family: montserrat,sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 30px;
    width: 450px;
    display: flex;
}

#tea img {
    display: flex;
    max-width: 450px;
    height: 100%;
    margin-top: 30px;
    margin-left: 50px;
    
}


/*Verdensmål*/

#verdensmaal {
    background-image: url("assets/verdensmaal_background_plain-01.jpg");
    background-size:cover;
    overflow: hidden;
    background-repeat:no-repeat;
    height: 450px;
    display: flex;
    position: relative;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform:rotate(359deg);
    }
}

#verdensmaal span {
    font-size: 25px;
}

#verdensmaal  img {
    height: 120px;
    
}


img#verdensmaal_icon {
    -webkit-animation: rotation 60s infinite linear;
    position: absolute;
    width: 600px;
    height: 600px;
    top: -310px;
    left: -310px;
    filter: drop-shadow(15px 2px 10px rgba(0, 0, 0, .2));

}



.wrapper {
    width: 1000px;
    margin: 0 auto;
}

#verdensmaal .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#verdensmaal .wrapper  > div {
    max-width: 217px;
    display: flex;
    flex-direction: column;
}

#verdensmaal  p {
    color: white;
    font-family: montserrat,sans-serif;
    font-style: normal;
    font-size: 12px;
    margin-top: 30px;
    text-align: center;
    
}






/*interview*/

#interview {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    
}

#interview > img:nth-child(2) {
    max-width: 450px;
    float: left;
    margin-right: 50px;
    margin-top: 15px;

}

#interview > video:last-child {
    max-width: 1000px;
    margin-top: 50px;
   

}


#interview > p {
    font-family: montserrat,sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
}



/*procesbilleder*/

#procesbaggrund {
    padding: 1px;
    background-image: url("assets/galleri_background.jpg");
    background-size: cover;
    

}

#procesbilleder h2 {
    font-family: montserrat,sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: white;
}

#procesbilleder a {
    text-decoration: none;
}

#procesbilleder p {
    font-family: montserrat,sans-serif;
    font-weight: 300;
    color: white;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 40px;


}
#procesbilleder {
    
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 50px;
    
    
}

#procesbilleder > div {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 15px;
    
}

/*Galleri forsøg*/
* {box-sizing:border-box}

/* Slideshow container */
.galleri_container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.enkeltslide {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px 30px;
  color: #222;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 4px 4px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}


/* Number text (1/3 etc) */
.nummertekst {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  font-family: montserrat,sans-serif;
  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}




/*Holdet element*/

#holdet {
    width: 1000px;
    margin: 0 auto;  
   
}

#holdet  img {
    margin-top: 8px;
    margin-right: 20px;
    max-width: 170px;
  
}




/*Footer*/

footer {
    height: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-left: 150px;
    padding-right: 150px;
    margin-top: 100px;
    background-color: rgb(231, 231, 231);

}
footer > div:first-child {
    max-width: 90px;
    

}

footer > div:nth-child(2) {
    max-width: 200px;
    
}

footer > div:nth-child(2) img {
    max-width: 150px;
    display: block;
    margin: 0 auto;
   
}

footer > div:last-child {
    max-width: 100px;
    display: flex;
    
 
}
footer > div:last-child img {
    max-width: 20px;
    display: flex;
    margin-left: 10px;
    opacity: 0.8;
}


