@charset "UTF-8";
#heroimage {
  z-index: 1;
  width: 100%;
  height: 100%; }

#heroimage img {
  width: 100%;
  height: auto; }

#custominput {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 3;
  left: 60%;
  width: 75px; }
  #custominput input {
    color: white;
    font-weight: 600; }
  #custominput label {
    margin-left: 10px;
    display: inline; }

#custominput h2 {
  color: white; }

.inputforside {
  margin: 20px;
  width: 400px;
  height: 35px;
  border-color: gold;
  border-radius: 5px;
  background-color: black; }

#booknu {
  width: 100px;
  height: 40px;
  border-radius: 15px;
  transform: translateX(180px);
  background: url(../assets/textures/gold.jpg);
  border: none;
  color: white;
  font-size: 15px;
  background-size: 180%; }

/***************************************custom*****************************************/
/**********kundereveiw*******************/
#anmeldelsessection {
  height: 200px;
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  z-index: 99999999;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25); }

#anmendpart {
  border-top: solid;
  border-width: 10px;
  margin: 5px 0 30px 0;
  width: 100%;
  height: 170px;
  bottom: 0;
  background-size: cover;
  background-position: top;
  background-image: url(./images/footbg.jpg);
  /* background-blend-mode: overlay; */ }

#anmendpartOlay {
  overflow: hidden;
  width: 100%;
  height: 100%;
  /* background: radial-gradient(circle, #00000034 0%, #00000049 85%); */ }

#anmendpartboxwrap {
  max-width: 90vw;
  height: max-content;
  width: 800px;
  z-index: 999999;
  position: relative;
  display: flex;
  transform: translate(-50%, 50%);
  top: -50%;
  left: 50%; }
  #anmendpartboxwrap img {
    width: 200px;
    height: 200px;
    border-radius: 100px; }
  #anmendpartboxwrap .review-contentWrap {
    margin-left: 32px;
    text-align: left;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center; }

#anmeldelsetekst {
  color: white;
  margin: 0;
  font-size: 1.075em;
  font-weight: 500;
  font-style: italic; }

/* 1-2-3 sections */
#bigsec {
  height: max-content;
  background: white; }

#anmeldelsestars {
  margin-top: 10px;
  height: auto;
  width: 100%;
  display: flex;
  justify-content: left; }

#anmeldelsestars div {
  height: 25px;
  width: 25px; }

#anmeldelsestars div img {
  height: 100%;
  width: 100%; }

.reviewleave {
  animation: reviewleav 0.75s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transition-timing-function: ease-in; }

.reviewenter {
  animation: reviewent 0.75s infinite;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  transition-timing-function: ease-out; }

@keyframes reviewleav {
  0% {
    opacity: 1;
    left: 50%; }
  100% {
    opacity: 0;
    left: 0%; } }

@keyframes reviewent {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 50%; } }

.costumrespons {
  background-color: black;
  height: 700px;
  margin-top: 5%; }

.kundestars {
  margin-top: 1%; }

.kundestars img {
  height: 50px;
  width: auto; }

.kundeline {
  height: 1%;
  width: 5%; }

.feedback {
  color: white;
  width: 50%;
  margin-top: 1%;
  font-size: 20px;
  text-align: center; }

.tal img {
  height: 10vh;
  width: auto; }

.tal {
  margin: 1%; }

.forsideboks {
  background-image: url(../assets/imgs/bg.jpg);
  background-size: 400px 110px;
  background-repeat: no-repeat;
  min-width: 200px;
  margin: 2%;
  width: 23%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 10px 0px;
  padding: 30px;
  text-align: center; }
  .forsideboks h3 {
    color: #d0b85e;
    text-shadow: 1px 1px 4px black;
    font-weight: bold;
    font-size: 1.7em;
    text-decoration: underline; }

.forsidetalogboks {
  margin-left: 10%;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/**************** hvem er vi ***********/
.hvemervi {
  margin-top: 10%;
  background-color: black;
  padding-bottom: 2%;
  padding-top: 2%; }

.hvemervioverboks {
  display: flex;
  flex-wrap: wrap;
  margin-left: 20%;
  width: 60%;
  justify-content: space-around;
  margin-top: 5%;
  text-align: center;
  margin-bottom: 5%; }
  .hvemervioverboks .inderboks {
    margin: 0; }

.ansatte1 {
  margin-left: 13%;
  background-image: url(../assets/imgs/scott-webb-0DyZE6aLD-8-unsplash.jpg);
  background-size: cover;
  height: 250px;
  width: 250px;
  border-radius: 150px;
  border: solidrgb(208, 184, 94); }

.ansatte2 {
  margin-left: 13%;
  background-image: url(../assets/imgs/profilepic.jpeg);
  background-size: cover;
  height: 250px;
  width: 250px;
  border-radius: 150px;
  border: solidrgb(208, 184, 94); }

.ansatteinfo {
  width: 40vh;
  border: #d0b85e;
  border-radius: 20px;
  padding: 30px;
  color: #d0b85e;
  text-align: center; }

.vrstreg {
  margin-top: 1vh;
  margin-bottom: -7vh; }

.vrstreg img {
  height: 10vh;
  width: auto; }

/***************************foooter***************/
/***********************'footer*****/
.footer {
  margin-top: 5%;
  width: auto;
  height: 500px;
  background-color: black;
  color: white; }

.footerflex {
  min-width: 300px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around; }

#socialemedier {
  display: flex;
  flex-direction: row; }

#facebookfooter img {
  width: 75px;
  height: auto; }

#instagramfooter img {
  width: 50px;
  height: auto;
  margin-top: 12px; }

.mailogtekst {
  display: flex;
  flex-direction: row;
  margin-top: 5%;
  font-size: large; }

.mail img {
  height: 40px; }

.tekst {
  margin-top: 5%;
  margin-left: 5%; }

.forsideboks {
  display: flex;
  flex-direction: column; }

.page {
  display: none; }

.pageActive {
  display: block; }
  .pageActive .anies {
    animation: animOpacity 0.3s forwards ease-out; }
  .pageActive .anies-slide {
    animation: animSlide 0.2s forwards ease-out; }

.directanies {
  animation: mymove 0.3s forwards ease-out; }

@keyframes animOpacity {
  from {
    opacity: 0; }
  to {
    opacity: 100; } }

@keyframes animSlide {
  from {
    left: -300px; }
  to {
    left: 0; } }

body {
  color: #363636;
  background: #fbfaf8;
  margin: 0;
  font-family: "calibri";
  overflow-x: hidden; }

.standardHeading {
  margin: 0;
  text-transform: uppercase;
  color: #999999;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  padding: 64px 0 24px 0;
  font-size: 28px; }

.standardSection {
  width: 80%;
  max-width: 100px; }

.standardLineBreak {
  width: 100%;
  height: 3px;
  background: #dbdbdb;
  margin: 24px 0px 32px 0px; }

.smallerHeading {
  color: #999999;
  font-style: italic;
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 8px 4px; }

.smallerLineBreak {
  width: 548px;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  height: 3px;
  background: #dbdbdb;
  margin: 24px 0px 24px 0px;
  display: none; }

textarea {
  resize: none; }

.content {
  width: 80%;
  min-width: 860px;
  max-width: 1200px;
  transform: translate(-50%);
  position: relative;
  left: 50%; }

.logo {
  height: max-content;
  width: 100px;
  padding: 16px 20px; }
  .logo .LogoSvg {
    width: 108px; }
    .logo .LogoSvg image {
      width: 100%; }

