@import url("https://use.typekit.net/iwf0jgz.css");
:root {
  --Blackpurple: #342E37;
  --Darkpurple: #4B2B66;
  --Normalpurple: #633987;
  --Lightpurple: #c0a9ea;
  --White: #FAFFFD;
  --Lightgrey: ##97979A;
  --Lighterpurple: #d7c5f6;
  --Drakgrey: #1a1a1a;

}




body {
 background-color: var(--Drakgrey);
    margin: none;
    padding: none;
  font-family: "museo-sans-rounded";
  color: var(--Whiteish);
  margin: 0;
  padding: 0;
}



h1 {
font-family: "museo-sans-rounded";
font-weight: 1000;
font-size: 2.6vw;
margin: 0;
}

h2 {
  font-size: 2vw;
  margin: 0;
}

p {
    font-size: 1.5vw;
}
/* --------- HEADER ----------*/
nav {
  background-color: var(--Lightpurple);
  width: 100vw;
  height: 6vw;
    margin: none;
    padding: none;
  margin-top: 0;
  top: 0;


  position: fixed;
  margin-bottom: 1.7vw;
  z-index: 10;
  
}

#logoheader {
  width: 8.7vw;
  height: auto;
  z-index: 5;
      align-items: center;
      display: inline-block;
  margin-top: 1.5vw;
  margin-left: 4.5vw;
}

.menupunkter {
  
  list-style-type: none;
    vertical-align: top;
    list-style-type: none;
  width: 60vw;
  height: 4vw;
  right: 0;
  float: right;
  margin-right: 2vw;

  overflow: hidden;
  display: flex;
      align-items: center;
  justify-content: space-evenly
}

.menupunkter li {
  display: block;
  text-decoration: none;
  text-align: center;
  text-decoration: none;
  font-family: "museo-sans-rounded";
  font-weight: 600;
  font-size: 1.6vw;

  color: var(--White);  
}

.menupunkter li :hover{
  color: var(--Normalgreen)
}

li a {
  text-decoration: none;
  color: var(--Darkpurple);
}

#menu1 {
  text-decoration: none;
}

/*------- Big Picture --------*/

.big_pik {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;

  
}

.big_pik video {
  margin-top: 6vw;
  width: 33.33vw;
}

/*------- Program --------*/

.topper {
  z-index: 1;
  margin-top: 7vw;
}

#debat_over {
  font-size: 3vw;
    font-weight: 900;
    color: var(--Blackpurple);
  text-align: center;
  text-transform: uppercase;
 background-color: var(--Lighterpurple);
  margin-top: 6vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.program_playout{
  position: relative;
  width: 100%;
  display:flex;
  justify-content: flex-start;
  margin-top: 4vw;
}

.program_playout2{
  margin-top: 3vw;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.program_playout3 {
  margin-top: 3vw;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 7vw;
}

#program_1{
  background-color: var(--Lighterpurple);
  width: 66.6%;
  height: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  

}

#program_2 {
  background-color: var(--Lighterpurple);
  width: 66.6%;
  height: 35vw;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#box_venstre_1{
  display: flex;
  flex-direction: column;
  width: 50%;
}

#box_venstre_2 {
  display: flex;
  flex-direction: column;
  width: 50%;
  border-right: solid;
  border-color: var(--Drakgrey);
    display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
}


#oppe{
  height:35%;
  border-bottom: solid;
  border-right: solid;
  border-left: solid;
  border-color: var(--Drakgrey);
  padding: 2vw;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#nede {
  height: 65%;
  border-top: solid;
  border-right: solid;
  border-left: solid;
  border-color: var(--Drakgrey);
  padding: 2vw;
  padding-top:0vw;
}

#box_hojre_1 {
  width: 50%;
  border-left: solid;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-color: var(--Drakgrey);
}

#box_hojre_2 {
  width: 50%;
}

#oppe h1 {
  line-height: 2.4vw;
  font-weight: bolder;
  color: var(--Blackpurple);
}

#oppe h3 {
  margin: 0;
  margin-top: 1vw;
  font-weight: 1000;
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
  text-transform:lowercase;
  color: var(--Darkpurple);
}

#oppe h2 {
  margin: 0vw;

  font-family: "museo-sans-rounded";
  font-weight: 500;
  font-size: 1.8vw;
  letter-spacing: 0.2vw;
  
  font-style: italic;
  text-transform: uppercase;
}

#nede p {
  letter-spacing: 0.1vw;
  word-spacing: 0.3vw;
  line-height: 1.7vw;
}

.tid {
  line-height: 2.4vw;
    font-weight: bolder;
    color: var(--Darkpurple);
  }

.telt {
  color: var(--Blackpurple);
}


/*------- Brødtekst --------*/

#brodtekst{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#om_folkemodet {
  color: var(--White);
  text-align: center;
  width: 50vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 2.5vw;
}

#om_folkemodet h2 {
  font-weight: 900;
}



/* ------- det sker nu--------*/


#vi_ses{
    background-color: var(--Normalpurple);
    color: var(--Lightpurple);
    width: 100%;
    height: 25vw;
    text-align: center;
    font-size: 2.5vw;
    display: flex;
    align-items: center;
    flex-direction: column
}

#vi_ses h3 {
  margin: 0;
  margin-top: 2.5vw;
}



.programknap {
  width: 30vw;
    height: 3vw;
  
    background-color: var(--Lightpurple);
    color: var(--Drakgrey);
  
    font-family: "museo-sans-rounded";
    font-weight: 600;
    font-size: 1.2vw;
  
    border-radius: 50px;
    border: none;

    text-decoration: none;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: transform 3.2s;

    margin-top: 1.7vw;
}

.programknap a {
  text-decoration: none;
  color: var(--Darkpurple);
}


.programknap :hover {
  
    color: var(--Darkpurple);
    transition: transform 1.4s;
    transform: scale(1.1);
    
    cursor: pointer;
}

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

.information {
    list-style-type: none;
      vertical-align: top;
      list-style-type: none;
      width: 60vw;
      height: 4vw;
      right: 0;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: space-evenly;
      margin: 0;
}

footer {
  background-color: var(--Lightpurple);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}





