/* *** All pages *** */
body {
  background-color: #b33c00;
  margin: 0px;
}
/* brød tekst */
P {
  font-family:Calibri,Arrial;
}

p.slogan {
  font-style: italic;
  font-size: 1.3em;
  text-align: center;
  margin-block-start:1px;
}
/* brød tekst slut*/

/* overskrift start */
h1 {

}

h2 {

}

h3 {

}
/* overskrifter slut */
#page {
  margin:auto;
  width: 85%;
  min-width: 860px;
  max-width: 1200px;
  background: white;
  overflow: hidden;
}
#pagetext {
  width: 85%;
  min-width: 860px;
  max-width: 1200px;
  padding-left: 0.7em;
}



/* *** Menu *** */

ul.MenuList {
  height: 8%;
  min-height: 50px;
  background-color: #e64d00;
  display: block;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  overflow: hidden;
  border-bottom: 1.5px solid black;
}

li.MenuKnap {
  float: left;
  display: table-cell;
  width:15%;
  height: 100%;
  border-right: solid;
  border-color: #000000;
  border-width: medium;
  text-align: center;
}
li.MenuKnap:last-child {
  border-right: solid;
  border-color: #000000;
  border-width: medium;
  margin-right: 0.7%;
  float:right;
}
li.MenuKnap:hover {
  background-color: #b33c00;
}
a.MenuLink {
  Color:#000000;
  text-decoration-line: none;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
  font-size: 1.5em;
}
a.MenuLink:Active {
  background-color: #b33c00;
}
img.logo {
  float: right;
  width: auto;
  height: 8.0%;
  min-height: 50px;
  background-color: #e64d00;
  border-bottom: 1.5px solid black;
}
/* Menu picture */
@keyframes panning {
  0% {
    background-position: 0% 0%;
  }
  25% {
    background-position: 100% 100%;
  }
   50% {
    background-position: 100% 0%;
  }
  75% {
    background-position: 0 100%;
  }
  200% {
    background-position: 0 0;
  }
}

#headWrapper {
  width: 100%;
  min-width: 860px;
  padding-top: clamp(285px, 25%, 300px) ;
  background-image: url(image006.jpg);
  animation: panning 120s infinite linear;
  display: block;
  margin-block-start:0px;
  margin-block-end: 0px;
}

/* footer */
div.footer {
  margin:auto;
  width: 85%;
  min-width: 860px;
  max-width: 1200px;
  text-align: center;
  background-color: #e64d00;
  overflow: hidden;

}
p.footerText {
  color: #000000;
  margin-block-start: 0px;
  margin-block-end: 0px;
  font-size: 1.3em;
}

/* HOME */

table.HomeImages {
 position:relative;
 margin: auto;
}

img.Pic1 {
  width: 350px;
  height: auto;
  position: relative;
  border-radius: 8px;
    margin-left: 3.5em;
}

img.Pic2 {
  width: 350px;
  height: auto;
  position: relative;
  border-radius: 8px;
}

/* CV */
table.CViMages {
 position:relative;
 float: right;
}
img.Pic3 {
  width: 350px;
  height: auto;
  border-radius: 8px;
  padding-top:5.5%;
}
img.Pic4 {
  width: 350px;
  height: auto;
  border-radius: 8px;
  margin-top: 8.5em;
}
