



*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html {
  overscroll-behavior: none; 
  /*overflow: hidden;*/
  height: 100%;
}

body {
  /*font-family: "Nunito Sans", sans-serif;*/
  font-family: "LXGW WenKai TC", Sans-serif;
  height: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.background { 
    /*height: calc(100% - 50px);*/
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.background::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    /*background-color: rgba(0,0,0,0.25);*/
    background-image: url('images/frontend/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    background-attachment: fixed;
    position: fixed;
    margin: -10px;
    min-height: 800px;
    width:103%;
    */height: 200vh;*/
}


.maindiv{
  /*margin-top:20px;*/
}

input {
    font-family: "LXGW WenKai TC", Sans-serif;
}

h3 {
    font-size: 25px;
  }
  
p {
    color: #333333;
}

button {
  cursor: hand;
  font-family: "LXGW WenKai TC", Sans-serif;
}


::placeholder {
  color: #333;
}

a {
  color: #333333;
  pointer-events: auto;
}


button.frontendform-btn{
  margin-top:10px;
  font-weight: 600;
  line-height: 2.5em;
  text-transform: uppercase;
  border: none;
  padding: 5px 5px;
  cursor: pointer;
  transition: all 150ms linear;
  width: 270px;
  background: #B0D7C1;
  border-radius: 10px;
  height: 60px;
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #333333;
}



/* ///////////////////////////////////////////////// */
/* Checkbox */

/* Customize the label (the container) */
.containercheck {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: left;
  padding-top: 3px;
  margin-left: auto;
  margin-right: auto;
  width: 280px;
  color: #B0D7C1;
}

/* Hide the browser's default checkbox */
.containercheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ccc;
  border: #333 1px solid;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.containercheck:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containercheck input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containercheck input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containercheck .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* ///////////////////////////////////////////////// */


.user-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin-top:15px;
  margin-right: -5px;
  border: 5px solid #f9f9f9;
  position: absolute;
  top: 0px;
  left: 50%;
  opacity: 1;
  transform: translate(-50%);
}


.swipe {
  display: none;
  width: 100vw;
  /*height: 100svh;*/
  height: 100%;
  /*overflow: hidden;*/
  overflow-x: hidden;
  /*display: flex;*/
  flex-direction: column;
  position: relative;
  opacity: 0;
  transition: opacity 0.1s ease-in-out;
}

.loaded.swipe {
  opacity: 1;
  /*overflow: hidden;*/
}

.swipe--status {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  z-index: 2;
  width: 100%;
  text-align: center;
  pointer-events: none;
}

.swipe--status i {
  font-size: 100px;
  opacity: 0;
  transform: scale(0.3);
  transition: all 0.2s ease-in-out;
  position: absolute;
  width: 100px;
  margin-left: -50px;
}

.swipe_love .fa-heart {
  opacity: 0.7;
  transform: scale(1);
}

.swipe_nope .fa-remove {
  opacity: 0.7;
  transform: scale(1);
}

.swipe--cards {
  flex-grow: 1;
  padding-top: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  z-index: 1;
}

.swipe--card {
  top:10%;
  display: inline-block;
  width: 90vw;
  max-width: 400px;
  /*
  height: 85svh;
  height: 470px;
  height: 100%;
  */

  margin-bottom: 10px;
  /*background: #FFFFFF;*/
  padding-bottom: 5px;
  border-radius: 8px;
  /*overflow: hidden;*/
  position: absolute;
  will-change: transform;
  transition: all 0.3s ease-in-out;
  /*
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
  background: url(images/frontend/specialsong_card.png);
  background-size: cover;
  background-repeat: no-repeat;
  */
  background: rgb(242,232,211);
  background: linear-gradient(337deg, rgba(242,232,211,1) 37%, rgba(252,248,242,1) 100%);

  /*box-shadow: 0px 0px 10px 10px rgba(249,249,249,1);*/
}


.moving.swipe--card {
  transition: none;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.swipe--card img {
  /*width: 100%;*/
  max-width: 75%;
  /*pointer-events: none;*/
}

.emailformimage {
  max-height: 80px !important;
  margin-top: 10px;
}

.swipe--card h3 {
  margin-top: 10px;
  margin-bottom: 20px;
  /*font-size: 32px;*/
  padding: 0 16px;
  pointer-events: none;
  color: #333333;
}

.swipe--card p {
  margin-top: 24px;
  font-size: 25px;
  padding: 0 16px;
  pointer-events: none;
}

.swipe--buttons {
  flex: 0 0 10px;
  text-align: center;
  padding: 10px;
  background: #f9f9f9;
  width: 90vw;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.swipe--buttons button {
  border-radius: 50%;
  line-height: 60px;
  width: 60px;
  height: 60px;
  border: 0;
  background: #fbf2c4;
  display: inline-block;
  margin: 0 8px;
}

.swipe--buttons button:focus {
  outline: 0;
}

.swipe--buttons i {
  font-size: 32px;
  vertical-align: middle;
}

.fa-heart {
  /*color: #808000;*/
  color: #fff;
}

.fa-remove {
  /*color: #c7522a;*/
  color: #fff;
}

    
#answertext {
  opacity: 0;
  transition: opacity  ease-in-out;
  transition: 1s;
  z-index: 0;
}

#answertext.active {
  opacity: 1;
  z-index: 1000;
}



img.cardimage {
  /*border-radius: 50%;
  object-fit: cover;*/
  max-width: 160px;
  max-height: 160px;
  border-radius: 50%;
  margin-top: 10px;
}


.parentleft {
    position: relative;
    top: 0;
    left: 0;
    width: 200px;
    float:left;
  }

  .playbutton {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    z-index: 3;
    filter: invert(100%);
    cursor: hand;
  }

  .exampleimage {
    position: relative;
    width: 150px;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 10px;
    /*filter: opacity(0.5) drop-shadow(0 0 0 #000);*/
  }

  .right{
      float: right;
      margin-top: 20px;
      margin-right: 50px;
  }


.startbutton {
  background: #FA6900; 
  border-radius: 10px; 
  width:90%; 
  height: 50px; 
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #333333;
  box-shadow: -5px 0px 10px 1px #fff;
  animation: boxshadowanimate 3s infinite;
  border: 1px solid #e15000;
  margin-bottom: 10px;
}


@keyframes boxshadowanimate {
  
  25% {box-shadow: -5px 0px 10px 5px #fff;}
  50% {box-shadow: -5px 0px 10px 9px #fff;}
  75% {box-shadow: -5px 0px 10px 5px #fff;}
  100% {box-shadow: -5px 0px 10px 1px #fff;}
}


.startbutton:hover,
.startbutton:focus {
  background-color: #ff730a;  
}


.startplaybutton {
  background: #B0D7C1; 
  border:0px; 
  border-radius: 10px; 
  width:70px; 
  height: 40px; 
  padding: 5px;
  margin: 10px;
  font-size: 13px;
  color: #333333;
  font-size:20px; 
  width: 100px; 
  height:60px;
}

.startplaybutton:hover,
.startplaybutton:focus {
  background-color: #bae1cb;  
}


.examplebuttons{
  margin-bottom: 10px;
}

.answerbutton {
  background: #B0D7C1; 
  border-radius: 10px; 
  width:70%; 
  height: 50px; 
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
  border: 1px solid #97bea8;
}

.answerbutton:hover,
.answerbutton:focus {
  background-color: #bae1cb;  
}


.othercolor{
  background: #F2E69D;
}

.othercolor:hover,
.othercolor:focus {
  background-color: #fcf0a7;  
}


.answertextfield {
  background: #B0D7C1; 
  border:0px; 
  border-radius: 10px; 
  width:70%; 
  height: 50px; 
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333333;
}


.handswipe {
  filter: invert(91%) sepia(51%) saturate(2156%) hue-rotate(319deg) brightness(81%) contrast(88%);
  animation: movehand 5s linear forwards 2;
  animation-delay: 0s;
  left: 150px;
}

@keyframes movehand {
   0% {display: block; visibility: visible;}
   25% { transform: translateX(150px);}
   75% { transform: translateX(-150px);}
   100% { transform: translateX(0px);}
   100% {display: none; visibility: hidden;}
}


.answertext{
  position:absolute;
    
  width:350px;
  height:70px;
  background:#063;
  bottom:5px;
  right:25%;
  left:50%;
  margin-left:-175px;
  
  background-color: #B0D7C1;
  color: #333;
  padding: 10px;
  
  text-align: center;
  border-radius: 10px;
}




  .likedislike{
    position: absolute; 
    bottom: 110px; 
    margin-left: auto; 
    margin-right: auto; 
    width: 350px; 
    z-index: 10000;
    cursor: hand;
  }



  .dislikebut{
    position:absolute;
    width:44px;
    left:20px;
    font-size:34px;
    border-radius: 25px;
    background-color: #B0D7C1;
    padding: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .likebut{
    position:absolute;
    width:44px;
    right:20px; 
    font-size:34px;
    border-radius: 25px;
    background-color:  #B0D7C1;
    padding: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .likebut:active{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  }

  .dislikebut:active{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  }

  .likebut:hover{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  }

  .dislikebut:hover{
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.5);
  }

  h4 {
    font-size: 20px;
  }

  .listentext {
    margin: 10px;
    display: none;
  }

  .loadspecialsongs {
    display:none;
  }

  .error {
    margin: 35px;
    display:none;
    line-height: 35px;
  }

  .songs {
    margin-top: 10px;
  }

  .animate {
    animation: fading 3s infinite;
  }

  .song1 {
    margin: 5px;
    float: left;
    margin-left: 20px;
    display:none;
  }

  .song1preview {
    margin: 5px;
    float: left;
    margin-left: 10px;
  }

  .song2 {
    margin: 5px;
    float: right;
    margin-right: 20px;
    display:none;
  }

  .song2preview {
    margin: 5px;
    float: right;
    margin-right: 30px;
  }

  .title2 {
    margin:10px;
    font-family: "LXGW WenKai TC", Sans-serif;
    font-size: 24px;
    overflow: hidden;
  }

  .avatarimages {
    /*float: left;*/
    width: 120px;
    margin: 10px;
    border-radius: 10px;
    /*filter: opacity(0.5) drop-shadow(0 0 0 #000);*/

    /*display: none;*/
  }

  @keyframes fading {
    0% { opacity: 0.1; }
    40% { opacity: 0.5; }
    60% { opacity: 0.5; }
    100% { opacity: 0.1; }
  }

  .songinfo {
    margin: 10px;
    /*float: right;*/
    max-width: 250px;
  }

  .divplaybutton{
    text-align: center;
    /*visibility: hidden;*/
  }

  .lyrics {
    overflow-y: scroll; 
    /*max-height:400px;*/
  }

  .landinglyrics{
    font-family: "LXGW WenKai TC", Sans-serif;
    margin: 20px;
  }

  .buybuttonsdiv{
    display: none;
    clear: both;
  }

  .generatedtitle{
    /*font-size: 20px;*/
    background: rgba(255, 255, 255, 0.7);
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.9);
  }

  .generatedlyrics {
    background: rgba(255, 255, 255, 0.7);
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    font-family: "LXGW WenKai TC", Sans-serif;
  }
    

  .buybutton{
    background: #B0D7C1;
    border-radius: 10px;
    height: 60px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    border: 2px solid #97bea8;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .alignleft{
    float: left;
    margin-left: 40px;
  }

  .alignright{
    float: right;
    margin-right: 40px;
  }

  .buybutton:hover {
    background-color: #97bea8;
    
    
  }

  .downloadbutton {
    background: #B0D7C1;
    border: 0px;
    border-radius: 10px;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    border: 1px solid #97bea8;
    }

  .savesongsdiv{
    display:none;
    margin-left: 10px;
    margin-right: 10px;
    margin-top:10px;
  }

  
  .savethankyou{
    display: none;
  }
  
  .save{  
    background: #B0D7C1;
    border: 0px;
    border-radius: 10px;
    height: 45px;
    padding: 10px;
    margin-top:5px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d9cd84;
    width: 345px;
  }

  .alert {
    background: #d3fae4;
    font-size: 14px;
    width: 315px;
  }

  .makenewsong{
    display:none;
    background: #B0D7C1;
    border-radius: 10px;
    height: 50px;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
    width: 245px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #97bea8;
  }

  .disabled{
    border: 0px solid;
    color: #777777;
    background-color: #cccccc;
    cursor: default;
    margin-bottom: 0px;
    margin-top: 40px;
  }

  .explain-text {
      visibility: hidden;
      white-space: nowrap;
      font-size: 10px;
      color: #333333;
      text-align: center;
      transition: visibility, opacity ease-in-out;
      transition: 1s;

      z-index: 10000;
      /*height: 100%;*/
      width: 350px;;
      left:25%;
      margin-top: 5px;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      
      /*
      max-height: 550px;
      background: url(images/frontend/specialsong_card.png);
      background-size: cover;
      background-repeat: no-repeat;
      */
      background: rgb(242,232,211);
      background: linear-gradient(337deg, rgba(242,232,211,1) 37%, rgba(252,248,242,1) 100%);

      border-radius: 25px;
    }

    .explain-text-icon {
      color: #333333;
    }

    .whatdoyoubuy{
      visibility: hidden;
      display:none;
      white-space: nowrap;
      color: #333333;
      text-align: center;
      transition: visibility, opacity ease-in-out;
      transition: 1s;

      z-index: 10000;
      /*min-height: 560px;*/
      width: 350px;
      left:25%;
      margin-top: 0px;
      margin-bottom: 5px;
      margin-left: auto;
      margin-right: auto;
      padding-bottom: 20px;
      text-align: center;

      /*
      background: url(images/frontend/specialsong_card.png);
      background-size: cover;
      background-repeat: no-repeat;
      */
      background: rgb(242,232,211);
      background: linear-gradient(337deg, rgba(242,232,211,1) 37%, rgba(252,248,242,1) 100%);

      border-radius: 25px;


      position: fixed;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);

      max-height: 95%;
      overflow: scroll;
    }

  .whatdoyoubuy span{
      font-size: 18px;
  }

  .close-button {
      position: absolute;
      top: 0px;
      right: 10px;
      background: transparent;
      border: none;
      font-size: 40px;
      cursor: pointer;
      font-weight: bold;
      width: 30px;
      height: 20px;
      line-height: 10px;
  }

  .close-button:hover {
    color: red;
    transform: scale(1.5);
    transition: transform 0.3s ease-in-out;
  }

  .txtgiftcard {
    cursor: pointer;
    text-decoration: underline;
    display:none;
  }

  .giftcard {
    display:none;
  }


  .showsongs {
      top: 5px !important;
      margin-top: 15px;
      text-align: center;
      visibility: hidden;

      z-index: 10000;

      display: inline-block;
      width: 90vw;
      max-width: 400px;
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-radius: 8px;
      position: absolute;
      will-change: transform;
      transition: all 0.3s ease-in-out;
      
      /*
      background: url(images/frontend/specialsong_card.png);
      background-size: cover;
      background-repeat: no-repeat;
      */
      background: rgb(242,232,211);
      background: linear-gradient(337deg, rgba(242,232,211,1) 37%, rgba(252,248,242,1) 100%);

      box-shadow: 0px 0px 10px 10px rgba(249,249,249,1);
      /*min-height: 800px;*/
  }

  .copyurl {
      background: rgba(255,255,255, 0.3);
      border: 1px solid rgba(255,255,255, 0.8);
      padding: 10px;
      margin-bottom:10px;
      width: 330px;
      border-radius: 10px;
  }



.thankyouemail {
  padding:10px; 
  padding-top:30px;
  color: #006400;
}


    .maxwidth{
      /*width: 90vw;*/
      width: 350px;
      margin-left: auto;
      margin-right: auto;
      white-space: initial;
    }

    .active {
      visibility: visible;
      opacity: 1;
    }



    .meter { 
      position: fixed;
      height: 5px;
      width: 100%;
      top: 0px;      
      background: #f9f9f9;
      overflow: hidden;
      z-index: 100000;
    }

    .meter span {
      display: block;
      height: 100%;
      width: 0; /* Start met 0 breedte */
      background-color: #B0D7C1; /* Zet de achtergrondkleur hier om overlapping te voorkomen */
      transition: width 1s ease-in-out; /* Voeg een overgang toe voor een vloeiende animatie */
    }



  .skiplinks{
      width: 100%;
      /*margin-right: 200px;*/
      margin-top: 20px;
      font-size: 13px;
      /*width: 90vw;
      max-width: 400px;*/
      margin-bottom: 5px;
  }
    
    .backlink{
      cursor: hand;      
    }

    .skiplink {
      cursor: hand;
      margin-left:165px;
    }


  .share {
    text-align: center; 
    display: none; 
    padding:10px; 
    max-width:330px; 
    margin-left: auto; 
    margin-right: auto; 
    font-size: 17px;
  }

  .noshare {
    text-align: center; 
    display: none; 
    padding:10px; 
    max-width:330px;  
    margin-left: auto; 
    margin-right: auto; 
    font-size: 20px;  
  }

  .showurl {
    margin: 20px;
    margin-top: 0px;
    font-size:12px; 
    overflow: hidden;
  }

  .linkhead {
      font-size: 13px;
      font-weight: bold;
  }

  .scrolllyrics {
    font-size: 16px;
    height: 200px; 
    overflow: scroll;
  }

  .spread {
    font-size: 20px;
    margin-top: 0px;
  }

  .partnerlogo {
    max-width: 400px; 
    max-height: 60px;
  }

  .partnerlogocard {
    max-width: 120px; 
    max-height: 65px;
  }

  .partnerlogolink {
    max-width: 120px; 
    max-height: 120px; 
    /*
    position: absolute; 
    bottom: 5px; 
    left: 100%; 
    transform: translate(-100%, 0%);
    */
  }
 

  .emailform {
    background-color: #fff;
    padding: 5px;
    padding-bottom: 10px;
    border-radius: 20px;
    font-size:16px; 
    margin:10px; 
    display:none;
    max-width: 90%;
  }

  .emailinput{
    background-color: #B0D7C1;
    border: 0px;
    border-radius: 20px;
    color: #333333;
    line-height: normal;
    height: auto;
    font-size: 25px;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
    box-shadow: none;
    padding: 10px;
    margin-top: 10px;
    width: 270px;
  }

#progress {
    width: 300px;
    background-color: #a0a0a0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  #bar {
    width: 1%;
    height: 30px;
    background-color: #B0D7C1;
  }
 
 .exampleimagenew{
  height: 170px;
  cursor: pointer;
  margin: 10px;
  border-radius: 10px;
 }

 #fullpage {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*background-size: contain;*/
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: #F8F8F8;
}


.copyright {
  width: 100%;
  text-align: center;
  padding:10px;
}

.audioplayer{
  
}

.partnerlogo {
  max-width: 250px; 
  max-height: 100px;
}


/*styling quotes
////////////////////////////////////////////////
*/
.slidingdiv {
  margin-left: auto;
  margin-right: auto;
  margin: 10px;
}

.slidingtext {
  margin-left auto; 
  margin-right: auto; 
  font-style: italic;
  font-size: 22px;
}

.animation{
    animation-name: animation;
    animation-duration: 15s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@keyframes animation {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*styling quotes
////////////////////////////////////////////////
*/







.ribbon {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
}
.ribbon {
  --f: .5em; /* control the folded part*/
  --r: .8em; /* control the ribbon shape */
  
  /*
    position: absolute;
    top: 20px;
  */
  right: calc(-1*var(--f));
  padding-inline: .25em;
  line-height: 1.8;
  background: #B0D7C1;
  border-bottom: var(--f) solid #0005;
  border-left: var(--r) solid #0000;
  clip-path: 
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));

  width: 315px;
  float: right;
  margin-top:10px;
  margin-bottom:10px;
  margin-right: -8px;
  line-height: normal;
  padding: 5px;
}

.ribbon span{
  margin-right:10px;
}




.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  opacity: 0.7;
}


ul {
    padding-left: 35px;
}


#progress-container-lyrics {
    width: 90%;
    border-radius: 5px;
    overflow: hidden;
    margin: 20px 0;
    margin-left: auto;
    margin-right: auto;
}

