/* ORANGE  #FF833B    */
a:link {
  color: #fff;
  text-decoration: none;
}
a:visited {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: #fff;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
a:active {
  color: #fff;
  text-decoration: none;
}
body {
  position: relative;
  color: #666;
  font-weight: normal;
  background-color: #efefef;
  background-image: url(../images/top_bag.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 19px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  padding: 0px;
  height: 100%;
}
div,
p,
h1,
h2,
h3,
h4,
ul,
a,
img {
  margin: 0px;
  padding: 0px;
}

/* TOP PANEL */
#topPan {
  width: 800px;
  height: 252px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#topPan h1 {
  width: 600px;
  height: 146px;
  position: absolute;
  top: 1px;
  left: 200px;
  color: #fff;
  overflow: hidden;
  z-index: 1;
}
#topPan > img {
  position: relative;
  z-index: 3;
  display: block;
  margin-left: -12px;
}
#topPan h1 .slide {
  width: 100%;
  height: 100%;
  position: relative;
}
#topPan h1 .slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#topPan h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    to right,
    rgba(239, 239, 239, 0.84) 0%,
    rgba(239, 239, 239, 0.74) 20%,
    rgba(239, 239, 239, 0.56) 40%,
    rgba(239, 239, 239, 0.34) 58%,
    rgba(239, 239, 239, 0.12) 78%,
    rgba(239, 239, 239, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}
body.home-page #topPan h1:before {
  display: none;
}
body.profile-page #topPan h1:before {
  display: none;
}
body.profile-page #topPan h1 .slide img {
  object-position: center 39%;
}
body.audio-page #topPan h1:before {
  display: none;
}
body.contact-page #topPan h1:before {
  display: none;
}
#topPan h1 .slide {
  z-index: 0;
}
#topPan ul {
  width: 800px;
  height: 32px;
  display: block;
  position: absolute;
  top: 151px;
  left: 0px;
  margin: 0px;
  padding: 0px;
  background: url(../images/menu-bag.gif) 0 0 repeat-x #ff8714;
  color: #fff;
  background-image: url(../images/menu-bag.gif);
  z-index: 4;
}
#topPan ul li {
  float: left;
  display: block;
  width: 133px;
  height: 32px;
  background: url(../images/menu-devider.gif) right top no-repeat;
}
#topPan ul li span {
  display: block;
  width: 132px;
  height: 32px;
  background: none;
  font:
    13px/32px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#topPan ul li a {
  display: block;
  width: 132px;
  height: 32px;
  background: url(../images/menu-bag.gif) 0 0 repeat-x #ff8714;
  color: #fff;
  font:
    13px/32px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#topPan ul li a:hover {
  display: block;
  width: 132px;
  background: url(../images/menu-hover.gif) 50% 0 no-repeat;
  text-decoration: none; /*position:fixed;*/
  margin: 0;
  padding: 0px;
}

/* /TOP PANEL */
/* FORMS */

#formcontainer {
  width: 590px;
  margin: 10px 0px 0px 0px;
}
#formerrors {
  float: left;
}
#form {
  clear: both;
  width: 590px;
  border: 0px;
  margin: 10px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}
th,
td {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
input,
select,
table,
textarea {
  font:
    90% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  margin-bottom: 0.5em;
}
.panel {
  line-height: 1.4;
  font-family: Arial, Helvetica, sans-serif;
}
* html #contentMain .panel {
  height: 1px;
}
label {
  display: block;
  float: left;
  clear: both;
  font:
    90% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  width: 10em;
  margin-top: 0.5em;
  padding-left: 0.5em;
}
.labelText {
  position: relative;
  left: 0em;
  float: left;
}
input {
  width: 30em;
  margin-left: 2em;
}
select {
  margin-left: 2em;
  width: 8.5em;
}
textarea {
  width: 30em;
  margin-left: 2em;
}
fieldset {
  border: 0px;
}
legend {
  font-size: 0%;
}
.fbsubmit {
  width: 30.8em;
  margin-left: 13.2em;
}
/* /FORMS */

