*{
    margin: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}


h3{
    color: white;
}

p{
    color: white;
    font-size: 15px;
}

.header{
    
    width: 100%;
    /*background-image: url(images/stjerner-baggrund.png);*/
    background-color: rgb(0, 0, 0);
    background-position: center;
    background-size: cover;
    position: relative;
}
nav{
    display: flex;
    padding: 2% 3%;
    justify-content: space-between;
    align-items: center;
}
nav img{
    width: 110px;
}

.titel{
    font-size: 30px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: inline-block;
}

.nav-links{
    flex: 1;
    text-align: right;
}
.nav-links ul li{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
}
.nav-links ul li a{
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 15px;
}
.nav-links ul li::after{
    content: '';
    width: 0%;
    height: 2px;
    background: #ffffff;
    display: block;
    margin: auto;
    transition: 0.3s;
}

.nav-links ul li:focus{
    width: 100%;
}

.nav-links ul li:hover::after{
    width: 100%;
}

.text-box{
    width: 90%;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

nav .fa{
    display: none;
}

@media(max-width: 700px){
    /*
    .nav-links ul li{
        display: block;
    }
    */
    .nav-links ul li::after{
        height: 0px;
        transition: 0s;
        
    }

    .nav-links{
        position: absolute;
        background: rgb(16, 20, 246);
        height: 100vh;
        width: 150px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 0.8s;

    }
    nav .fa{
        display: block;
        color: #f8f7f7;
        margin: 10px;
        font-size: 22px;
        cursor: pointer;
    }
    .nav-links ul{
        padding: 25px;
    }
    html, body {overflow-x: hidden;}
}



/*---------------BODY------------*/
.bodycontact{
    height: 100vh;
    overflow: hidden;
    margin: 0;
    background-color: rgb(0, 0, 0);
}



/*------------VIDEOER-------------*/

.row{
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}

.videoer{
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 0px;
    background-color: #000000;
}

.videoer-col{
    flex-basis: 50%;
    border-radius: 0px;
    margin-bottom: 5%;
    position: relative;
    overflow: hidden;
}

.videoer-col video{
    width: 100%;
}

.layer{
    background: transparent;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;

}

.layer:hover{
    background: rgba(11, 11, 11, 0.7);
}

@media(max-width:700px){
    .row{
        flex-direction: column;
    }
}


/*-----------------TIL VIDEOER hvordan de skal se ud BEDSTE KODE-----------------*/

.vid-us{
    width: 90%;
    margin: auto;
    padding-top: 7px;
}

.vid-col{
    flex-basis: 48%;
    width: 100%;
    margin-bottom: 30px;
}

.vid-col div{
    display: flex;
    align-items: center;
}

.vid-col div .fa{
    font-size: 28px;
    color: #0000ff;
    margin: 10px;
    margin-right: 30px;
}

@media(max-width:700px){
    .vid-us{
        width: 95%;
    }
}


/*--------Footer--------*/

.footer{
    width: 100%;
    text-align: left;
    padding: 3px 0;
    background-color: blue;
}

.footer h4{
    margin-bottom: 1.5px;
    margin-top: 1.0px;
    font-weight: 400;
    color: #f5f0f0;
    padding: 1% 2%;
}

.footer h4 b{
    font-size: 90%;
    font-weight: normal;
}

.footercontact h4{
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 400;
    color: #f5f0f0;
    padding: 10px 2%;
}
.footercontact h4 b{
    font-size: 90%;
    font-weight: normal;
}

.footercontact{
    background: blue;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
}



.copyright {
    float: left;
}

.social { 
    float: right;
}

.icons .fa{
    color: #f5f0f0;
    margin: 0 130px;
    cursor: pointer;
    padding: 18px 0;
}

.insta{
    color: white;
    box-shadow: none;
}

.insta:focus{
    color: white;
    box-shadow: none;
    outline: none;
}

/*-----------Contact----------*/

.sub-header{
    width: 100%;
    /*background-image: url(images/stjerner-baggrund.png);*/
    background-color: rgb(0, 0, 0);
    background-position: center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #f5f0f0;
}

.sub-header h2{
    margin-top: 5px;
}

.pagetitel{
    color: white;
    text-align: center;
    font-weight: 500;
}

.succes{
    color: white;
    text-align: center;
    font-weight: 500;
    margin-top: 20vh;
}

.succes a{
    color: white;
    text-decoration: none;

}

.contact-us{
    width: 45%;
    margin: auto;
    padding: 80px 0;
    height: 100%;
    background-color: #000000;
}

.contact-col{
    flex-basis: 100%;
    padding: 30px 2px;
}

@media(max-width:850px){
    .contact-us{
        width: 75%;
        padding: 15px;
    }
    
}

/*---felter til email-kontaktform----*/
.contact-col input, .contact-col textarea{
    width: 100%;
    padding: 15px;
    margin-bottom: 17px;
    outline: none;
    border: 0px solid #ffffff;
    font-family: 'roboto';
    font-weight: 300;
    font-size: 16px;
}


/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #000000; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  input[type=email], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */  
    border: 1px solid #000000; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
  }

  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    background-color: #0000ff;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    background-color: #170098;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    border-radius: 5px;
    background-color: #000000;
    padding: 20px;
    color: #f8f7f7;
  }


 /*------------Til knapper----------*/
.hero-btn{
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    border: 0px solid rgb(255, 255, 255);
    padding: 12px 28px;
    font-size: 13px;
    background: blue;
    position: relative;
    cursor: pointer;
    border-radius: 50px;
}
.hero-btn:hover{
    border: 0px solid rgb(255, 255, 255);
    background: #170098;
    transition: 0.3s;
}

