 html,
 body {
    background-color: white; 
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;

    display: flex;
    flex-direction: column;
    min-height: 100vh;
 }

 
ul {
     margin: 0;
     padding: 0;
}

.wrapper {
    flex: 1;
    padding: 0px;
}

.bottom {
    background-color: white;
    text-align: center;
    position: sticky;
    bottom: 0;
    width: 100%;
}

.linkitekst:visited, .linkitekst:link {
    color:rgba(28, 53, 122, 1);
    text-decoration: none;
    font-weight: bold;
}
.linkitekst:hover, .linkitekst:active {
    color:rgba(28, 53, 122, 1);
    text-decoration: underline;
    font-weight: bold;
}    

.linkknap:visited, .linkknap:link, .linkknap:hover, .linkknap:active {
    color:rgba(28, 53, 122, 1);
    text-decoration: none;
}

 .ms-welcome__header {
    padding: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
 }

 .ms-welcome__main {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: left;
    align-items: left;
    -webkit-flex: 1 0 0;
    flex: 1 0 0;
    padding: 10px 10px;
 }
 
 .ms-welcome__main > h2 {
     width: 100%;
     text-align: left;
     margin-bottom: 5px;
 }
 
 .ms-welcome__features {
     list-style-type: none;
     margin-top: 10px;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem {
     padding-bottom: 20px;
     display: -webkit-flex;
     display: flex;
 }
 
 .ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
     margin-right: 10px;
 }
 
 .ms-welcome__action.ms-Button--hero {
     margin-top: 10px;
 }
 
.ms-Button.ms-Button--hero .ms-Button-label {
  color: #1C357A;
  font-size:larger;
}

.ms-Button.ms-Button--hero:hover .ms-Button-label,
.ms-Button.ms-Button--hero:focus .ms-Button-label{
  color: #1C357A;
  cursor: pointer;
}

b {
    font-weight: bold;
}
.dropdown {
    padding:5px;
    font-size: 16px;
    margin-top:5px;
    margin-bottom:5px;
    width: 100%;
}

.topmenu {
    margin:10px 0px 0px 0px;
    padding:10px;
    border-top: solid 2px rgba(28, 53, 122, 1);
    border-bottom: solid 1px rgba(28, 53, 122, 1);
}

.icon {
    margin-right:5px;
    color: #991426;
    cursor: pointer;
}

.topicon {
    margin-right:10px;
    color: rgba(153, 20, 38, 0.5);
    cursor: pointer;
}

.topicon:hover {
    color:  rgba(153, 20, 38, 1);
    cursor: pointer;
}

.skjult {
    display:none;
}

.overskrift {
    margin:10px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-size:x-large;
    font-weight:bold; 
    /*border-bottom: dashed 1px rgba(28, 53, 122, 1);*/
}

.overskrift2 {
    font-size:medium;
    font-weight:bold; 
}

#skabeloner{display:block;}
#tools, #tools_overskrift, #dev, #dev_overskrift, #about, #about_overskrift{display:none;}

.pointer {
    
}