#testdadaada {
  background: green;
  height: 200px;
  width: 200px; }

.hero {
  opacity: 1 !important;
  height: 750px;
  width: 100%;
  background-image: url("../assets/imgs/bgHero.jpg");
  background-size: cover;
  background-position-x: center;
  background-position-y: 100%; }

header {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9; }
  header .tabbar {
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */
    position: relative;
    height: 58px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between; }
    header .tabbar .horizontalBreakLine {
      margin: 4px 8px;
      height: 24px;
      width: 1px; }
    header .tabbar .navbarItems {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      height: max-content;
      width: max-content;
      margin-top: 12px;
      margin-right: 12px; }
      header .tabbar .navbarItems svg {
        height: 20px; }
      header .tabbar .navbarItems a {
        color: white; }
      header .tabbar .navbarItems .horizontalBreakLine {
        background: rgba(255, 255, 255, 0.555); }
    header .tabbar-black {
      background: white;
      -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15); }
      header .tabbar-black .navbarItems a {
        color: rgba(0, 0, 0, 0.75) !important; }
      header .tabbar-black .navbarItems .horizontalBreakLine {
        background: rgba(0, 0, 0, 0.5); }
      header .tabbar-black .navbarItems svg g {
        fill: rgba(0, 0, 0, 0.75) !important; }
    header .tabbar--item {
      display: inline-block;
      margin: 0px 22px;
      font-size: 24px;
      font-style: italic;
      font-weight: bold;
      text-decoration: none;
      opacity: 0.8;
      transition: opacity 0.1s;
      fill: white;
      cursor: pointer; }
      header .tabbar--item:hover {
        opacity: 1; }
    header .tabbar .icontest {
      fill: white;
      margin: 2px 14px; }
      header .tabbar .icontest img {
        position: relative;
        height: 20px;
        width: 20px; }
    header .tabbar .loginButt {
      margin: 4px 14px;
      font-size: 18px;
      font-weight: normal; }
    header .tabbar .active {
      opacity: 1;
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      background-image: radial-gradient(at bottom right, #f1d07a 0%, #d1b05a 10%, #b39442 20%, #d1b05a 30%, #f1d07a 40%, #d1b05a 50%, #b39442 60%, #d1b05a 70%, #f1d07a 80%, #d1b05a 90%, #b39442 100%);
      background-size: 20px 60px;
      -webkit-background-clip: text;
      -webkit-text-fill-color: #bdb16c91; }

.forløbWrap {
  width: 80%;
  min-width: 864px;
  transform: translate(-50%);
  left: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  height: max-content; }
  .forløbWrap--priswrap {
    position: absolute;
    width: 40%;
    right: 0; }
    .forløbWrap--priswrap-goldBox {
      background: url("../assets/textures/gold.jpg");
      background-size: 180%;
      text-shadow: 1px 1px 4px black;
      font-weight: bold;
      position: relative;
      left: 4px;
      font-size: 20px;
      height: 32px;
      margin-top: 8px;
      color: white; }
      .forløbWrap--priswrap-goldBox p {
        margin: 0;
        position: relative;
        transform: translate(-50%, -50%);
        top: 46%;
        left: 50%;
        margin: 0px 8px; }
    .forløbWrap--priswrap-extraText {
      font-size: 10px;
      color: white;
      text-align: center; }
      .forløbWrap--priswrap-extraText p {
        margin: 4px 0; }
  .forløbWrap > div {
    height: 364px;
    width: 33%; }
  .forløbWrap-small {
    height: 282px !important; }
  .forløbWrap--item {
    border-radius: 12px;
    position: relative;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    background: white;
    height: 90%;
    width: 90%;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
    transition: 0.1s ease-out;
    border: solid rgba(0, 0, 0, 0.397);
    border-width: 0px 0px 0px 0px;
    cursor: pointer; }
    .forløbWrap--item:hover {
      transform: translate(-50%, -50%) scale(1.025);
      -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); }
    .forløbWrap--item-active {
      border-width: 0px 2px 2px 2px;
      transform: translate(-50%, -50%) scale(1.05);
      -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2); }
      .forløbWrap--item-active:hover {
        border-width: 0px 2px 2px 2px;
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2); }
  .forløbWrap--header {
    opacity: 0.9;
    pointer-events: none;
    height: 124px;
    width: 101%;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    display: inline-block;
    background-image: url("../assets/imgs/bg.jpg");
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.3); }
    .forløbWrap--header span {
      display: inline-block;
      color: white;
      position: relative;
      transform: translateY(-50%);
      top: 62%;
      width: 100%;
      padding: 0 18px;
      font-size: 22px;
      letter-spacing: 1px; }
    .forløbWrap--header-bold {
      font-weight: bold; }
    .forløbWrap--header-norm {
      font-weight: lighter; }
  .forløbWrap--content {
    pointer-events: none;
    color: rgba(0, 0, 0, 0.575); }
    .forløbWrap--content p {
      transform: translateY(-50%);
      top: 26.5px;
      position: relative;
      margin: 0;
      font-size: 14px; }
    .forløbWrap--content div {
      display: flex;
      height: 38px; }
      .forløbWrap--content div img {
        padding: 0 8px 0 18px;
        transform: translateY(-50%);
        top: 50%;
        position: relative;
        height: 12px;
        width: auto;
        opacity: 0.4; }
    .forløbWrap--content-style2 {
      background: #fbfaf8; }

.PakkeWrap {
  transform: translate(-50%);
  left: 50%;
  position: relative;
  width: 80%;
  display: flex;
  justify-content: center; }
  .PakkeWrap--item {
    background: radial-gradient(at bottom right, #f1d07a 0%, #d1b05a 10%, #b39442 20%, #d1b05a 30%, #f1d07a 40%, #d1b05a 50%, #b39442 60%, #d1b05a 70%, #f1d07a 80%, #d1b05a 90%, #b39442 100%);
    background-size: 125% 125%;
    margin: 12px;
    height: 200px;
    width: 200px; }

.BasisInfoWrap {
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  width: 80%;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-top: 4px; }
  .BasisInfoWrap div {
    width: 100%;
    margin: 4px 0; }
  .BasisInfoWrap span {
    width: 100%;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.671);
    text-align: left;
    margin: 4px 0;
    font-size: 18px;
    padding-left: 4px; }
  .BasisInfoWrap input {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    height: 34px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px rgba(160, 94, 94, 0.4);
    width: 100%;
    margin: 2px 0px 8px 0;
    padding-left: 12px; }
    .BasisInfoWrap input:focus {
      border: solid 1px rgba(0, 0, 0, 0.5); }

.AktivitetsNivauWrap {
  transform: translate(-50%);
  left: 50%;
  position: relative;
  width: 80%;
  margin-bottom: 64px; }
  .AktivitetsNivauWrap .slider {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    height: 84px;
    color: rgba(0, 0, 0, 0.616); }
    .AktivitetsNivauWrap .slider--changeText {
      font-weight: bold;
      font-size: 18px;
      margin-top: 8px !important; }
    .AktivitetsNivauWrap .slider--mainText {
      font-size: 20px;
      height: 62px;
      width: 100%;
      text-align: center; }
      .AktivitetsNivauWrap .slider--mainText p {
        margin: 0; }
    .AktivitetsNivauWrap .slider--secondaryText {
      height: max-content;
      width: 100%;
      display: flex;
      justify-content: space-between; }
      .AktivitetsNivauWrap .slider--secondaryText p {
        margin: 0; }
    .AktivitetsNivauWrap .slider--barWrap {
      width: calc(100% - 20px);
      height: 24px;
      transform: translateX(-50%);
      left: 50%;
      position: relative; }
    .AktivitetsNivauWrap .slider--bar {
      transform: translateY(-50%);
      top: 50%;
      left: -10px;
      height: 3px;
      background-color: rgba(0, 0, 0, 0.2);
      width: calc(100% + 20px);
      position: relative; }
    .AktivitetsNivauWrap .slider--barThing {
      height: 20px;
      width: 20px;
      border-radius: 20px;
      background: url("../assets/textures/gold.jpg");
      background-size: 300%;
      cursor: pointer;
      transform: translate(-50%, -50%);
      top: 9px;
      left: 50%;
      position: relative;
      -webkit-user-select: none;
      -webkit-user-drag: none;
      -webkit-app-region: no-drag;
      -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2); }
      .AktivitetsNivauWrap .slider--barThing:hover {
        transition: transform 0.1s;
        transform: translate(-50%, -50%) scale(1.1); }

