.loginlogo {
/*position: relative;
top: 50px;
left:0px;*/

position: absolute;
top: 50px;
left:10vw;
}

.loginpayoff {
display:none;
}

/* Header */

.menubar {
width:100%; 
height:70px; 
position: relative; 
padding: 10px; 
background-color:#1e1528;
/*background: linear-gradient(330deg, rgba(0,0,40,1) 0%, rgba(75,0,50,1) 60%);
    background-repeat: no-repeat;
    background-attachment: fixed;*/
}

.knap {
color: white;
font-size:130%;
text-align: center;
border-radius: 50px;
border: 2px solid white;
background-color: initial;
font-family: 'Montserrat', sans-serif;
}

.knapheight10 {
padding: 10px 20px 10px 20px;
}

.menu {
position: absolute;
right: 50px;
top: 4px;
font-size: 80%;
}

/*
.menupunkter {
display:inline;
border-radius: 25px;
background-color: #ffffff; 
color:#73237c;
padding:10px 20px 10px 20px;
}
*/

a:hover .menupunkter {
  background-color: #a963a4;
color:#ffffff;
}

.content {
margin-top:70px;
margin-bottom: 80px;
}

.checks {
padding:15px;
text-align:center;
}