#progress-bar-lyrics {
      height: 20px;
      width: 0;
      background-color: #B0D7C1;
      transition: width 0.2s ease;
}




/*/////////////////////////////////////////////
//responsive
*/
@media screen and (min-height: 800px) {

  .swipe--card {
    top: 25%;
  }

}

/*kleine schermen*/
@media screen and (max-height: 800px) {


  .background::before {
    background: rgb(255,253,253);
    background-image: url('images/frontend/background_small.jpg');
    background-size: cover;
  }



  .songinfo {
    max-width: 165px;
  }

  .lyrics {
    max-height:200px;
  }

  .swipe {
    height: 120%;
  }


  .swipe--card p {
    margin-top: 5px;
  }

  .swipe--card img {
    max-height: 200px;
  }

  .partnerlogocard {
    max-width: 120px !important; 
    max-height: 65px !important;
  }

  h3 {
    /*font-size:20px !important;*/
  }

  .parentleft{
      margin-top: -5px;
  }
  
  .right{
    margin-top: -5px;
  }

  .downloadbutton {
    margin-top:0px;
  }

  .share {
    margin-top:-20px;
  }

  /*
  .partnerlogo {
    margin-top:-10px;
  }
  */

  .scrolllyrics {
    margin-top:2px;
  }

  .exampleimagenew{
    height: 150px;
  }

  .background {
    align-items: baseline;
  }

}