/* BODY PANEL */
#bodyPan {
  width: 800px;
  position: relative;
  margin-top: -63px;
  paddding-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
/* Left Panel */
#leftPan {
  float: left;
  top: 0px;
  background: #ffffff;

  width: 590px;
  min-height: 500px;
  margin: 0px;
  padding: 0px 5px 0px 5px;
}
#leftPan h2 {
  font:
    18px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  color: #ff833b;
  padding: 10px 0 0 10px;
  margin: 0;
}
#leftPan h2 span {
  background: #efefef;
  color: #967001;
  font:
    14px/14px Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0;
}
#leftPan h3 {
  font:
    16px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  color: #ff833b;
  padding: 8px 0px 0px 10px;
  margin: 0px;
}
#leftPan h4 {
  font:
    12px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  color: #ff833b;
  padding: 8px 0px 0px 10px;
  margin: 0px 0px 5px 0px;
}
#leftPan h4.testimonial {
  text-align: right;
  padding: 0px 0px 0px 10px;
  margin: -10px 10px 0px 0px;
}
#leftPan h5 {
  font:
    18px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  color: #ff833b;
  padding: 0px 0px 0px 0px;
  margin: -10px 0px 0px 0px;
}
#leftPan p {
  font:
    88% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  line-height: 15px;
  padding: 10px 10px 14px 10px;
}
#leftPan a {
  font:
    88% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  line-height: 15px;
  padding: 10px 10px 14px 10px;
  color: #ff833b;
}
#leftPan p.more {
  height: 20px;
  display: block;
  margin: 0 0 13px 146px;
  padding: 0;
}
#leftPan p.more a {
  display: block;
  width: 100px;
  height: 20px;
  background: #efefef;
  font:
    14px/14px Georgia,
    "Times New Roman",
    Times,
    serif;
  color: #bf4d02;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 0;
}
#leftPan p.more a:hover {
  background: #efefef;
  color: #ff6500;
  text-decoration: none;
}
#leftworkPan {
  width: 200px;
  display: block;
  margin: 10px 0 0;
  padding: 0;
}
#leftPan ul {
  width: 590px;
  display: block;
  left: 0px;
  margin: 0px 0px 0px 10px;
  padding: 0px;
  color: #ff833b;
}
#leftPan ul li {
  float: left;
  display: block;
  width: 282px;
  height: 20px;
  border: 1px solid #c1c1c1;
  padding: 10px 0px 5px 0px;
  margin: 1px;
  font:
    11px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  text-align: center;
  text-decoration: none;
}
#leftPan ul li span {
  display: block;
  font:
    11px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#leftPan ul li a {
  display: block;
  color: #ff833b;
  font:
    11px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
#leftPan ul li a:hover {
  display: block;
  margin: 0;
  padding: 0px;
}
hr.thinline {
  background-color: #ff833b;
  height: 1px;
  border: 0px;
  margin: 10px 0px 0px 10px;
  padding: 0px;
  width: 96%;
}
#leftPan p.testimonials {
  font:
    78% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  font-style: italic;
  line-height: 15px;
  padding: 10px 10px 0px 10px;
}
#leftPan h4.testimonials {
  text-align: right;
  padding: 0px 0px 0px 0px;
  margin: 5px 10px 0px 0px;
}

/* /Left Panel */
/* Left Panel */
#leftPanC {
  float: left;
  top: 0px;
  width: 575px;
  height: 330px;
  margin: 0px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 10px;
  list-style-type: none;
  background-color: #ffffff;
}
#leftPanC h1 {
  font-weight: bold;
  color: #68a33d;
  margin: 0;
  text-align: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
#leftPanC h2 {
  font-weight: bold;
  color: #68a33d;
  margin: 0;
  text-align: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
#leftPanC h2 span {
  background: #efefef;
  color: #967001;
  font:
    14px/14px Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0;
}
#leftPanC h3 {
  font-weight: bold;
  color: #68a33b;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#leftPanC p {
  font:
    100% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  line-height: 18px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 0px;
  margin-top: 10px;
}