.requestElement {
  width: 100%;
  cursor: pointer; }

.GoalWrapper {
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
  .GoalWrapper input, .GoalWrapper textarea {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    height: 34px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px rgba(160, 94, 94, 0.4);
    width: 100%;
    margin: 2px 0px 8px 0;
    padding-left: 12px; }
    .GoalWrapper input:focus, .GoalWrapper textarea:focus {
      border: solid 1px rgba(0, 0, 0, 0.5); }
  .GoalWrapper textarea {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    height: 112px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px rgba(160, 94, 94, 0.4);
    width: 100%;
    margin: 2px 0px 8px 0;
    padding-left: 12px; }
    .GoalWrapper textarea:focus {
      border: solid 1px rgba(0, 0, 0, 0.5); }
  .GoalWrapper--item {
    width: 100%; }

.KostPreferencerWrapper {
  width: 80%;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
  .KostPreferencerWrapper--itemflex {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    left: -4px;
    width: calc(100% + 24px);
    margin-bottom: 8px; }
    .KostPreferencerWrapper--itemflex--inner {
      border-radius: 10px;
      border: solid 2px rgba(0, 0, 0, 0.2);
      width: calc(25% - 12px);
      height: 36px;
      margin: 4px;
      background: white;
      cursor: pointer;
      color: rgba(0, 0, 0, 0.541); }
      .KostPreferencerWrapper--itemflex--inner p {
        pointer-events: none;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: normal;
        margin: 0;
        display: inline-block;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        position: relative;
        -webkit-user-select: none;
        /* Safari */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* IE10+/Edge */
        user-select: none;
        /* Standard */ }
      .KostPreferencerWrapper--itemflex--inner:hover {
        color: rgba(0, 0, 0, 0.751);
        border: solid 2px rgba(0, 0, 0, 0.3); }
      .KostPreferencerWrapper--itemflex--inner-active {
        color: white;
        border: solid 2px white;
        background: url("../assets/textures/gold.jpg");
        font-weight: bold !important; }
        .KostPreferencerWrapper--itemflex--inner-active:hover {
          color: white;
          border: solid 2px white;
          background: url("../assets/textures/gold.jpg");
          font-weight: bold; }
    .KostPreferencerWrapper--itemflex h4 {
      margin: 8px 0px 4px 4px; }
  .KostPreferencerWrapper textarea {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    height: 112px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px rgba(160, 94, 94, 0.4);
    width: 100%;
    margin: 2px 0px 8px 0;
    padding-left: 12px; }
    .KostPreferencerWrapper textarea:focus {
      border: solid 1px rgba(0, 0, 0, 0.5); }

.SygdommeWrapper {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
  .SygdommeWrapper textarea {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    height: 112px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px rgba(160, 94, 94, 0.4);
    width: 100%;
    margin: 2px 0px 8px 0;
    padding-left: 12px; }
    .SygdommeWrapper textarea:focus {
      border: solid 1px rgba(0, 0, 0, 0.5); }
  .SygdommeWrapper--item {
    width: 100%; }

.AndetWrapper {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  transform: translateX(-50%);
  left: 50%;
  position: relative; }
  .AndetWrapper textarea {
    color: rgba(0, 0, 0, 0.6);
    font-size: 18px !important;
    height: 112px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px rgba(160, 94, 94, 0.4);
    width: 100%;
    margin: 2px 0px 8px 0;
    padding-left: 12px; }
    .AndetWrapper textarea:focus {
      border: solid 1px rgba(0, 0, 0, 0.5); }
  .AndetWrapper--item {
    width: 100%; }

.SENDPLANBUTT {
  height: 44px;
  width: 124px;
  border-radius: 20px;
  background: url("../assets/textures/gold.jpg");
  background-size: 180%;
  border: solid 3px #d0b85e;
  font-size: 18px;
  font-weight: bold;
  color: white;
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  margin: 42px 0 112px 0;
  cursor: pointer;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
  outline: none !important; }
  .SENDPLANBUTT:hover {
    transform: translateX(-50%) scale(1.05); }

.PendingRequestElementWrap {
  width: 262px;
  height: 200px; }
  .PendingRequestElementWrap-special {
    width: 262px;
    height: 148px; }

.PendingRequestElement {
  transition: 0.2s ease-out;
  width: 95%;
  position: relative;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 8px 8px;
  overflow: hidden; }
  .PendingRequestElement:hover {
    transform: translate(-50%, -50%) scale(1.025);
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2); }
  .PendingRequestElement > div {
    pointer-events: none; }
  .PendingRequestElement-heading1 {
    font-weight: bold;
    font-size: 20px; }
  .PendingRequestElement-heading2 {
    font-size: 18px; }
  .PendingRequestElement-heading3 {
    font-size: 14px;
    padding: 0;
    opacity: 0.7;
    position: absolute;
    right: 12px;
    top: 10px; }
  .PendingRequestElement-button1 {
    background: url("../assets/textures/gold.jpg");
    background-size: 100%;
    height: 24px;
    border-radius: 4px;
    margin: 4px;
    text-shadow: 1px 1px 4px black; }
    .PendingRequestElement-button1 p {
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: relative;
      text-align: center; }
  .PendingRequestElement-button2 {
    height: 24px;
    border-radius: 4px;
    margin: 4px;
    width: 82px;
    border: solid 1px white; }
    .PendingRequestElement-button2 p {
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: relative;
      text-align: center; }
  .PendingRequestElement--header {
    height: 64px;
    display: flex;
    justify-content: space-between;
    color: white;
    background: url("../assets/imgs/bg.jpg"); }
    .PendingRequestElement--header > div {
      padding: 8px 12px; }
      .PendingRequestElement--header > div p {
        margin: 0; }
  .PendingRequestElement-text {
    height: 38px;
    background: white; }
    .PendingRequestElement-text p, .PendingRequestElement-text label, .PendingRequestElement-text input {
      padding: 0px 14px;
      margin: 0;
      transform: translateY(-50%);
      position: relative;
      top: 50%; }
  .PendingRequestElement-text2 {
    height: 38px;
    background: #fbfaf8; }
    .PendingRequestElement-text2 p {
      padding: 0px 14px;
      margin: 0;
      transform: translateY(-50%);
      position: relative;
      top: 50%; }
  .PendingRequestElement-contentWrap {
    min-height: 112px;
    background: white; }
    .PendingRequestElement-contentWrap-special {
      padding: 8px 14px 10px 14px;
      display: flex;
      pointer-events: initial !important; }
      .PendingRequestElement-contentWrap-special .butbut {
        opacity: 0.75;
        height: 32px;
        border-radius: 4px;
        border: solid 1px black;
        margin: 6px;
        flex: 1;
        text-decoration: none; }
        .PendingRequestElement-contentWrap-special .butbut p {
          pointer-events: none;
          position: relative;
          transform: translateY(-50%);
          top: 48%;
          color: black;
          font-size: 16px;
          font-style: normal;
          text-align: center;
          margin: 0; }
        .PendingRequestElement-contentWrap-special .butbut:hover {
          opacity: 1;
          transform: scale(1.025); }
      .PendingRequestElement-contentWrap-special img {
        opacity: 0.75;
        height: 38px;
        pointer-events: none; }
      .PendingRequestElement-contentWrap-special p {
        opacity: 0.75;
        font-size: 24px;
        font-weight: bold;
        font-style: italic;
        margin: 2px 0px 0 14px;
        color: #d49230;
        pointer-events: none; }
      .PendingRequestElement-contentWrap-special .greem {
        color: #8dd430 !important; }
  .PendingRequestElement label {
    border: solid 1px black;
    display: inline-block;
    color: black;
    padding: 4px 8px;
    margin: 4px 4px 0 14px;
    border-radius: 4px;
    cursor: pointer; }
  .PendingRequestElement #file-chosen {
    top: 3px;
    position: relative; }

.AcceptedRequestElement {
  width: 300px;
  cursor: pointer;
  margin: 24px;
  -webkit-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 12px 12px;
  overflow: hidden; }
  .AcceptedRequestElement-heading1 {
    font-weight: bold;
    font-size: 24px; }
  .AcceptedRequestElement-heading2 {
    font-size: 16px; }
  .AcceptedRequestElement-heading3 {
    opacity: 0.7;
    padding-top: 12px;
    font-size: 14px;
    white-space: nowrap; }
  .AcceptedRequestElement-button1 {
    background: url("../assets/textures/gold.jpg");
    background-size: 100%;
    height: 24px;
    border-radius: 4px;
    margin: 4px;
    text-shadow: 1px 1px 4px black; }
    .AcceptedRequestElement-button1 p {
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: relative;
      text-align: center; }
  .AcceptedRequestElement-button2 {
    height: 24px;
    border-radius: 4px;
    margin: 4px;
    width: 82px;
    border: solid 1px white; }
    .AcceptedRequestElement-button2 p {
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      position: relative;
      text-align: center; }
  .AcceptedRequestElement--header {
    height: 94px;
    display: flex;
    justify-content: space-between;
    color: white;
    background: url("../assets/imgs/bg.jpg"); }
    .AcceptedRequestElement--header > div {
      padding: 8px 12px; }
      .AcceptedRequestElement--header > div p {
        margin: 0; }
  .AcceptedRequestElement-text {
    height: 38px;
    background: white; }
    .AcceptedRequestElement-text p, .AcceptedRequestElement-text label, .AcceptedRequestElement-text input {
      padding: 0px 14px;
      margin: 0;
      transform: translateY(-50%);
      position: relative;
      top: 50%; }
  .AcceptedRequestElement-text2 {
    height: 38px;
    background: #fbfaf8; }
    .AcceptedRequestElement-text2 p {
      padding: 0px 14px;
      margin: 0;
      transform: translateY(-50%);
      position: relative;
      top: 50%; }
  .AcceptedRequestElement-contentWrap {
    min-height: 142px;
    background: white; }
  .AcceptedRequestElement label {
    border: solid 1px black;
    display: inline-block;
    color: black;
    padding: 4px 8px;
    margin: 4px 4px 0 14px;
    border-radius: 4px;
    cursor: pointer; }
  .AcceptedRequestElement #file-chosen {
    top: 3px;
    position: relative; }

.requestElement {
  margin: 10%;
  width: 100%;
  cursor: pointer; }
  .requestElement .profilFlex {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    /* Modal Content */ }
    .requestElement .profilFlex--inner {
      width: 60%;
      flex: 1;
      -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
      border-radius: 10px;
      min-width: 650px; }
    .requestElement .profilFlex--inner-1 {
      width: 40%;
      min-width: 275px; }
    .requestElement .profilFlex #imageModal {
      display: none;
      position: fixed;
      z-index: 1;
      padding-top: 100px;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: black;
      background-color: rgba(0, 0, 0, 0.4); }
    .requestElement .profilFlex .modal-content {
      background-color: #fefefe;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 80%; }
      .requestElement .profilFlex .modal-content button {
        margin-top: 1%; }
      .requestElement .profilFlex .modal-content span {
        font-size: 40px; }

.loginWrap {
  height: 100%;
  width: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.753);
  z-index: 999;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s; }
  .loginWrap--container {
    position: relative;
    z-index: 9999;
    cursor: default;
    background-image: url("../assets/imgs/bg.jpg");
    background-color: rgba(255, 255, 255, 0.021);
    background-blend-mode: overlay;
    width: max-content;
    height: max-content;
    transform: translate(-50%, -50%);
    padding: 32px 12px;
    border-radius: 24px;
    top: 50%;
    left: 50%;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.75); }

.firebaseui-container {
  background: transparent !important;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0) !important;
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0) !important;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0) !important;
  min-width: 300px !important; }
  .firebaseui-container h1 {
    color: white; }
  .firebaseui-container a {
    color: white !important; }
  .firebaseui-container p {
    color: white; }
  .firebaseui-container .mdl-button--primary {
    color: #d0b85e !important; }
  .firebaseui-container .mdl-button--colored {
    text-shadow: 1px 1px 4px #000000a2;
    color: white !important;
    background: url("../assets/textures/gold.jpg") !important;
    background-size: 260% !important; }

.firebaseui-label {
  color: rgba(255, 255, 255, 0.548) !important; }
  .firebaseui-label:after {
    background-color: #d0b85e !important; }

.firebaseui-input {
  color: white !important;
  border-color: rgba(255, 255, 255, 0.548) !important; }
  .firebaseui-input-invalid {
    color: rgba(255, 255, 255, 0.568) !important; }

.firebaseui-id-page-sign-in, .firebaseui-id-page-password-sign-up, .firebaseui-id-page-password-sign-in {
  min-width: 382px !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important; }

.is-focused label {
  color: white !important; }

.firebaseui-input-toggle-on {
  background-image: url("https://www.gstatic.com/images/icons/material/system/1x/visibility_white_24dp.png") !important; }

.firebaseui-input-toggle-off {
  background-image: url("https://www.gstatic.com/images/icons/material/system/1x/visibility_off_white_24dp.png") !important; }

.mdl-textfield.is-invalid {
  border-color: #ff4e4e !important; }

.adminstration--pageWrap {
  position: relative;
  top: 58px;
  width: 100vw;
  max-width: 100%;
  display: flex;
  z-index: 999; }

.adminstration--siderbar {
  z-index: 9999;
  width: 300px;
  height: 100%; }

.adminstration--siderbarforshow {
  top: 0;
  position: fixed;
  z-index: 99999;
  background: url("../assets/imgs/bg.jpg");
  background-size: 1200px;
  width: 300px;
  height: 100%;
  -webkit-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 1px 0px 8px 0px rgba(0, 0, 0, 0.7); }
  .adminstration--siderbarforshow h2 {
    margin: 34px 0 16px 20px;
    background-image: radial-gradient(at bottom right, #f1d07a 0%, #d1b05a 10%, #b39442 20%, #d1b05a 30%, #f1d07a 40%, #d1b05a 50%, #b39442 60%, #d1b05a 70%, #f1d07a 80%, #d1b05a 90%, #b39442 100%);
    background-size: 20px 60px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #bdb16c91;
    font-size: 26px; }
  .adminstration--siderbarforshow .sideHline {
    width: 100%;
    height: 1px;
    background: url("../assets/textures/gold.jpg"); }
  .adminstration--siderbarforshow .sidebarButt {
    height: 64px;
    width: 100%;
    cursor: pointer; }
    .adminstration--siderbarforshow .sidebarButt:hover {
      background: rgba(255, 255, 255, 0.1); }
      .adminstration--siderbarforshow .sidebarButt:hover p {
        color: rgba(255, 255, 255, 0.9); }
    .adminstration--siderbarforshow .sidebarButt p {
      pointer-events: none;
      color: rgba(255, 255, 255, 0.75);
      margin: 0;
      padding: 20px 0 0 28px;
      font-size: 18px; }

.adminstration--contentWrap {
  margin: 32px 0;
  padding: 0 42px;
  flex: 1; }

.adminstration--contentContainer {
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
  display: none;
  flex-wrap: wrap; }
  .adminstration--contentContainer-shown {
    display: flex; }

.adminstration--headerwrap {
  margin: 0 0 13px 0;
  opacity: 0.7;
  cursor: pointer; }
  .adminstration--headerwrap-shown img {
    transform: rotate(90deg); }
  .adminstration--headerwrap div {
    pointer-events: none;
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+/Edge */
    user-select: none;
    /* Standard */ }
  .adminstration--headerwrap h3 {
    margin: 0 0 0 2px; }
  .adminstration--headerwrap-main {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .adminstration--headerwrap-main div {
      min-width: 12px; }
    .adminstration--headerwrap-main img {
      margin-right: 4px;
      opacity: 0.5;
      transition: transform 0.2s ease-out;
      height: 100%;
      width: auto; }
  .adminstration--headerwrap-bottomBar {
    width: 100%;
    height: 1px;
    background: black;
    margin: 4px 0; }

.popupFormWrap {
  pointer-events: none;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.418);
  transition: opacity 0.2s ease-out;
  position: fixed;
  top: 0;
  z-index: 999999;
  cursor: pointer; }
  .popupFormWrap--ImageContent {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    background: white;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 482px;
    padding: 24px; }
    .popupFormWrap--ImageContent-UButWrap {
      margin-top: 4px;
      display: flex;
      justify-content: space-around; }
    .popupFormWrap--ImageContent-Kamerabut {
      border: solid 1px black;
      display: inline-block;
      color: black;
      padding: 8px 24px;
      margin: 8px 4px 0 2px;
      border-radius: 20px;
      cursor: pointer;
      font-size: 20px;
      opacity: 0.7; }
      .popupFormWrap--ImageContent-Kamerabut p {
        pointer-events: none;
        margin: 0; }
      .popupFormWrap--ImageContent-Kamerabut:hover {
        opacity: 0.9;
        background: rgba(0, 0, 0, 0.05); }
    .popupFormWrap--ImageContent label {
      border: solid 1px black;
      display: inline-block;
      color: black;
      padding: 8px 24px;
      margin: 8px 4px 0 2px;
      border-radius: 20px;
      cursor: pointer;
      opacity: 0.7; }
      .popupFormWrap--ImageContent label p {
        pointer-events: none;
        font-size: 20px;
        margin: 0; }
      .popupFormWrap--ImageContent label:hover {
        opacity: 0.9;
        background: rgba(0, 0, 0, 0.05); }
    .popupFormWrap--ImageContent #file-chosen {
      top: 3px;
      position: relative; }
    .popupFormWrap--ImageContent-preview {
      border: solid 4px #d0b85e;
      background: url(https://i.pinimg.com/236x/ce/2a/95/ce2a95e99faceaf7af19c273b10ebcc1.jpg);
      background-position: center !important;
      background-size: cover !important;
      width: 320px;
      height: 320px;
      transform: translateX(-50%);
      position: relative;
      left: 50%;
      border-radius: 50%; }
    .popupFormWrap--ImageContent-UploadBut {
      height: 42px;
      width: 120px;
      background: url("../assets/textures/gold.jpg");
      background-size: 100%;
      border-radius: 24px;
      margin: 0;
      cursor: pointer;
      opacity: 0.95;
      -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
      transform: translateX(-50%);
      left: 50%;
      position: absolute;
      bottom: 24px; }
      .popupFormWrap--ImageContent-UploadBut p {
        margin: 0;
        color: white;
        transform: translate(-50%, -50%);
        top: 48%;
        left: 50%;
        position: relative;
        font-weight: bold;
        text-align: center; }
      .popupFormWrap--ImageContent-UploadBut:hover {
        opacity: 1;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6); }
    .popupFormWrap--ImageContent-br {
      height: 1px;
      width: 90%;
      margin: 20px 5% 0 5%;
      background: rgba(0, 0, 0, 0.2); }
  .popupFormWrap--PhoneContent {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    background: white;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    width: 464px;
    height: 64px;
    padding: 24px; }
    .popupFormWrap--PhoneContent > p {
      margin: 0 0 4px 0; }
    .popupFormWrap--PhoneContent > div {
      display: flex;
      justify-content: center; }
      .popupFormWrap--PhoneContent > div > div {
        opacity: 0.6;
        border: 1px solid black;
        flex: 1;
        height: 34px;
        border-radius: 4px;
        margin: 3px 8px; }
        .popupFormWrap--PhoneContent > div > div > p {
          pointer-events: none;
          color: black;
          transform: translate(-50%, -50%);
          position: relative;
          top: 48%;
          left: 50%;
          margin: 0;
          text-align: center; }
        .popupFormWrap--PhoneContent > div > div:hover {
          opacity: 0.8; }
    .popupFormWrap--PhoneContent input {
      color: rgba(0, 0, 0, 0.6);
      font-size: 18px !important;
      height: 34px;
      border-radius: 4px;
      outline: none !important;
      border: solid 1px rgba(160, 94, 94, 0.4);
      width: 72%;
      margin: 2px 0px 8px 0;
      padding-left: 12px; }
      .popupFormWrap--PhoneContent input:focus {
        border: solid 1px rgba(0, 0, 0, 0.5); }
  .popupFormWrap--takOgLuk {
    display: none;
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    background: white;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    width: 320px;
    height: 112px;
    padding: 24px; }
    .popupFormWrap--takOgLuk p {
      margin: 0;
      width: 100%;
      padding: 4px 0 0 4px;
      text-align: center; }
    .popupFormWrap--takOgLuk-bigtext {
      font-size: 24px;
      font-weight: bold;
      padding: 0 !important; }
    .popupFormWrap--takOgLuk div {
      margin: 0;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 72%;
      position: absolute; }
      .popupFormWrap--takOgLuk div p {
        padding: 0; }
  .popupFormWrap-forAdmin {
    width: calc(100% - 300px);
    left: 300px; }
  .popupFormWrap h2 {
    margin-top: 72px; }
  .popupFormWrap--content {
    -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.5);
    height: 80%;
    width: 80%;
    max-width: 1000px;
    border-radius: 12px;
    background: white;
    transform: translate(-50%, -50%);
    position: relative;
    top: 50%;
    left: 50%;
    display: flex;
    overflow: hidden;
    cursor: default;
    z-index: 9999999; }
  .popupFormWrap--main {
    height: calc(100% - 84px);
    flex: 1;
    background: #fbfaf8;
    overflow-y: auto; }
    .popupFormWrap--main-content {
      margin: 42px;
      width: calc(100% - 84px);
      height: calc(100% - 84px); }
  .popupFormWrap--side {
    height: 100%;
    width: 242px;
    border-right: solid 1px rgba(0, 0, 0, 0.247); }
  .popupFormWrap--imgWrap {
    height: 224px; }
    .popupFormWrap--imgWrap--image {
      height: 160px;
      width: 160px;
      position: relative;
      transform: translate(-50%, -50%);
      top: 50%;
      left: 50%;
      border-radius: 50%;
      background: #5e5e5e; }
  .popupFormWrap--userinfWrap {
    border-top: solid 1px rgba(0, 0, 0, 0.116);
    margin: 0;
    height: max-content; }
    .popupFormWrap--userinfWrap p {
      margin-left: 32px; }
  .popupFormWrap-shown {
    pointer-events: initial;
    opacity: 1; }
  .popupFormWrap--bottom {
    border-top: solid 1px rgba(0, 0, 0, 0.247);
    width: 100%;
    flex: 1;
    position: absolute;
    bottom: 0;
    background: white;
    height: 82px;
    display: flex;
    justify-content: center; }
    .popupFormWrap--bottom .uploadwrap {
      width: 120px;
      margin: 0 14px; }
    .popupFormWrap--bottom label {
      height: 42px;
      width: 120px;
      border-radius: 40px;
      border: solid 1px black;
      display: inline-block;
      color: black;
      margin: 20px 0px 0 0px;
      cursor: pointer; }
      .popupFormWrap--bottom label:hover {
        background: rgba(0, 0, 0, 0.034);
        opacity: 1; }
      .popupFormWrap--bottom label p {
        pointer-events: none;
        position: relative;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        width: max-content;
        margin: 0; }
    .popupFormWrap--bottom #file-chosen {
      top: -31px;
      position: relative;
      left: 130px; }
  .popupFormWrap--button {
    height: 42px;
    width: 120px;
    background: url("../assets/textures/gold.jpg");
    background-size: 100%;
    border-radius: 24px;
    margin: 20px 14px 0 14px;
    cursor: pointer;
    opacity: 0.95;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); }
    .popupFormWrap--button:hover {
      opacity: 1;
      -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
      box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6); }
    .popupFormWrap--button p {
      pointer-events: none;
      font-size: 18px;
      text-shadow: 1px 1px 4px black;
      color: white;
      font-weight: bold;
      transform: translate(-50%, -50%);
      position: relative;
      top: 50%;
      left: 50%;
      margin: 0;
      width: max-content; }
  .popupFormWrap--button-style2 {
    text-decoration: none;
    height: 42px;
    width: 120px;
    border-radius: 24px;
    border: 1px solid black;
    margin: 20px 14px 0 14px;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
    opacity: 0.9; }
    .popupFormWrap--button-style2:hover {
      background: rgba(0, 0, 0, 0.034);
      opacity: 1; }
    .popupFormWrap--button-style2 p {
      pointer-events: none;
      font-size: 18px;
      color: black;
      font-weight: normal;
      transform: translate(-50%, -50%);
      position: relative;
      top: 50%;
      left: 50%;
      margin: 0;
      width: max-content; }
  .popupFormWrap #PoprequestWrapContent {
    padding-bottom: 64px; }
    .popupFormWrap #PoprequestWrapContent h3 {
      margin: 42px 0px 8px 4px; }
    .popupFormWrap #PoprequestWrapContent p {
      margin-left: 14px; }
    .popupFormWrap #PoprequestWrapContent span {
      font-weight: bold; }