/*extreem klein scherm*/
@media screen and (max-height: 440px) {

  .whatdoyoubuy {
   position:absolute;
   top:0px; 
   left: inherit;
  }

  .textsamplepage{
    display: none;
  }

  .examplesongtext {
    display:none;
  }

  .cardimage {
    display:none;
  }

  .swipe--card{
    /*height: 80svh;*/
  }

  .emailcard{
    /*height: 200% !important;*/
  }

  .exampleimagenew{
    height: 50px;
  }

  .partnerlogo {
    margin-top: 5px;
    max-width: 250px; 
    max-height: 70px;
  }


  .background::before {
    height: 200%;
  }


}


/*iets smaller scherm*/
@media screen and (max-width: 600px) {
  .maindiv {
      /*margin-top: 40px;*/
  }
  
    /*
  .ribbon {
    top:25px;
    font-size: 12px;
    display: none;
  }
  */
}



/*extreem small scherm*/
@media screen and (max-width: 370px) {

  .buybutton {
    width: 250px;
    font-size: 15px;
  }

  button.frontendform-btn {
    width: 220px;
  }

  .emailinput {
    width: 220px;
  }

  .avatarimages {
    width: 50px;
  }

  .alignleft {
    float: none;
    margin-left: 0px;
  }

  .alignright {
    float: none;
    margin-right: 0px;
  }

}





/*scherm hoger dan 660 geen scrollbalk*/
@media screen and (min-height: 540px) {

  body {
    /*overflow: hidden;*/
  }

  .background::before { 
    height: 140%;
  }  

}

/*////////////////////////////////////////////*/


/*////////////////////////////////////////////
//specifieke CSS
*/