#leftPanCbehand {
  float: none;
  top: 0px;
  width: 590px;
  height: auto;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 10px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
#leftPanCbehand a:link {
  color: #68a33d;
  text-decoration: none;
}
#leftPanCbehand a:visited {
  color: #68a33d;
  text-decoration: none;
}
#leftPanCbehand a:hover {
  color: #68a33d;
  text-decoration: underline;
  font-weight: normal;
  font-style: normal;
}
#leftPanCbehand a:active {
  color: #68a33d;
  text-decoration: none;
}

#leftPanCbehand h1 {
  font-weight: bold;
  color: #68a33d;
  margin: 0;
  text-align: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 32px;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
#leftPanCbehand h2 {
  font-weight: bold;
  color: #68a33d;
  margin: 0;
  text-align: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 28px;
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
#leftPanCbehand h2 span {
  background: #efefef;
  color: #967001;
  font:
    14px/14px Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0;
}
#leftPanCbehand h3 {
  font-weight: bold;
  color: #68a33b;
  padding: 0px 0px 0px 0px;
  margin: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#leftPanCbehand p {
  font:
    100% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  display: block;
  line-height: 18px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 14px;
  padding-left: 0px;
  margin-top: 10px;
}
#leftPanCbehand ul {
  display: block;
  width: 240px;
  height: 154px;
  margin-left: 18px;
  float: left;
  overflow: hidden;
}
#leftPanCbehand ul li {
  display: block;
  list-style: circle;
  list-style-position: inherit;
}

#formbutton a {
  display: block;
  border: 0px;
  text-decoration: none;
  text-align: center;
  margin: 5px;
}
/* /Left Panel */

/* Right Panel */
#rightPan {
  float: none;
  background-image: url(../images/rightpan_bag.jpg);
  width: 210px;
  border: 0px;
  min-height: 0;
  color: #fff;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
#rightPan overskrift {
  text-decoration: none;
  color: #666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
#rightPan broedtekst {
  text-decoration: none;
  color: #666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
#rightPan p {
  padding: 0px 0px 0px 0px;
}
#rightPan p.paddingtop {
  color: #fff;
  font:
    10px/20px Georgia,
    "Times New Roman",
    Times,
    serif;
  font-style: italic;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
#rightPan p span.testomonial {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #bf4d02;
  font-size: 20px;
  line-height: 0px;
  padding: 0px;
  text-decoration: none;
}
#rightPan p.paddingtop a {
  text-decoration: none;
  color: #666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
