.rond {
  margin-left: auto;
  margin-right: auto; 
  height: auto;
  max-width:10vw;
  
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;

-webkit-box-shadow: 2px -1px 7px 4px rgba(29,34,36,1);
-moz-box-shadow: 2px -1px 7px 4px rgba(29,34,36,1);
box-shadow: 2px -1px d7px 4px rgba(29,34,36,1);
}

.rondmob {
  margin-left: auto;
  margin-right: auto; 
  height: auto;
  max-width:10vw;
  
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
}


div.logoimage 
{
 position: absolute;
 top: 40%;
 left: 50%;
 transform: translate(-50%, -50%);
 z-index: 10000; 
 vertical-align: top;
}
h1.headertekst{
  font-family: verdana;
  font-size: 3vw;
  color: white;
  line-height: 2.5;
}
h2.headertekst{
  font-family: verdana;
  font-size: 2vw;
  color: white;
  line-height: 1.5;
}

.uk-nav-sub{
  padding-left: 35px !important;
}

.module ul li li a, .module_menuitems ul li li a {
  border: medium none !important;
  padding-left: 35px !important;
}

.logotekstmobile {
   font-family: verdana;
  color: white;
}


#top-a {
    padding: 25px 0px;
}
#top-b {
    padding: 25px 0px;
}
#main-top {
    padding: 25px 0px;
}
#main-content {
    padding: 25px 0px;
}

@media only screen and (max-width: 600px){
  .logoimage {
   display: none;
  }