.profilCard {
  margin: 1%;
  box-sizing: border-box; }

.buttonFlex {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline; }
  .buttonFlex--inner {
    width: 33%; }
    .buttonFlex--inner .buttonKontakt {
      transform: translateX(15vw);
      height: 6vh;
      width: 100px;
      background: url("../assets/textures/gold.jpg");
      background-size: cover;
      border-radius: 10px;
      font-size: auto;
      font-weight: bold; }
    .buttonFlex--inner .buttonPending {
      width: 100px;
      transform: translateX(-9vw);
      background: #fb2020;
      border-radius: 10px;
      height: 6vh;
      font-size: auto;
      font-weight: bold; }

#profileimagePreview {
  background-position: center !important;
  background-size: cover !important; }

.RequestTable {
  border-collapse: collapse;
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
  width: 100%;
  margin: 20px 8px; }
  .RequestTable .TableHeader {
    background: url("../assets/imgs/bg.jpg");
    background-size: 100%;
    border: 1px solid white; }
    .RequestTable .TableHeader th {
      padding-left: 14px;
      font-size: 18px;
      border: none !important;
      font-weight: bold;
      color: white; }
  .RequestTable tr:nth-child(even) {
    background-color: white; }
  .RequestTable tr, .RequestTable th {
    height: 42px;
    text-align: left;
    border: 1px solid silver !important; }
  .RequestTable th {
    padding-left: 12px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.616); }
  .RequestTable .buttonCell {
    width: max-content;
    width: 1px;
    padding: 0 8px 0 8px; }
    .RequestTable .buttonCell div {
      border-radius: 20px;
      height: 28px;
      width: 112px;
      color: black;
      text-align: center;
      border: solid 1px black;
      background-size: 100%;
      opacity: 0.65;
      cursor: pointer; }
      .RequestTable .buttonCell div:hover {
        opacity: 0.85; }
      .RequestTable .buttonCell div p {
        pointer-events: none;
        margin: 0;
        position: relative;
        transform: translateY(-50%);
        top: 48%; }