#rightPan div.paddingtop a {
  text-decoration: none;
  color: #666;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
}
#rightPan p.name {
  color: #ff833b;
  font-style: italic;
  font-weight: bold;
  text-align: right;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#rightPan p.dotline {
  background: url(../images/dot-line.gif) 0 0 repeat-x;
  color: #666;
  margin: 5px 0px 0px 5px;
}
#rightPan h3.website {
  text-align: center;
  font:
    110% "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  color: #4d4d4d;
  padding: 0px;
  margin: 0px 0px 10px 15px;
}
#rightPan h2 {
  display: inline;
  width: 160px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 28px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#rightPan h2 span {
  background: #ffffff;
  color: #967001;
  font:
    14px/14px Arial,
    Helvetica,
    sans-serif;
  font-weight: bold;
  padding: 0;
  margin: 10px 0 0;
}
#rightPan h3 {
  display: inline;
  width: 160px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 0px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  padding-top: 1px;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#rightPan p.bottompadding {
  padding: 0 63px 22px 52px;
}
#rightPan p.more {
  height: 28px;
  display: block;
  position: relative;
  margin: 0;
  padding: 13px 0 38px 200px;
}
#rightPan p.more a {
  display: block;
  width: 100px;
  height: 20px;
  background: #fff;
  font:
    14px/14px Georgia,
    "Times New Roman",
    Times,
    serif;
  color: #bf4d02;
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  margin: 0;
  padding: 0;
}
#rightPan p.more a:hover {
  background: #fff;
  color: #ff6500;
  text-decoration: none;
}
#rightPan img {
  padding: 0;
  margin: 0px 0px 0px -8px;
  border: 0;
}
#rightPan ul {
  width: 200px;
  display: block;
  float: left;
  margin: 0;
  padding: 0px 2px 0px 2px;
}
#rightPan ul li.middle {
  width: 22px;
  background: none;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
}
#rightPan ul li {
  width: 85px;
  height: 95px;
  display: block;
  float: left;
  padding: 0 0 10px 0;
  margin: 0;
}
#rightPan ul li img {
  width: 85px;
  height: 85px;
  display: block;
  padding: 0;
  margin: 0;
}
#rightPan ul li a {
  width: 85px;
  height: 20px;
  display: block;
  background: url(../images/arrow.gif) no-repeat 100% 50% #efefef;
  color: #ff833b;
  font:
    12px/20px Georgia,
    "Times New Roman",
    Times,
    serif;
  text-decoration: none;
  text-align: center;
  margin: 0 0 0 0px;
  padding: 0;
}
#rightPan ul li a:hover {
  text-decoration: underline;
  display: block;
}
#rightPan #sidebar p {
  color: #ffffff;
  font:
    14px/20px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  margin: 0 10px 8px 0;
}
#rightPan #sidebar ul {
  width: auto;
  float: none;
  margin: 0;
  padding: 0 10px 0 18px;
}
#rightPan #sidebar ul li {
  width: auto;
  height: auto;
  float: none;
  display: list-item;
  list-style: disc;
  color: #ffffff;
  font:
    13px/18px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  margin: 0 0 6px 0;
  padding: 0;
}
#rightPan #sidebar {
  padding-top: 6px;
}
#recentwebs {
  float: right;
  width: 190px;
  border: 0px;
}

#quicklinks {
  margin-left: 5px;
}

/* /Right Panel */

.bottomstrip-nav {
  width: 800px;
  max-width: 800px;
  margin: 8px auto 0 auto;
  box-sizing: border-box;
}
.bottomstrip-gallery {
  width: 100%;
  padding: 6px 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 6px;
  line-height: 0;
  box-sizing: border-box;
}
.bottomstrip-gallery a {
  width: 100%;
  height: 100px;
  display: block;
  border-radius: 2px;
  overflow: hidden;
}
.bottomstrip-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}
.bottomstrip-gallery a:hover img {
  transform: scale(1.04);
  opacity: 0.96;
}

/* footer Panel */
#mainfooterbody {
  background: url(../images/footer-bg.png) 0 0 repeat-x;
  color: #666;
  padding: 0px;
  margin: 0px;
  clear: both;
}
#footerPan {
  height: 151px;
  width: 800px;
  position: relative;
  margin: 0 auto;
  padding: 0px 0px 0px 0px;
}
#footerPan ul {
  width: 600px;
  display: block;
  position: absolute;
  left: 190px;
  top: 84px;
  padding: 0;
}
#footerPan li {
  float: right;
  font:
    12px/15px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  font-weight: normal;
  list-style-type: none;
}
#footerPan ul li a {
  color: #666;
  text-decoration: none;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
#footerPan ul li a:hover {
  text-decoration: underline;
}
#footerPan ul li a.padl {
  padding: 0 0 0 14px;
}

#footerPan p {
  margin: 80px 90px 0 0;
  display: block;
  position: absolute;
  top: 0px;
  right: 40px;
  color: #ff833b;
  font:
    11px/15px "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
}
#footerPanleft {
  width: 355px;
  height: 75px;
  float: left;
  background: url(../images/vertical-dot.gif) 100% 0 repeat-y;
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
#footerPanleft img {
  margin-top: 22px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 22px;
}
#footerPanright {
  width: 105px;
  height: 50px;
  float: right;
  margin-top: 42px;
  margin-right: 30px;
  margin-bottom: 0px;
  margin-left: 0px;
}
