  .profile-svg-icons{
    overflow: hidden;
    vertical-align: middle;
    top: -4px;
    position: relative;
    color: #FEFEFE;
  }

  .profilmeny {
    position: relative;
    min-height: 70vh;
  }

  .profilmeny input[name=fanekontroll] {
    display: none;
  }

  .profilmeny .content section h2,
  .profilmeny ul li label {
    font-size: 18px;
    color: #FEFEFE;
  }

  .profilmeny ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
  }

  .profilmeny ul li {
    box-sizing: border-box;
    flex: 1;
    width: 25%;
    padding: 20px 0px;
    text-align: center;
    margin: 0px 10px;
    background-color: #ffffff0a;
    border-radius: 10px;
    }

    @media (max-width: 600px) {
      .profilmeny ul li {
      margin: 0px 3px;
      }
    }

  .profilmeny ul li label {
    color: #929daf;
    padding: 5px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .profilmeny ul li label br {
    display: none;
  }
  .profilmeny ul li label svg {
    fill: #929daf;
    height: 1.2em;
    vertical-align: bottom;
    margin: 0 .5em;
    transition: all 0.2s ease-in-out;
  }
  .profilmeny ul li label:hover, .profilmeny ul li label:focus, .profilmeny ul li label:active {
    outline: 0;
    color: #bec5cf;
  }
  .profilmeny ul li label:hover svg, .profilmeny ul li label:focus svg, .profilmeny ul li label:active svg {
    fill: #bec5cf;
  }
  .profilmeny .slider {
    position: relative;
    width: 25%;
    transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  }
  .profilmeny .slider .indicator {
    position: relative;
    width: 50px;
    max-width: 100%;
    margin: 0 auto;
    height: 4px;
    background: #FEFEFE;
    border-radius: 1px;
  }
  .profilmeny .content {
    margin-top: 5px;
  }
  .profilmeny .content section {
    display: none;
    -webkit-animation-name: content;
            animation-name: content;
    -webkit-animation-direction: normal;
            animation-direction: normal;
    -webkit-animation-duration: 0.2s;
            animation-duration: 0.2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    line-height: 1.4;
  }
  .profilmeny .content section h2 {
    color: #FEFEFE;
    display: none;
  }
  .profilmeny .content section h2::after {
    content: "";
    position: relative;
    display: block;
    width: 30px;
    height: 3px;
    background: #FEFEFE;
    margin-top: 5px;
    left: 1px;
  }
  
  .profilmeny input[name=fanekontroll]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    cursor: default;
    color: #FEFEFE;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
    fill: #FEFEFE;
  }

  @media (max-width: 600px) {
    .profilmeny input[name=fanekontroll]:nth-of-type(1):checked ~ ul > li:nth-child(1) {
      background: rgba(100, 100, 100, 0.50);
    }
  }

  .profilmeny input[name=fanekontroll]:nth-of-type(1):checked ~ .slider {
    transform: translateX(0%);
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
    display: block;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    cursor: default;
    color: #FEFEFE;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
    fill: #FEFEFE;
  }
  
  @media (max-width: 600px) {
    .profilmeny input[name=fanekontroll]:nth-of-type(2):checked ~ ul > li:nth-child(2) {
      background: rgba(100, 100, 100, 0.50);
    }
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(2):checked ~ .slider {
    transform: translateX(100%);
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
    display: block;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    cursor: default;
    color: #FEFEFE;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
    fill: #FEFEFE;
  }
  @media (max-width: 600px) {
    .profilmeny input[name=fanekontroll]:nth-of-type(3):checked ~ ul > li:nth-child(3)  {
      background: rgba(100, 100, 100, 0.50);
    }
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(3):checked ~ .slider {
    transform: translateX(200%);
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
    display: block;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    cursor: default;
    color: #FEFEFE;
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
    fill: #FEFEFE;
  }
  @media (max-width: 600px) {
    .profilmeny input[name=fanekontroll]:nth-of-type(4):checked ~ ul > li:nth-child(4)  {
      background: rgba(100, 100, 100, 0.50);
    }
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(4):checked ~ .slider {
    transform: translateX(300%);
  }
  .profilmeny input[name=fanekontroll]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
    display: block;
  }
  @-webkit-keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @keyframes content {
    from {
      opacity: 0;
      transform: translateY(5%);
    }
    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @media (max-width: 1000px) {
    .profilmeny ul li label {
      white-space: nowrap;
    }
    .profilmeny ul li label br {
      display: initial;
    }
    .profilmeny ul li label svg {
      height: 1.5em;
    }
  }
  @media (max-width: 600px) {
    .profilmeny ul li label {
      padding: 5px;
      border-radius: 5px;
    }
    .profilmeny ul li label span {
      display: none;
    }
    .profilmeny .slider {
      display: none;
    }
    .profilmeny .content {
      margin-top: 20px;
    }
    .profilmeny .content section h2 {
      display: block;
    }
  }