.admincontainer {
  background: white;
  border-radius: 20px;
  border: solid black 1px;
  margin: 8px; }
  .admincontainer p {
    margin: 8px 12px; }

.popUpconfirmWrap {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 99;
  pointer-events: none;
  opacity: 0; }
  .popUpconfirmWrap-show {
    pointer-events: initial;
    opacity: 1; }
  .popUpconfirmWrap--content {
    height: 112px;
    width: 324px;
    background: white;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: relative;
    border-radius: 8px; }
    .popUpconfirmWrap--content p {
      text-align: center;
      padding: 14px 20px;
      margin: 0;
      pointer-events: none; }
  .popUpconfirmWrap--butWrap {
    display: flex;
    justify-content: center; }
    .popUpconfirmWrap--butWrap-but2 {
      text-decoration: none;
      height: 32px;
      width: 84px;
      border-radius: 24px;
      border: 1px solid black;
      margin: 20px 14px 0 14px;
      background: rgba(0, 0, 0, 0);
      cursor: pointer;
      opacity: 0.9; }
      .popUpconfirmWrap--butWrap-but2 p {
        pointer-events: none;
        padding: 6px 0; }
      .popUpconfirmWrap--butWrap-but2:hover {
        background: rgba(0, 0, 0, 0.034);
        opacity: 1; }
    .popUpconfirmWrap--butWrap-but1 {
      text-decoration: none;
      height: 32px;
      width: 84px;
      margin: 20px 14px 0 14px;
      background: url("../assets/textures/gold.jpg");
      background-size: 100%;
      border-radius: 24px;
      cursor: pointer;
      opacity: 0.95;
      -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.5); }
      .popUpconfirmWrap--butWrap-but1:hover {
        opacity: 1;
        -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
        -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6);
        box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.6); }
      .popUpconfirmWrap--butWrap-but1 p {
        pointer-events: none;
        padding: 6px 0; }

