* {
    text-align: center;
}

html {

}
body {

    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    height: 1000px;
    margin: 0 auto;
    
    
    
}

grid {
    display: flex;
    flex-direction: column;
    justify-content: center;


}

.maingrid {
    width: 90%;
    
}

.innhold {

    margin-top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.innerbox {
    background-color: white;
    padding: 25px 0px;
    border-radius: 7px;

}

grid-item {
    justify-content: center;
    margin: 0 auto;


}
.headerflexbox {
    display: flex;
    flex-direction: row;

}

header {
    background-color: #030c3d;
    padding: 15px 0px;
    
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
 
}

.header-logo {
    display: flex;
    min-width: 150px;
    max-width: 200px;
    align-items: center;

}

.headertext {
    color: #f5f5f5;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 500;

}

img {
    min-width: inherit;
    max-width: inherit;


}
video {
    min-width: 200px;
    max-width: 300px;

}
page-wrapper {
    
   margin-top: 50px;
    


}

button {
    height: 50px;
    width: 200px;
    font-size: 22px;
    background-color: #ff8774;
    border: none;
    border-radius: 8px;
    line-height: 0;

}

button:hover {background-color: #e47968}

button:active {
  background-color: #e47968;
  box-shadow: 0 2px #666;
  transform: translateY(2px);
}

button p {
    font-size: 22px;
    text-align: center!important;

}

h1 {
    padding-bottom: 10px
}

p {
    

}

section {
    margin: 10px 0px;
}

.overskrift {
    font-size: 22px;
    background-color: #ff8774;
    padding: 15px;

}

.contentcontainer {
    display: flex;
    justify-content: center;

}

.core {
    width: 80%;
    padding: 0 80px;
    margin-left: 40px;
    margin-right: 40px;
    
}

.vinklingforklaring p {
    text-align: left;
}
.vinklingeksempel {
    background-color: lightgray;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 40px;
    width: 50%;
    padding: 20px 40px 20px 40px;
}

.vinklingeksempel p {
    min-width: 200px;
    
    padding: 0px 37px;

}

#CTA {
    background-color: lightskyblue;
}

.left {
    text-align: left;
}

li {
    padding: 10px 0px;
    text-align: left;
}

#brandname {
    margin-top: 5px;
}

.buttonsdiv {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;

}

.buttonsdiv button {
    
    margin: 20px 50px;
    width: 30%;
}

.lastAd {
    background-color: #ffb0a3
}