a {
  color: #84c5c9;
  text-decoration: underline;
}

a:hover {
  color: #fdfdfd;
}

.innercenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.herotext {
  max-height: 100%;
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 0px;
  color: #f5f2ea;
  font-size: 34px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.frameimg {
  z-index: 1;
  overflow: hidden;
  width: 180px;
  max-height: 100%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.stol {
  position: relative;
  z-index: 99;
  overflow: hidden;
  width: 280px;
  margin-right: -115px;
  margin-bottom: 85px;
  margin-left: -165px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  cursor: -webkit-grab;
  cursor: grab;
}

.centerhero {
  position: relative;
  overflow: hidden;
  width: 560px;
  height: 60%;
  margin-top: 90px;
  margin-right: 5.6vw;
  margin-left: 5.6vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  text-align: center;
}

.tilbudsknap {
  display: inline-block;
  padding: 12px 24px 10px;
  border: 4px solid #84c5c9;
  border-radius: 8px;
  background-color: #5985a3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #f5f2ed;
  font-size: 15px;
  line-height: 15px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.tilbudsknap:hover {
  border-color: #71cacf;
  background-color: rgba(78, 124, 160, 0.87);
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.tilbudsknap:active {
  border-width: 5px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.tilbudsknap.ring {
  border-width: 3px;
  font-size: 19px;
  text-transform: none;
}

.laptop {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 120px;
  margin-right: -55px;
  margin-bottom: 236px;
  margin-left: -65px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.morebold {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 136px;
  z-index: 999;
  display: block;
  width: 56px;
  height: 56px;
  margin: 12px auto;
  padding: 4px;
  border: 1px solid #fff;
  border-radius: 365px;
  background-color: rgba(255, 255, 255, 0.79);
}

.hero {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  max-height: 1025px;
  min-height: 680px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/startback.jpg'), -webkit-gradient(linear, left top, left bottom, from(#5985a3), to(#5985a3));
  background-image: url('../images/startback.jpg'), linear-gradient(180deg, #5985a3, #5985a3);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.fedtext {
  color: #dfd9c5;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  max-height: 75px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  opacity: 1;
}

.navcontainer {
  height: 100%;
  max-width: 1170px;
  padding: 0px 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.logo {
  position: relative;
  max-height: 100%;
  padding-top: 8px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 3px;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbarlink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-right: 7px;
  margin-left: 8px;
  padding: 0px 2px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-style: none none solid;
  border-width: 4px 4px 3px;
  border-color: transparent;
  -webkit-transition: border-color 800ms cubic-bezier(.075, .82, .165, 1);
  transition: border-color 800ms cubic-bezier(.075, .82, .165, 1);
  color: #f5f2ea;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.navbarlink:hover {
  border-bottom-color: #f5f2ea;
}

.navbarlink.w--current {
  border-bottom-color: #84c5c9;
  color: #f5f2ea;
}

.navbarlink.green {
  color: #9de2e7;
}

.herostopper {
  width: 100vw;
  height: 4px;
  margin-top: -12px;
  background-color: #7a7a7a;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.44);
}

.columns {
  margin-top: 58px;
  margin-bottom: 110px;
}

.iconcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-bottom: 24px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.infoicon {
  width: 64px;
  height: 64px;
  margin-bottom: 11px;
}

.icontxt {
  max-width: 240px;
  color: #555;
  font-weight: 600;
  text-align: center;
}

.morebutton {
  margin-bottom: 10px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  border-style: none none solid;
  border-width: 4px;
  border-color: #000 #000 #84c5c9;
  background-color: transparent;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.morebutton:hover {
  border-bottom-color: #5985a3;
  color: #2f2f2f;
}

.morebutton.white {
  color: #fff;
}

.cardimage {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 90px;
  margin-bottom: 114px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txtcard {
  position: relative;
  left: auto;
  z-index: 999;
  width: 55%;
  min-height: 350px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 34px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #5985a3;
  border-radius: 8px;
  background-color: #fdfdfd;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 30px;
}

.txtcard.mid {
  left: -10%;
  background-color: #fdfdfd;
}

.txtcard.mid {
  left: -10%;
  background-color: #fdfdfd;
}

.servicessection {
  padding-top: 110px;
  padding-bottom: 18px;
}

.blobbers {
  width: 320px;
  margin-left: 5%;
  opacity: 0.86;
}

.imgcard {
  position: relative;
  left: -10%;
  z-index: 998;
  overflow: hidden;
  width: 55%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 8px;
}

.imgcard.mid {
  left: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-color: #84c5c9;
}

.heading-11 {
  font-weight: 700;
}

.image {
  width: 260px;
  max-width: 100%;
  padding-bottom: 1px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.paragraph {
  padding-bottom: 6px;
  font-size: 18px;
  line-height: 30px;
}

.paragraph.fed {
  font-weight: 700;
}

.tbtxt {
  margin-bottom: -16px;
  color: #84c5c9;
  font-weight: 600;
  text-transform: uppercase;
}

.contactsection1 {
  position: relative;
  z-index: 998;
  overflow: hidden;
  padding-top: 0px;
  border-top: 5px solid #5985a3;
  background-color: #1f1f1f;
  color: #fae7d2;
}

.contactsection2 {
  padding-top: 12px;
  padding-bottom: 102px;
  box-shadow: 1px 1px 3px 0 #000;
}

.bluearrowdown {
  position: relative;
  top: -42px;
  z-index: 900;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-style: none solid solid none;
  border-width: 3px 5px 5px 3px;
  border-color: hsla(0, 0%, 99.2%, 0.71) #84c5c9 #84c5c9 hsla(0, 0%, 99.2%, 0.71);
  border-radius: 4px;
  background-color: #5985a3;
  background-image: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.formfield {
  height: auto;
  margin-top: 0px;
  margin-bottom: 26px;
  border-style: solid;
  border-width: 2px 5px;
  border-color: #84c5c9;
  border-radius: 8px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
  font-size: 16px;
}

.formfield:focus {
  border-width: 2px 5px;
  border-color: #5985a3;
}

.formfield.txt {
  height: 160px;
}

.formfield.left {
  display: inline-block;
  width: 50%;
  margin-left: -10px;
}

.formfield.right {
  display: inline-block;
  width: 50%;
  margin-right: -10px;
  margin-left: 20px;
}

.body {
  background-color: #f1f1ed;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.paragraph-2 {
  color: #2f2f2f;
}

.lefthero {
  position: relative;
  display: block;
  width: 140px;
  height: 60%;
  margin-top: 90px;
  margin-right: -140px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.innerleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-bottom: 144px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regular-checkbox {
  margin-top: 0px;
  margin-left: 0px;
}

.checkboxinvisible {
  width: 4px;
  height: 4px;
  margin-bottom: 0px;
}

.checkbox-field {
  display: inline-block;
  margin-bottom: 0px;
  padding-left: 0px;
}

.checkdiv {
  margin-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.checklabel {
  margin-top: -32px;
  margin-left: 38px;
  color: #585858;
  font-size: 16px;
  line-height: 24px;
}

.cardheadding {
  font-size: 32px;
  line-height: 36px;
}

.bedrecontainer {
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
}

.logolink {
  display: block;
  height: 100%;
  max-width: 175px;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.footer {
  padding-top: 78px;
  padding-bottom: 0px;
  border-bottom: 5px none #5985a3;
  background-color: #1f1f1f;
  color: #f5f3ea;
  font-size: 15px;
}

.footeroverskrift {
  padding-top: 23px;
  padding-bottom: 4px;
  color: #84c5c9;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

.footeroverskrift.seperat {
  padding-top: 32px;
}

.footertxt {
  color: #f5f3ea;
  font-weight: 400;
}

.footerlink {
  display: inline-block;
  margin-bottom: 6px;
  border-bottom: 3px solid transparent;
  color: #f5f3ea;
  font-weight: 400;
  text-decoration: none;
}

.footerlink:hover {
  border-bottom-style: solid;
  border-bottom-color: #84c5c9;
}

.footerlink.alt.w--current {
  font-size: 14px;
  line-height: 26px;
}

.image-5 {
  width: 200px;
  font-weight: 400;
}

.footergrid {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.copyright {
  margin-top: 90px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-bottom: 5px none #5985a3;
  background-color: #2f2f2f;
  color: #f5f3ea;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.webdesignsection {
  padding-top: 90px;
  padding-bottom: 90px;
  border-top: 5px solid #84c5c9;
  border-bottom: 5px solid #84c5c9;
  background-color: #5985a3;
  background-image: linear-gradient(122deg, #47708b, #628eac);
  color: #fdfdfd;
  font-size: 20px;
  line-height: 30px;
}

.sommerfugl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 350px;
  min-width: 350px;
  margin-top: -34px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(-6deg) scale(0.8);
  -ms-transform: rotate(-6deg) scale(0.8);
  transform: rotate(-6deg) scale(0.8);
}

.vingeblok {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 50%;
  height: 100%;
  margin-right: 40px;
  padding-right: 20px;
  background-image: url('../images/s4.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.paragraph-4 {
  margin-top: 10px;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.text-block-5 {
  padding-right: 19px;
}

.kontaktblok {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 98px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.profil {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0px;
  padding-left: 22px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.div-block-11 {
  width: 75%;
  padding-bottom: 87px;
}

.inlinelink {
  border-style: solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fdfdfd;
  color: #fdfdfd;
  text-decoration: none;
}

.inlinelink:hover {
  border-bottom-color: #84c5c9;
  color: #fff;
}

.minihero {
  padding-top: 85px;
  border-bottom: 5px solid #84c5c9;
  background-color: #5985a3;
  background-image: url('../images/topback.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fdfdfd;
}

.nyhjemmesidesection {
  margin-top: 381px;
  margin-bottom: 84px;
}

.div-block-12 {
  height: 5px;
  background-color: #84c5c9;
}

.heroblok {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -292px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f5f2ea;
}

.lefthblk {
  position: static;
  z-index: 1000;
  overflow: visible;
  margin-right: 2px;
  padding-left: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-6 {
  overflow: hidden;
  margin-bottom: -136px;
  padding-top: 67px;
}

.image-6.webmaster {
  margin-bottom: -91px;
}

.button {
  position: relative;
  left: 81px;
  bottom: 107px;
  z-index: 999;
  padding: 11px 20px 9px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 4px;
  border-color: #f5f2ea;
  border-radius: 8px;
  background-color: #4f7c9b;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg);
  color: #f5f2ea;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.righthblok {
  position: relative;
  left: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 320px;
  min-width: 320px;
  margin-left: 54px;
}

.righthblok.nyhjemmeside {
  top: -292px;
  overflow: hidden;
  width: 320px;
  min-width: 320px;
  margin-right: 25px;
  margin-left: 25px;
}

.righthblok.webmaster {
  top: -292px;
  overflow: hidden;
  width: 320px;
  min-width: 320px;
  margin-right: 25px;
  margin-left: 25px;
}

.minicard {
  position: relative;
  margin-top: 61px;
  margin-bottom: 61px;
  padding-top: 51px;
  padding-bottom: 51px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.minicardtxt {
  position: relative;
  z-index: 2;
  max-width: 100%;
  padding: 14px 28px 38px 32px;
  float: right;
  border-style: solid;
  border-width: 5px;
  border-color: #5985a3;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.minicardtxt.mid {
  left: auto;
  border-color: #5985a3;
}

.minicardimg {
  position: absolute;
  left: 22px;
  top: 61px;
  z-index: 999;
  overflow: hidden;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.minicardimg.mid {
  left: auto;
  right: 22px;
  bottom: 0%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  border-color: #84c5c9;
  background-color: #fdfdfd;
}

.miniimg {
  width: 100px;
}

.miniimg.adjust04 {
  margin-left: 8px;
}

.miniimg.adjust02 {
  margin-top: 4px;
  margin-left: 3px;
}

.miniimg.adjust05 {
  margin-top: 17px;
}

.miniimg.adjust08 {
  margin-top: 3px;
}

.minicardinnertxt.mid {
  padding-left: 0px;
}

.minicardhead {
  padding-left: 114px;
  font-size: 32px;
  line-height: 42px;
}

.minicardhead.mid {
  padding-right: 106px;
  padding-left: 0px;
}

.minicardparagraf {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.minicardcounter {
  position: absolute;
  left: auto;
  top: 12px;
  right: 16px;
  bottom: auto;
  z-index: 1;
  display: inline-block;
  float: right;
  color: #84c5c9;
  font-size: 44px;
  font-weight: 700;
}

.minicardcounter.mid {
  left: 16px;
  right: auto;
  bottom: auto;
  float: left;
}

.altheadcolor {
  color: #dfd9c5;
  font-weight: 700;
}

.profilarrowdown {
  position: relative;
  top: -49px;
  z-index: 999;
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #3b3b34;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.miniherotext {
  margin-top: 4px;
  margin-bottom: 46px;
  color: #f5f2ea;
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.tilbud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-top: 63px;
  padding-bottom: 142px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  padding-bottom: 8px;
  color: #5985a3;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
}

.text-block-8 {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #84c5c9;
  font-size: 54px;
  line-height: 64px;
  font-weight: 700;
  text-align: center;
}

.miniherotitle {
  margin-top: 70px;
  margin-bottom: 0px;
  color: #f5f2ea;
  font-size: 24px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.miniheroend2 {
  position: relative;
  z-index: 999;
  display: block;
  height: 54px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 133, 163, 0)), to(#5985a3));
  background-image: linear-gradient(180deg, rgba(89, 133, 163, 0), #5985a3);
}

.righthblok2 {
  position: relative;
  left: auto;
  top: 56px;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  margin-left: 23px;
}

.imgblock-2 {
  position: relative;
  left: -5%;
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 40%;
  height: 360px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #87c5c8;
  border-radius: 8px;
  background-image: url('../images/topback.jpg');
  background-position: 100% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.imgblock-2.mid2 {
  left: 0%;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.imgblock-2.imgblk3 {
  height: 400px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.floatingblock {
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 2.5px;
  border-color: #f5f2ea;
  border-radius: 3px;
  background-color: #84c5c9;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.floatingblock.floater1 {
  position: relative;
  left: 68px;
  top: 45px;
  width: 33px;
  height: 33px;
  -webkit-transform: rotate(-143deg);
  -ms-transform: rotate(-143deg);
  transform: rotate(-143deg);
}

.floatingblock.floater2 {
  position: relative;
  left: 96%;
  top: 141px;
  width: 34px;
  height: 34px;
}

.floatingblock.floater4 {
  position: relative;
  left: 62%;
  top: -24px;
  width: 24px;
  height: 24px;
  border-style: solid;
}

.floatingblock.floater3 {
  position: relative;
  left: 23%;
  top: 13px;
  width: 22px;
  height: 22px;
}

.floatingblock.floater5 {
  position: relative;
  left: 80%;
  top: -39px;
  width: 25px;
  height: 25px;
  border-style: solid;
}

.heroblok2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -12px;
  margin-bottom: -12px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f5f2ea;
}

.minihero2 {
  overflow: hidden;
  padding-top: 53px;
  background-color: #5985a3;
  background-image: url('../images/topback.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fdfdfd;
}

.colorcard2 {
  position: relative;
  left: auto;
  z-index: 999;
  width: 65%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 8px 34px 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #5985a3;
  border-radius: 8px;
  background-color: #fdfdfd;
  color: #2f2f2f;
  font-size: 18px;
  line-height: 30px;
}

.colorcard2.mid2 {
  left: -5%;
}

.paragraph-6 {
  color: #2f2f2f;
}

.text-block-10 {
  margin-bottom: 34px;
  font-size: 26px;
  text-align: center;
}

.text-block-11 {
  display: inline-block;
  padding-right: 10px;
  font-weight: 600;
}

.kontaktmigher {
  margin-right: auto;
  margin-left: auto;
  padding: 108px 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.paragraph-7 {
  margin-top: 31px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.floatlogo {
  position: relative;
  left: 102px;
  top: 0px;
  width: 45px;
  height: 45px;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 6px;
  background-color: #5985a3;
}

.cardimage2 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: perspective(0px);
  transform: perspective(0px);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.cardimage2.img1 {
  position: relative;
  bottom: -5px;
  z-index: 9999;
  height: 290px;
  padding-left: 50px;
}

.cardimage2.img2 {
  position: relative;
  left: -5px;
  bottom: -5px;
  height: 220px;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.cardimage2.img3 {
  position: relative;
  height: 182px;
  margin-bottom: -5px;
}

.imgholder {
  margin-right: -5px;
  margin-bottom: 0px;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.imgholder.mid {
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.div-block-17 {
  margin-right: 50px;
  margin-left: 50px;
  padding: 24px 28px 22px;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 8px;
  background-color: #fdfdfd;
  color: #2f2f2f;
}

.div-block-18 {
  position: relative;
  top: -27px;
  right: -33%;
  width: 100%;
  float: right;
  border-style: solid;
  border-width: 5px;
  border-color: #5985a3;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.whitearrow {
  position: relative;
  top: -49px;
  right: 67px;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin-right: auto;
  margin-bottom: -100px;
  margin-left: auto;
  float: right;
  border-style: none solid solid none;
  border-width: 3px 5px 5px 3px;
  border-color: hsla(0, 0%, 99.2%, 0.71) #5985a3 #5985a3 hsla(0, 0%, 99.2%, 0.71);
  border-radius: 8px;
  background-color: #fdfdfd;
  background-image: none;
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-19 {
  position: relative;
  top: -17px;
  z-index: 999;
  height: 12px;
  margin-right: 55px;
  margin-left: 70px;
  background-color: #fdfdfd;
}

.div-block-20 {
  position: relative;
  z-index: 999;
  margin-right: 5px;
  margin-left: 5px;
  padding-top: 33px;
  padding-bottom: 30px;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.heroheadding {
  margin-right: 345px;
}

.omodinasection {
  overflow: hidden;
  padding-bottom: 22px;
}

.webmasterfix {
  position: relative;
  left: 139px;
  top: 55px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 8px;
  background-color: #4b7a9b;
}

.kontaktsection {
  margin-top: 40px;
  margin-bottom: 144px;
}

.gradientsection {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  border-top: 5px solid #84c5c9;
  border-bottom: 5px solid #84c5c9;
  background-image: url('../images/webdesigner-dansk.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fdfdfd;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.32);
}

.webdesignerdanmarktxt {
  max-width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 24px;
  line-height: 38px;
}

.cardom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 85px;
  margin-bottom: 110px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  border-top: 5px solid #84c5c9;
  border-bottom: 5px solid #84c5c9;
  background-image: url('../images/topback.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fdfdfd;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-right: 28px;
  padding: 0px 22px 33px;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.div-block-25-copy {
  padding: 21px;
  border-style: solid;
  border-width: 5px;
  border-color: #5985a3;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.columns-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.column {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.column-2 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.heroblok3 {
  position: relative;
  z-index: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 19px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #f5f2ea;
}

.righthblok3 {
  position: relative;
  left: auto;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  width: 320px;
  min-width: 320px;
  margin-left: 54px;
  padding-top: 12px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.kontakticons {
  width: 150px;
}

.bluearrowdown-copy {
  position: relative;
  left: 47px;
  z-index: 900;
  width: 44px;
  height: 44px;
  margin-right: auto;
  margin-left: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-style: solid solid none none;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 4px;
  background-color: #fdfdfd;
  background-image: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.div-block-26 {
  width: 100%;
  margin-right: -44px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-4 {
  overflow: hidden;
}

.div-block-27 {
  height: 5px;
  background-color: #84c5c9;
}

.minihero3 {
  padding-top: 85px;
  background-color: #5985a3;
  background-image: url('../images/topback.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fdfdfd;
}

.paragraph-8 {
  text-align: center;
}

.iconcolumn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 14px;
  padding-left: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns2 {
  margin-top: 32px;
  margin-bottom: 90px;
}

.section-5 {
  overflow: hidden;
  padding-top: 85px;
  background-image: url('../images/topback.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #f5f2ea;
  text-align: center;
}

.content {
  border-bottom: 5px solid #84c5c9;
}

.textarea {
  margin-top: 91px;
  margin-bottom: 91px;
  padding: 22px;
  border-style: solid;
  border-width: 5px;
  border-color: #5985a3;
  border-radius: 8px;
  background-color: #fdfdfd;
}

.bluearrowdown-2 {
  position: relative;
  top: -42px;
  z-index: 900;
  width: 80px;
  height: 80px;
  margin-right: auto;
  margin-left: auto;
  border-style: none solid solid none;
  border-width: 3px 5px 5px 3px;
  border-color: hsla(0, 0%, 99.2%, 0.71) #84c5c9 #84c5c9 hsla(0, 0%, 99.2%, 0.71);
  border-radius: 4px;
  background-color: #5985a3;
  background-image: none;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.miniheroend2-2 {
  position: relative;
  z-index: 999;
  display: block;
  height: 54px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(89, 133, 163, 0)), to(#5985a3));
  background-image: linear-gradient(180deg, rgba(89, 133, 163, 0), #5985a3);
}

.miniherotext2 {
  margin-top: 47px;
  margin-bottom: 5px;
  color: #f5f2ea;
  font-size: 44px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.text-block-13 {
  font-size: 18px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.18);
}

.contactclientfields {
  margin-top: 30px;
  margin-right: 10px;
  margin-left: 10px;
}

.text-block-14 {
  margin-bottom: 27px;
  font-size: 18px;
}

.success-message {
  margin-top: 40px;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: transparent;
}

.forminfolabel {
  display: none;
  margin-bottom: 0px;
  color: #666161;
  font-size: 18px;
  font-weight: 600;
}

.error-message {
  border-style: solid;
  border-width: 5px;
  border-color: #814949;
  border-radius: 8px;
}

.text-block-15 {
  font-weight: 600;
}

.div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-14 {
  text-align: center;
}

.link {
  color: #5985a3;
}

.link:hover {
  color: #1e7dbe;
}

.h1def {
  font-size: 34px;
  line-height: 40px;
}

.miniherowebmaster {
  padding-top: 85px;
  border-bottom: 5px solid #84c5c9;
  background-color: #5985a3;
  background-image: url('../images/topback.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fdfdfd;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.search-input {
  display: inline-block;
  margin-bottom: 0px;
}

.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 9px;
}

.search-input-2 {
  margin-bottom: 0px;
}

.knapwrap {
  margin-top: 30px;
}

.heading-15 {
  text-align: center;
}

.paragraphws {
  margin-top: 31px;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.webmasterservicetyper {
  margin-right: auto;
  margin-left: auto;
  padding: 86px 32px 116px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-16 {
  margin-top: 38px;
}

.startdialogen {
  font-size: 18px;
}

.list1 {
  margin-top: 6px;
  margin-bottom: 18px;
  padding-left: 20px;
  font-size: 18px;
}

.simplelink {
  color: #333;
}

.simplelink:hover {
  color: #5985a3;
}

.headingx {
  margin-top: 67px;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 46px;
}

.link-4 {
  display: inline-block;
  margin-top: 75px;
  border-bottom: 4px solid #fdfdfd;
  color: #fdfdfd;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.link-4:hover {
  border-bottom-color: #84c5c9;
}

.hjemmesideprisoginfo {
  margin-right: auto;
  margin-left: auto;
  padding: 38px 32px 116px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.floatlogo2 {
  width: 45px;
  height: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 4px;
  border-color: #84c5c9;
  border-radius: 6px;
  background-color: #5985a3;
}

.div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 82px;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item {
  margin-bottom: 12px;
  padding: 6px 12px;
  border-style: solid;
  border-width: 3px;
  border-color: #84c5c9;
  border-radius: 5px;
  background-color: rgba(55, 102, 134, 0.22);
  font-size: 15px;
  text-align: left;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.supportquestion {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 17px;
  font-weight: 600;
}

.downarrow {
  width: 48px;
  height: 48px;
  margin: -6px 0px;
}

.accordion-item-content {
  overflow: hidden;
}

.columns-5 {
  margin-top: 28px;
}

.fedfaq {
  font-weight: 700;
}

.link-block {
  margin-bottom: 6px;
  margin-left: 14px;
}

.heading-16 {
  margin-right: 32px;
  margin-bottom: 12px;
  margin-left: 32px;
  color: #555;
  font-size: 34px;
  text-align: center;
}

.paragraph-10 {
  margin-right: 32px;
  margin-left: 32px;
  color: #444;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.popup-overlay {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fdfdfd;
}

.cookieconsentok {
  height: 32px;
  margin-left: 26px;
  padding: 4px 30px;
  border-radius: 6px;
  background-color: #5985a3;
}

.cookiewrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -2px 0 3px 1px #7a7a7a;
}

.morelinksimple {
  color: #333;
  font-weight: 600;
}

.morelinksimple:hover {
  color: #5985a3;
}

.link-5 {
  color: #fdfdfd;
  text-decoration: none;
}

.blackindinelink {
  color: #333;
}

.blackindinelink:hover {
  color: #84c5c9;
}

.tilbudsection {
  border-top: 1px solid #cececd;
  background-color: #ecece5;
}

.heading-17 {
  margin-bottom: 54px;
  font-size: 44px;
  line-height: 72px;
  font-weight: 600;
  text-align: center;
}

.heading-14b {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.div-block-35 {
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  border-right: 1px solid #cececd;
  border-bottom: 1px solid #cececd;
  background-color: #f1f1ed;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.webmastersection {
  margin-top: 381px;
}

.paragraph7b {
  margin-top: 31px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.tilbudsknap2 {
  display: inline-block;
  margin-top: 7px;
  padding: 16px 30px;
  border: 4px solid #84c5c9;
  border-radius: 8px;
  background-color: #5985a3;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease;
  transition: border-width 200ms ease, border-color 300ms ease, background-color 300ms ease, opacity 300ms ease, transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
  color: #f5f2ed;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}

.tilbudsknap2:hover {
  border-color: #71cacf;
  background-color: rgba(78, 124, 160, 0.87);
  box-shadow: 4px 4px 3px 0 rgba(0, 0, 0, 0.3);
  -webkit-perspective: 0px;
  perspective: 0px;
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
}

.tilbudsknap2:active {
  border-width: 5px;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.wdhead {
  margin-top: 40px;
}

.image-10 {
  width: 120px;
}

.footersmalltxt {
  margin-bottom: -4px;
}

.footersmalltxt.part2 {
  margin-top: 6px;
}

.underline {
  text-decoration: underline;
}

.text-block-18 {
  display: inline-block;
  padding: 11px 43px 11px 11px;
  text-align: center;
}

.div-block-36 {
  margin-top: 66px;
  background-color: #2f2f2f;
  text-align: center;
}

.column-3 {
  padding-left: 0px;
}

.imgcard-2 {
  position: relative;
  left: -10%;
  z-index: 998;
  overflow: hidden;
  width: 55%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 5px;
  border-color: #84c5c9;
  border-radius: 8px;
}

.imgcard-2.mid {
  left: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  border-color: #84c5c9;
}

.morebutton-2 {
  margin-bottom: 10px;
  padding-right: 2px;
  padding-bottom: 0px;
  padding-left: 2px;
  border-style: none none solid;
  border-width: 4px;
  border-color: #000 #000 #84c5c9;
  background-color: transparent;
  color: #2f2f2f;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  text-transform: uppercase;
}

.morebutton-2:hover {
  border-bottom-color: #5985a3;
  color: #2f2f2f;
}

.div-block-37 {
  text-align: center;
}

.text-block-19 {
  background-image: url('../images/kphone.svg');
  background-position: 0% 50%;
  background-size: auto;
  font-size: 40px;
}

@media screen and (max-width: 991px) {
  .innercenter {
    display: block;
    padding-right: 44px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .herotext {
    font-size: 3.8vw;
    line-height: 5.5vw;
    text-align: left;
    letter-spacing: normal;
  }

  .stol {
    position: relative;
    margin-right: -30px;
    margin-bottom: 46px;
    margin-left: -250px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .centerhero {
    position: static;
    width: 67vw;
    margin-top: 104px;
    margin-right: 32px;
    margin-left: 32px;
    text-align: left;
  }

  .tilbudsknap {
    padding: 10px 20px 9px;
    font-size: 14px;
  }

  .laptop {
    margin-right: -35px;
    margin-bottom: 196px;
    margin-left: -155px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .morebold {
    display: none;
  }

  .hero {
    max-height: 680px;
    min-height: 640px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar {
    z-index: 9999;
    max-height: 80px;
  }

  .navcontainer {
    padding-right: 20px;
    padding-left: 28px;
    background-color: transparent;
  }

  .navcontainer:focus {
    background-color: #2f2f2f;
  }

  .nav-menu {
    height: 100vh;
    padding-left: 22px;
    background-color: #2f2f2f;
  }

  .navbarlink {
    margin-top: 18px;
    margin-bottom: 18px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    border-bottom-style: none;
    border-bottom-width: 5px;
    border-left-style: solid;
    border-left-width: 5px;
    font-size: 22px;
    line-height: 44px;
  }

  .navbarlink:hover {
    border-left-color: #f5f2ea;
  }

  .navbarlink.w--current {
    border-left-color: #84c5c9;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 2px 6px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #f5f2ea;
    font-size: 34px;
  }

  .herostopper {
    margin-top: 0px;
  }

  .columns {
    margin-bottom: 92px;
  }

  .iconcolumn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    line-height: 22px;
  }

  .infoicon {
    width: 54px;
    height: 54px;
    margin-right: 14px;
  }

  .icontxt {
    width: 67%;
    text-align: left;
  }

  .card {
    margin-bottom: 92px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .txtcard {
    width: 60%;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 14px;
    font-size: 17px;
    line-height: 24px;
  }

  .txtcard.mid {
    left: -15%;
  }

  .txtcard.mid {
    left: -15%;
  }

  .servicessection {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .blobbers {
    margin-top: -18px;
    margin-bottom: -18px;
  }

  .imgcard {
    left: -15%;
    width: 55%;
  }

  .image {
    width: 220px;
    margin-bottom: -13px;
  }

  .innerleft {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cardheadding {
    font-size: 28px;
    line-height: 36px;
  }

  .iconwrap {
    text-align: center;
  }

  .bedrecontainer {
    padding-right: 28px;
    padding-left: 28px;
  }

  .bedrecontainer.cards {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logolink {
    max-width: 160px;
  }

  .footergrid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .sommerfugl {
    margin-top: 8px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }

  .div-block-10 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .minihero {
    padding-top: 60px;
  }

  .nyhjemmesidesection {
    margin-top: 338px;
  }

  .heroblok {
    margin-bottom: -253px;
  }

  .image-6 {
    margin-bottom: -147px;
  }

  .button {
    left: 69px;
    bottom: 69px;
    padding: 9px 14px 7px;
  }

  .righthblok {
    margin-left: 32px;
  }

  .righthblok.nyhjemmeside {
    top: -253px;
    width: 280px;
    min-width: 280px;
    margin-right: 0px;
  }

  .righthblok.webmaster {
    top: -253px;
    width: 280px;
    min-width: 280px;
    padding-top: 115px;
  }

  .text-block-7 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .text-block-8 {
    padding-right: 24px;
    padding-left: 24px;
  }

  .miniherotitle {
    letter-spacing: 0.2px;
  }

  .righthblok2 {
    margin-left: 32px;
  }

  .imgblock-2 {
    left: -5%;
    width: 40%;
  }

  .heroblok2 {
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .minihero2 {
    padding-top: 40px;
  }

  .colorcard2 {
    width: 65%;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 14px;
    font-size: 17px;
    line-height: 24px;
  }

  .colorcard2.mid2 {
    left: -5%;
  }

  .floatlogo {
    left: 66px;
    width: 40px;
    height: 40px;
  }

  .cardimage2.img1 {
    height: 240px;
  }

  .cardimage2.img2 {
    height: 175px;
  }

  .cardimage2.img3 {
    height: 126px;
  }

  .div-block-17 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .div-block-18 {
    width: auto;
  }

  .div-block-19 {
    width: 80%;
    margin-right: 5px;
    float: right;
  }

  .div-block-20 {
    height: 100%;
  }

  .heroheadding {
    margin-right: 0px;
  }

  .webmasterfix {
    left: 118px;
  }

  .gradientsection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/webdesigner-dansk.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/webdesigner-dansk.jpg');
    background-position: 0px 0px, 80% 50%;
  }

  .cardom {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-25 {
    margin-right: 0px;
    margin-bottom: 54px;
  }

  .columns-4 {
    display: block;
  }

  .heroblok3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .righthblok3 {
    margin-left: 32px;
  }

  .heroheadding3 {
    margin-right: 0px;
  }

  .kontakticons {
    width: 130px;
  }

  .bluearrowdown-copy {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 33px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  .div-block-26 {
    position: relative;
    z-index: 999;
    background-color: #fdfdfd;
  }

  .minihero3 {
    padding-top: 60px;
  }

  .iconcolumn2 {
    font-size: 15px;
    line-height: 22px;
  }

  .h1def {
    font-size: 32px;
    line-height: 40px;
  }

  .miniherowebmaster {
    padding-top: 60px;
  }

  .mainsec {
    overflow: hidden;
  }

  .knapwrap {
    margin-top: 28px;
  }

  .list1 {
    padding-left: 20px;
  }

  .floatlogo2 {
    left: 66px;
    width: 40px;
    height: 40px;
  }

  .link-block {
    display: none;
  }

  .popup-overlay {
    display: block;
  }

  .heading-17 {
    padding-right: 18px;
    padding-left: 18px;
  }

  .webmastersection {
    margin-top: 338px;
  }

  .tilbudsknap2 {
    padding: 10px 20px 9px;
    font-size: 14px;
  }

  .column-3 {
    padding-left: 0px;
  }

  .imgcard-2 {
    left: -15%;
    width: 55%;
  }
}

@media screen and (max-width: 767px) {
  .innercenter {
    width: auto;
    height: auto;
    max-height: none;
    padding-top: 22px;
    padding-bottom: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .herotext {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .frameimg {
    display: none;
  }

  .stol {
    display: none;
  }

  .centerhero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    height: 100%;
    margin-top: 0px;
    margin-right: 24px;
    margin-left: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .laptop {
    display: none;
  }

  .hero {
    height: 100vh;
    max-height: 100vh;
    min-height: 400px;
    background-image: url('../images/backx2.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/backx2.jpg'), linear-gradient(180deg, transparent, transparent);
    background-position: 50% 0%, 0px 0px;
    background-size: auto, auto;
  }

  .navbar {
    max-height: 70px;
  }

  .navcontainer {
    padding-right: 16px;
    padding-left: 16px;
  }

  .herostopper {
    display: none;
  }

  .columns {
    margin-bottom: 12px;
  }

  .iconcolumn {
    height: 100px;
    padding-bottom: 0px;
  }

  .infoicon {
    width: 52px;
    height: 52px;
  }

  .icontxt {
    width: 80%;
    max-width: 100%;
    padding-left: 12px;
    text-align: left;
  }

  .cardimage {
    width: 100%;
    margin-top: -10%;
  }

  .card {
    margin-top: 0px;
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .card.mid {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .txtcard {
    left: auto;
    width: 90%;
    min-height: auto;
    margin-top: -25px;
    font-size: 15px;
    line-height: 22px;
  }

  .txtcard.mid {
    left: auto;
    right: auto;
  }

  .txtcard.mid {
    left: auto;
    right: auto;
  }

  .servicessection {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .blobbers {
    display: none;
    width: 300px;
    margin-bottom: -56px;
    margin-left: 25%;
  }

  .imgcard {
    left: auto;
    width: 100%;
  }

  .contactsection1 {
    padding-left: 0px;
  }

  .formfield.left {
    width: 100%;
    margin-left: 0px;
  }

  .formfield.right {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  .lefthero {
    display: none;
  }

  .innerleft {
    display: none;
  }

  .cardheadding {
    margin-top: 12px;
    font-size: 26px;
    line-height: 30px;
  }

  .bedrecontainer {
    padding-right: 12px;
    padding-left: 12px;
  }

  .logolink {
    max-width: 120px;
    padding-top: 2px;
  }

  .footergrid {
    padding-right: 12px;
    padding-left: 12px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .webdesignsection {
    padding-right: 10px;
    padding-left: 10px;
  }

  .paragraph-4 {
    padding-left: 0px;
  }

  .kontaktblok {
    padding-top: 69px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .profil {
    display: none;
  }

  .div-block-11 {
    width: 100%;
  }

  .minihero {
    padding-bottom: 122px;
  }

  .nyhjemmesidesection {
    margin-top: 426px;
  }

  .heroblok {
    display: block;
    margin-bottom: -458px;
    text-align: center;
  }

  .image-6 {
    display: none;
  }

  .button {
    position: static;
    display: inline-block;
    margin-top: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .righthblok {
    margin-top: 32px;
    margin-bottom: -30px;
    margin-left: 0px;
  }

  .righthblok.nyhjemmeside {
    display: none;
  }

  .minicard {
    margin-top: 48px;
    margin-bottom: 48px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .minicardtxt {
    padding-right: 20px;
    padding-left: 20px;
  }

  .minicardimg {
    top: 50px;
    width: 100px;
    height: 100px;
    padding: 14px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .minicardhead {
    margin-top: 30px;
    padding-left: 0px;
    font-size: 26px;
    line-height: 38px;
  }

  .minicardhead.mid {
    padding-right: 0px;
  }

  .miniherotext {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .tilbud {
    margin-bottom: 89px;
  }

  .text-block-7 {
    padding: 20px 20px 10px;
  }

  .text-block-8 {
    padding-right: 20px;
    padding-bottom: 41px;
    padding-left: 20px;
    font-size: 28px;
    line-height: 40px;
  }

  .miniherotitle {
    margin-top: 50px;
    font-size: 18px;
    line-height: 24px;
  }

  .righthblok2 {
    margin-top: 32px;
    margin-bottom: -30px;
    margin-left: 0px;
  }

  .imgblock-2 {
    left: auto;
    width: 80%;
    height: 240px;
  }

  .imgblock-2.mid2 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .imgblock-2.imgblk3 {
    height: 240px;
  }

  .floatingblock.floater1 {
    top: 62px;
  }

  .floatingblock.floater2 {
    left: 88%;
    top: 106px;
  }

  .floatingblock.floater4 {
    top: -3px;
  }

  .floatingblock.floater3 {
    top: -18px;
  }

  .heroblok2 {
    display: block;
    margin-top: -50px;
    margin-bottom: -60px;
    text-align: center;
  }

  .colorcard2 {
    position: relative;
    left: auto;
    top: 0px;
    width: 100%;
    margin-top: -25px;
    font-size: 15px;
    line-height: 22px;
  }

  .colorcard2.mid2 {
    left: auto;
  }

  .kontaktmigher {
    margin-bottom: 89px;
  }

  .floatlogo {
    left: 72px;
    top: -38px;
  }

  .cardimage2 {
    width: 100%;
    margin-top: -10%;
  }

  .cardimage2.img1 {
    width: auto;
    height: 200px;
    margin-bottom: 17px;
    padding-left: 0px;
  }

  .cardimage2.img2 {
    width: auto;
    height: 160px;
  }

  .cardimage2.img3 {
    width: 300px;
    height: 140px;
  }

  .div-block-17 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-18 {
    right: auto;
    width: 90%;
    margin-right: 5%;
  }

  .whitearrow {
    left: auto;
    right: auto;
    float: none;
  }

  .div-block-19 {
    width: 96%;
    margin-right: 2%;
    margin-left: 0px;
  }

  .div-block-20 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .webmasterfix {
    display: none;
  }

  .gradientsection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/webdesigner-dansk.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/webdesigner-dansk.jpg');
    background-position: 0px 0px, 68% 50%;
  }

  .cardom {
    margin-top: 40px;
    margin-bottom: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .div-block-25 {
    display: block;
    text-align: center;
  }

  .columns-4 {
    display: block;
  }

  .image-8 {
    margin-top: -21px;
    padding-bottom: 32px;
  }

  .heroblok3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }

  .righthblok3 {
    margin-top: 32px;
    margin-bottom: -30px;
    margin-left: 0px;
  }

  .iconcolumn2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .miniherotext2 {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
  }

  .contactclientfields {
    margin-right: 0px;
    margin-left: 0px;
  }

  .h1def {
    font-size: 28px;
    line-height: 36px;
  }

  .webmasterservicetyper {
    margin-bottom: 89px;
  }

  .link-4 {
    padding-top: 8px;
    padding-bottom: 8px;
    border-top: 4px solid #fdfdfd;
  }

  .link-4:hover {
    border-top-color: #84c5c9;
  }

  .hjemmesideprisoginfo {
    margin-bottom: 89px;
  }

  .floatlogo2 {
    left: 72px;
    top: -38px;
  }

  .cookieconsentok {
    height: 30px;
    margin-top: 5px;
    padding-top: 4px;
    padding-bottom: 3px;
    font-size: 14px;
  }

  .cookiewrap {
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .text-block-17 {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
  }

  .heading-17 {
    font-size: 42px;
    line-height: 62px;
  }

  .webmastersection {
    margin-top: 426px;
  }

  .imgcard-2 {
    left: auto;
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .innercenter {
    padding-right: 0px;
    padding-left: 0px;
  }

  .herotext {
    font-size: 24px;
    line-height: 34px;
  }

  .centerhero {
    padding-bottom: 22px;
  }

  .morebold {
    display: none;
  }

  .iconcolumn {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .infoicon {
    margin-bottom: 0px;
  }

  .morebutton {
    font-size: 12px;
  }

  .txtcard {
    width: 94%;
    margin-top: -38px;
    padding-right: 12px;
    padding-left: 12px;
  }

  .txtcard.mid {
    width: 94%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .txtcard.mid {
    width: 94%;
    padding-right: 12px;
    padding-left: 12px;
  }

  .blobbers {
    width: 260px;
    margin-right: auto;
    margin-left: auto;
  }

  .tbtxt {
    font-size: 14px;
  }

  .cardheadding {
    font-size: 22px;
    line-height: 26px;
  }

  .iconwrap {
    padding-bottom: 0px;
  }

  .bedrecontainer.cards {
    padding-right: 0px;
    padding-left: 0px;
  }

  .footergrid {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .imgblock-2.mid2 {
    width: 90%;
  }

  .colorcard2 {
    margin-top: -50px;
  }

  .kontaktmigher {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-bottom: 78px;
    padding-left: 20px;
  }

  .cardimage2.img2 {
    bottom: 8px;
    height: 140px;
  }

  .kontaktsection {
    margin-top: 30px;
  }

  .gradientsection {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/webdesigner-danmark.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/webdesigner-danmark.jpg');
    background-position: 0px 0px, 60% 50%;
  }

  .div-block-25 {
    padding-right: 12px;
    padding-left: 12px;
  }

  .kontakticons {
    width: 120px;
  }

  .iconcolumn2 {
    padding-bottom: 12px;
  }

  .columns2 {
    margin-bottom: 72px;
  }

  .textarea {
    padding-right: 14px;
    padding-left: 14px;
  }

  .h1def {
    font-size: 24px;
    line-height: 28px;
  }

  .articlesec {
    margin-bottom: -33px;
  }

  .webmasterservicetyper {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hjemmesideprisoginfo {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-17 {
    font-size: 32px;
    line-height: 48px;
  }

  .column-4 {
    padding-left: 0px;
  }

  .column-5 {
    padding-left: 0px;
  }

  .morebutton-2 {
    font-size: 12px;
  }
}