#LoginExtraText {
  z-index: 0000000;
  position: absolute;
  color: white;
  font-size: 24px;
  transform: translate(-50%, -50%);
  top: calc(50% - 174px);
  left: 50%;
  font-style: italic;
  font-weight: bold;
  display: none; }

.PlanPageOverlay {
  height: 100vh;
  width: 100vw;
  background: rgba(0, 0, 0, 0.438);
  position: fixed;
  z-index: 999; }

#profilImage {
  border: solid 4px #d0b85e;
  margin: 32px 40px;
  background: url(https://i.pinimg.com/236x/ce/2a/95/ce2a95e99faceaf7af19c273b10ebcc1.jpg);
  height: 200px;
  width: 200px;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  -webkit-box-shadow: 0px 1px 4px 8px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 4px 8px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 4px 8px rgba(0, 0, 0, 0.4); }

.plusButton {
  border-radius: 50%;
  background: url("../assets/textures/gold.jpg");
  background-size: 200%;
  position: relative;
  transform: translate(-50%, -50%);
  top: 85%;
  left: 85%;
  width: 42px;
  height: 42px;
  cursor: pointer; }
  .plusButton p {
    opacity: 0.85;
    pointer-events: none;
    font-size: 58px;
    margin: 0;
    position: relative;
    transform: translate(-50%, -50%);
    top: 43%;
    left: 50%;
    text-align: center; }
  .plusButton:hover {
    transform: translate(-50%, -50%) scale(1.05); }

