@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');



body{
    background-color: #98bab2;
    color:#fff;
    font-family: 'Roboto', sans-serif; 
    font-family: 'Poppins', sans-serif;
    
}

h1 {
    font-size: 80px;
    font-family: 'Reenie Beanie', cursive;
}

.title-big-center {
    text-align: center;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-boxed{
    max-height: 300px;
}
.fullsreen-Video{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    max-width:100%;

}

#fullscreen-video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
    max-width: 100%;
    max-height: 115%;
}



.taube-rechts-unten{
    margin: 10px;
    position: fixed;
    z-index: 99;
    top: 100%;
    left: 100%;
    -ms-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    cursor: pointer;
}

.taube-rechts-unten > img{
height: auto; 
width: auto; 
max-width: 300px; 
max-height: 300px;
}

.button-rechts-unten{
    margin: 0;
    position: absolute;
    top: 100%;
    left: 100%;
    -ms-transform: translate(-100%, -100%);
    transform: translate(-150%, -150%);
}

#button-rechts-unten{
    width: 200px;
    padding: 30px;
    border: none;
    background: #98bab2;

    font-size: 18px;
    color: black;
    cursor: pointer;
}

#videoBtn {
    width: 200px;
    font-size: 18px;
    padding: 30px;
    border: none;
    background:#98bab2;
    color: black;
    cursor: pointer;
    width: 80px;
  }
  
  #videoBtn:hover {
    background:#b9e2d8;
    color: black;
  }

  .videoBtn {
    height: 122px;
    position:absolute;
    bottom:0;
    left:100px;
    z-index: 100;
  }

  .videoBtn-center {
    height: 122px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }


  /* Audio Button */
  #audioBtn {
    width: 200px;
    font-size: 18px;
    padding: 30px;
    border: none;
    background: #98bab2;
    color: black;
    cursor: pointer;
    border-style: solid;
    border-color: #ffffff4d;
    width: 80px;
}
  
  #audioBtn:hover {
    background:#b9e2d8;
    color: black;
  }

  .audioBtn {
    height: 122px;
    position:absolute;
    bottom:0;
    left:100px;
  }

  .audioBtn-center {
    height: 122px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }


.form-style-field{
    width: 400px;
    height: 50px;

}

.form-style-button{
    position:absolute;
    width: 150px;
    height: 50px;
    margin-top: 20px;
}

/* Splide Style */
.splide-carrousel-div{
    height: 500px;
    width: 99%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}

button.splide__arrow.splide__arrow--next {
    position: absolute;
    right: 10px;
    margin-top: 230px;
    z-index: 99;
    background-image: url(/img/Pfeil.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
}

button.splide__arrow.splide__arrow--prev {
    position: absolute;
    margin-top: 230px;
    left: 10px;    
    z-index: 99;
    transform: scaleX(-1);
    background-image: url(/img/Pfeil.png);
    background-repeat: no-repeat;
    background-position-x: 7px;
}


/* Dialogbox Taube  */
.ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle {
    background-color: transparent;
    border-bottom-width: 0px;
    border-style: hidden;
    padding: 0, 5px;

}

.ui-widget.ui-widget-content {
    border: 1px solid #000000;
}

.ui-dialog .ui-dialog-titlebar {
    padding: 0, 5px;
    position: relative;
}

.ui-widget {
    font-size: 1em;
    color: rgb(54, 52, 52);
    font-family: 'Poppins';
}


/* Canvas bei Tag 7 */
.canvas {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }

  .organspendeausweis {
    height: 250px;
    width: 375px;
    -webkit-print-color-adjust: exact;
    background-image: url(/img/Feld2.png);
    background-size: 400px;
    padding-top: 27px;
    padding-left: 27px;
    font-family: 'Reenie Beanie', cursive;
    font-size: 30px;
    border: 3px;
    border-style: dashed;
    border-color: white;
    color: #98bab2;
  }

  .organspendeausweis-titel{

    color: red;

  }

  .organspendeausweis-wrapper{
margin-left: 100px;
margin-top: 100px;
  }

  .organliste{
    margin-top: 15px;
  }

  .spkrBtn{
    width:15px;
    cursor: pointer;

  }

  .vieltext{
  margin-left: 20%;
  margin-right: 35%;
  margin-top: 100px;
  left: 300px;
  z-index: 5;
  }

  .quiz {
    font-family: 'Poppins', sans-serif;
    color: #98bab2;
    max-width: 70%;
}

.klick-taube-rechts-unten {

  position: absolute;
  right: 25%;
  bottom: 10%;

  /* position: sticky;
    margin-left: 60%;
    bottom: 10%; */

}
