*
{
    margin:0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box;
}

body
{
    margin-top: 80px;
    
}

/*--------------FEJL-SIDEN--------------*/

/*----layout-på-overskriften----*/
.fejlsideTekst h1{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 110px;
    color: #707070;
    text-align: center;
    margin-top: 5px;
    font-weight: 600;
}

/*----layout-på-brødteksten----*/
.fejlsideTekst p{
    font-family: freight-neo-pro, sans-serif;  
    font-size: 22px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

/*----underline-af-lniket-"her"----*/
.fejlsideTekst a{
    text-decoration: underline;
}

/*----billedets-placering----*/
.fejlsideBillede{
    display: flex;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

/*--------------TAK-SIDEN--------------*/

/*----layout-på-overskriften----*/
.taksideTekst h1{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 38px;
    color: #707070;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;

}

/*----layout-på-brødteksten----*/
.taksideTekst p{
    font-family: freight-neo-pro, sans-serif;  
    font-size: 20px;
    color: #707070;
    text-align: center;
    margin-top: 20px;
    font-weight: 500;
}

/*----underline-af-lniket-"her"----*/
.taksideTekst a{
    text-decoration: underline;
}

/*----billedets-placering----*/
.taksideBillede{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

/*RESPONSIVE TIL IPAD OG TELEFON*/
@media screen and (max-width: 1023px) {

/*---mere whitespace----*/
    .taksideTekst h1{
        padding: 20px;
    }

    .taksideBillede img{
        width: 70%;
        margin: auto;
    }

    .flphotoSiden #soMe{
        display: block;
    }
}

  /*--------------OMFLPHOTO-SIDEN--------------*/

/*----fleboxen-øverst-på-siden----*/
.flphotoSiden{
    display: flex;
}

/*----de-to-sektioner-i-flexboxen-skal-fylde-50%-hver----*/
.flphotoSiden div{
    width: 50%;
    flex-direction: row;
    margin-left: 7%;
}

/*----billedets-placering----*/
.flphotoSiden div img{
    display: flex;
    width: 72%;
    margin: auto;
    margin-top: 30px;
}

/*----layout-på-overskriften----*/
.flphotoSiden h1{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 26px;
    color: #707070;
    padding-top: 7%;
    font-weight: 600;
    line-height: 1.8;
}

/*----layout-på-rubrik----*/
.flphotoSiden h2{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 20px;
    color: #707070;
    padding-top: 0px;
    margin-top: 40px;
    font-weight: 500;
    line-height: 1.8;
}

/*----layout-på-brødteksten----*/
.flphotoSiden p{
    font-family: Georgia, serif;  
    font-size: 18px;
    color: #707070;
    margin-top: 20px;
    font-weight: 500;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.8;
}

/*----some-ikonernes-placering----*/
.flphotoSiden #soMe{
    margin-top: 30px;
    margin-left: 0;
}

.flphotoSiden #soMe a{
    padding-right: 20px;
}

/*----flexboxen-ved-videoen----*/
.laerFilip{
    display: flex;
    justify-content: center;
    margin: 7%;
}

.laerFilip div{
    margin: auto;
    flex-direction: row;
    width: 50%;
}

.laerFilip h2{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 25px;
    color: #707070;
    padding-top: 0px;
    margin-top: 40px;
    font-weight: 600;
    line-height: 1.8;
}
#omfilipvideo{
    width: 50%;
}

   /* Responsive til telefon */
@media only screen and (max-width: 800px) {
    .flphotoSiden{
        display: block;
    }
    .flphotoSiden div{
        flex-direction: column;
        width: 80%;
    }
    .laerFilip{
        display: block;
        flex-direction: column;   
    }
    .laerFilip div{
        width: 80%;
        text-align: center;
    }
    #omfilipvideo{
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
    .udstyrSektion{
        display: none;
    }
    #udstyrSec{
        background-color: #EEE8E1;
        padding-bottom: 20px;
    }

    #udstyrSec h2{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 25px;
    color: #707070;
    padding-top: 3vh;
    padding-bottom: 1vh;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    }

    #udstyrSec p{
        text-align: center;
        margin-top: -110px;
    }

   
}

/*----layout-på-sektionen-med-udstyr----*/
.udstyrSektion{
    background-color: #EEE8E1;
    padding-bottom: 50px;
    max-height: 800px;
}

/*----billederne-skal-være-i-en-flexbox----*/
.udstyr{
    display: flex;
    justify-content: center;
    gap: 5%;
    padding: 2%;
    height: 100%;
}

 .udstyr div{
    width: 20%;
    height: 20%;
 }

 .udstyr div img{
    width: 100%;
    height: 100%;
 }

 .udstyr p{
    text-align: center;
 }

 /*----layout-på-rubrik----*/
 .udstyrSektion h2{
    font-family: freight-neo-pro, sans-serif;  
    text-transform: uppercase;
    font-size: 25px;
    color: #707070;
    font-weight: 600;
    line-height: 1.8;
    text-align: center;
    padding-top: 50px;
}

/*----kontakt-formularens-placering----*/
.fl #kontaktformular{
    margin-bottom: 40px;
    margin-top: 40px;

}