#imageModal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%; }
  .modal-content button {
    margin-top: 1%; }
  .modal-content span {
    font-size: 40px; }

.profilCard {
  margin-top: 10%;
  margin-left: 10%;
  box-sizing: border-box;
  border-radius: 24px;
  border: 3px solid black;
  max-width: 750px;
  background: rgba(62, 62, 62, 0.034); }
  .profilCard--inner {
    margin: 1%; }

#profileimagePreview {
  height: 400px;
  background-position: center !important;
  background-size: cover !important; }

#video {
  transform: translateX(-50%);
  position: relative;
  left: 50%;
  height: 100%;
  min-width: 100%; }

.siderUserInfo {
  opacity: 0.8;
  text-align: center;
  width: 95%; }
  .siderUserInfo p {
    color: white;
    font-size: 18px; }

.addPhoneNr {
  height: 24px;
  position: relative;
  transform: translate(8px, 5.5px);
  opacity: 0.7;
  cursor: pointer; }
  .addPhoneNr:hover {
    opacity: 1;
    transform: translate(8px, 5.5px) scale(1.05); }

.popcont-Hidden {
  display: none; }

#LogoMobile {
  display: none; }

.mobileSpec {
  display: none; }

.noclick {
  pointer-events: none !important; }

@media only screen and (max-width: 870px) {
  #Plan {
    padding-top: 62px; }
  .deskSpec {
    display: none; }
  .content {
    min-width: 0;
    max-width: 100vw;
    width: 100%; }
    .content .BasisInfoWrap, .content .SygdommeWrapper, .content .GoalWrapper, .content .KostPreferencerWrapper, .content .AndetWrapper {
      width: calc(100% - 64px);
      left: calc(50% - 8px); }
    .content .standardHeading {
      margin: 42px 0 12px 0; }
    .content .KostPreferencerWrapper--itemflex--inner {
      width: calc(50% - 16px); }
  .forløbWrap {
    min-width: 0;
    max-width: 95%;
    width: 90%;
    flex-wrap: wrap; }
    .forløbWrap > div {
      max-width: 90%;
      width: 100%; }
  .custominputnew {
    padding: 82px 0 24px 0;
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
    background-color: #fbfaf8;
    display: relative !important;
    position: relative !important;
    left: 0;
    transform: translate(0%) !important; }
    .custominputnew input {
      width: 70% !important;
      transform: translateX(-50%) !important;
      position: relative !important;
      left: 50% !important; }
  #anmendpartboxwrap {
    flex-direction: column;
    top: -87% !important; }
  .standardHeading {
    margin: 0 !important;
    padding: 24px 0; }
  .Reviews {
    overflow: hidden;
    max-width: 100vw;
    height: 524px !important; }
    .Reviews p {
      text-align: center; }
  #anmeldelsestars {
    width: max-content;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-50%) !important; }
  #reviewImg {
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    width: 180px !important;
    margin-bottom: 12px; }
  .mobileSpec {
    display: initial; }
  #LogoMobile {
    display: initial;
    position: absolute;
    left: 8px;
    height: 80%;
    width: auto;
    top: 8px; }
  .LogoSvg {
    display: none; }
  .tabbar {
    position: fixed !important; }
    .tabbar .navfill {
      position: absolute;
      background: white !important;
      -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      height: 100%;
      width: 100%;
      z-index: 1; }
    .tabbar .logo {
      left: 0;
      padding: 0;
      z-index: 2; }
    .tabbar .burger {
      position: absolute;
      right: 18px;
      top: 15px;
      width: 32px;
      height: 32px;
      z-index: 2;
      opacity: 0.6; }
      .tabbar .burger .crossIcon {
        opacity: 0.9;
        width: 75%;
        padding: 0px 4px;
        display: none; }
    .tabbar .navolay {
      transition: opacity 0.2s;
      height: 100vh;
      width: 100vw;
      position: absolute;
      background: rgba(0, 0, 0, 0.356);
      z-index: 0;
      opacity: 0;
      pointer-events: none; }
    .tabbar .navbarItems {
      transition: left 0.3s;
      -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.2);
      border-radius: 0 0 32px 0;
      padding: 24px 12px;
      background: white;
      width: 60vw !important;
      height: 60vh !important;
      flex-direction: column;
      justify-content: flex-start !important;
      align-items: flex-start;
      margin: 0 !important;
      position: absolute;
      left: calc(-60vw - 24px);
      top: 58px !important;
      z-index: 1;
      color: black !important; }
      .tabbar .navbarItems a {
        color: black !important;
        margin: 2px 8px; }
      .tabbar .navbarItems path {
        fill: rgba(0, 0, 0, 0.795); }
    .tabbar-active .navbarItems {
      left: 0 !important; }
    .tabbar-active .navolay {
      opacity: 1 !important;
      pointer-events: initial !important; }
    .tabbar-active .burger .crossIcon {
      display: initial !important; }
    .tabbar-active .burger .burgerIcon {
      display: none !important; }
  .horizontalBreakLine {
    background: rgba(0, 0, 0, 0.2) !important;
    height: 1px !important;
    width: 90% !important;
    margin: 12px 0 !important; }
  .adminstration--siderbar {
    z-index: -1;
    width: 100%;
    height: 128px; }
  .adminstration--siderbarforshow {
    width: 100%;
    height: 128px;
    position: relative;
    animation: none !important; }
    .adminstration--siderbarforshow #profilImage {
      position: relative;
      top: 16px;
      left: 24px;
      margin: 0;
      height: 82px;
      width: 82px; }
    .adminstration--siderbarforshow .siderUserInfo {
      top: 18px;
      right: 26px;
      position: absolute;
      max-width: calc(100% - 120px);
      width: max-content;
      margin: 0;
      text-align: left; }
      .adminstration--siderbarforshow .siderUserInfo p {
        margin: 4px; }
    .adminstration--siderbarforshow h2 {
      display: none !important; }
    .adminstration--siderbarforshow .sideHline {
      display: none; }
  .popupFormWrap {
    width: 100vw;
    z-index: 1;
    left: 0; }
  .adminstration--pageWrap {
    z-index: 0;
    flex-direction: column; }
  .popupFormWrap--ImageContent {
    max-width: 80vw;
    top: calc(50% + 29px); }
  .popupFormWrap--side {
    display: none; }
  .popupFormWrap--content {
    top: calc(50% + 29px);
    width: 90vw; }
  .popupFormWrap--PhoneContent {
    max-width: 80vw; }
  .adminstration--siderbar-admin {
    height: 62px; }
  .adminstration--siderbarforshow-admin {
    height: 62px; }
  .sidebarButt-admin {
    width: 50% !important;
    position: absolute;
    text-align: center; }
    .sidebarButt-admin p {
      padding: 20px 0 0 0px !important; }
  .sidebarButt-admin2 {
    width: 50% !important;
    position: absolute;
    right: 0;
    text-align: center; }
    .sidebarButt-admin2 p {
      padding: 20px 0 0 0px !important; }
  .adminstration--contentWrap {
    padding: 0 18px; }
  .Reviews {
    background: url("../assets/imgs/bg.jpg") !important; }
  .review-contentWrap {
    margin: 0 8px !important; }
  .PendingRequestElementWrap-special {
    width: 100%; }
  .process {
    padding-bottom: 0 !important; }
  .prossesWrap {
    flex-direction: column;
    align-items: center; }
    .prossesWrap > div {
      width: 90% !important; }
      .prossesWrap > div p {
        text-align: center !important; }
  .omWrap {
    flex-direction: column;
    align-items: center; }
    .omWrap > div {
      margin-bottom: 64px; }
  .ForsideSection1 {
    padding-bottom: 42px !important; }
  .PendingRequestElementWrap {
    width: 100%;
    height: 82px; }
    .PendingRequestElementWrap div {
      border-radius: 4px !important; }
  .PendingRequestElement-contentWrap {
    display: none; }
  .popupFormWrap--button-style2 {
    margin: 0;
    width: 90%;
    margin: 8px 5% 0 5%;
    border-radius: 4px; }
  .popupFormWrap--bottom {
    height: max-content;
    flex-direction: column;
    padding-bottom: 8px; }
    .popupFormWrap--bottom .popupFormWrap--button {
      margin: 0;
      width: 90%;
      margin: 8px 5% 0 5%;
      border-radius: 4px; }
    .popupFormWrap--bottom .uploadwrap {
      margin: 0;
      width: 90%;
      margin: 8px 5% 0 5%; }
      .popupFormWrap--bottom .uploadwrap label {
        margin: 0;
        border-radius: 4px;
        width: 100%; } }

.footerfoot-Hide {
  display: none; }

.custominputnew {
  width: 382px;
  height: max-content;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 400px;
  left: 67%; }
  .custominputnew input {
    color: rgba(255, 255, 255, 0.795);
    font-size: 18px !important;
    height: 40px;
    border-radius: 4px;
    outline: none !important;
    border: solid 1px #a38435;
    width: 100%;
    margin: 2px 0px 18px 0;
    padding-left: 12px;
    background: none; }
    .custominputnew input:focus {
      border: solid 1px #d0b85e; }
  .custominputnew .bookKnapForside {
    background: url("../assets/textures/gold.jpg");
    background-size: 100%;
    height: 42px;
    width: 124px;
    border-radius: 25px;
    margin: 8px 0 0 0px !important;
    transform: translateX(-50%);
    left: 50% !important;
    position: relative;
    cursor: pointer;
    opacity: 0.9; }
    .custominputnew .bookKnapForside:hover {
      transform: translateX(-50%) scale(1.02);
      opacity: 1; }
    .custominputnew .bookKnapForside p {
      font-style: italic;
      color: rgba(0, 0, 0, 0.85) !important;
      pointer-events: none;
      border-radius: 40px;
      transform: translate(-50%, -50%);
      top: 48%;
      left: 50%;
      position: relative;
      text-align: center;
      margin: 0;
      font-weight: bold;
      font-size: 20px; }

.Reviews {
  background-size: cover;
  background: black;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.499037) 0%, rgba(0, 0, 0, 0.98083) 100%);
  height: 428px; }

.process {
  background: #fbfaf8;
  display: flex;
  padding-top: 24px;
  padding-bottom: 64px; }
  .process .prossesWrap {
    padding-top: 24px;
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%; }
    .process .prossesWrap-main {
      margin: 1%;
      margin-bottom: 24px;
      width: 28%;
      height: max-content;
      -webkit-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.15); }
      .process .prossesWrap-main > div p {
        padding: 20px;
        margin: 0;
        text-align: center;
        margin-top: 50px; }
      .process .prossesWrap-main > div h5 {
        margin: 0;
        position: relative;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
        font-size: 28px;
        color: #d0b85e;
        font-weight: bold;
        text-align: center; }
      .process .prossesWrap-main img {
        width: 64px;
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: 30px; }
    .process .prossesWrap-header {
      height: 112px;
      width: 100%;
      background: url("../assets/imgs/bg.jpg");
      background-size: 180%; }
    .process .prossesWrap-content {
      position: relative;
      height: 382px;
      width: 100%;
      background: white;
      background-size: 180%; }

.Om {
  padding-top: 24px;
  background: #fbfaf8;
  padding-bottom: 212px; }

.omWrap {
  padding-top: 32px;
  display: flex;
  justify-content: center; }
  .omWrap-main {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
  .omWrap .omWrap-img-1 {
    height: 212px;
    width: 212px;
    border-radius: 50%;
    background: black;
    border: 2px solid #d0b85e;
    background-image: url("../assets/imgs/mand.PNG");
    background-size: cover;
    background-position: center; }
  .omWrap .omWrap-img-2 {
    height: 212px;
    width: 212px;
    border-radius: 50%;
    background: black;
    border: 2px solid #d0b85e;
    background-image: url("../assets/imgs/girl.PNG");
    background-size: cover;
    background-position: center; }
  .omWrap-Hline {
    margin: 24px;
    width: 4px;
    height: 84px;
    background: #d0b85e; }
  .omWrap-textbox {
    width: 324px;
    text-align: center; }
    .omWrap-textbox p {
      margin: 0; }

.bgforside {
  z-index: -1;
  background: url("../assets/imgs/bg.jpg");
  background-size: cover;
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: 0; }

.ForsideSection1 {
  background: #fbfaf8;
  height: max-content;
  padding-bottom: 112px; }

.standardHeading-Special {
  color: white !important; }

footer {
  width: 100%;
  height: 324px;
  background: url("../assets/imgs/bg.jpg");
  background-size: cover; }
  footer span {
    font-size: 18px;
    opacity: 0.8; }
  footer p img {
    width: 24px;
    padding: 0 10px 0 0;
    transform: translateY(7px); }
  footer .footerContent {
    padding-top: 24px;
    width: 80%;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    display: flex;
    justify-content: space-between;
    color: white;
    background: none; }

.reviewHline {
  background: #d0b85e;
  height: 2px;
  width: 96%;
  margin: 12px 0; }
