/****************************
*   
*   Pantomime Paty (c) 2021
*
*   Author: Oliver Borner 
*   oliverborner@gmail.com
*
*****************************/

body,
html {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #fff;
  overflow-x: hidden;
  background-color: #452c63;
  /* background-image: linear-gradient(180deg, #452c63 0%, #C850C0 77%); */
  background: linear-gradient(-45deg, #452c63 0%, #C850C0 77%);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  /* background-attachment: fixed; */
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* COLORS */
.pink {
  color: #C850C0;
}

.white {
  color: #fff;
}

.grey-settings {
  color: #727272;
  margin-right: 10px;
}

h3 {
  text-align: center;
  padding-top: 3px;
}

.container-fluid {
  padding: 0 0 50px 0;

  display: flex;
  justify-content: center;
  align-items: center;

}

.btn {
  margin: 10px;
}

/* BUTTONS */
.p-button {
  display: flex;
  justify-content: space-between;
  padding-left: 1em;
  padding-right: 1em;
  z-index: 500;
}

.btn-success {
  background: #fff !important;
  color: #452c63 !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  border: 0 !important;
  border-radius: .4em !important;
  padding: .8em 1.2em .8em 1.2em !important;
  cursor: pointer;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  z-index: 500;
  margin-top: -2em;
}

.wiggle {
  -webkit-animation: btnWiggle 5s infinite;
  -moz-animation: btnWiggle 5s infinite;
  -o-animation: btnWiggle 5s infinite;
  animation: btnWiggle 5s infinite;
}

.btn-warning {
  color: #fff !important;
  background: #452c63 !important;
  z-index: 500;
  border: 0 !important;
  /*   border-radius: 8px !important;
  padding-top: 10px;
  padding-bottom: 10px; */
}

a.btn-link {
  color: #452c63;
}

a.btn-link:hover {
  color: #C850C0 !important;
}

a.btn-warning:hover {
  color: #C850C0 !important;
}

.btn-danger {
  color: #C850C0 !important;
  background: #452c63 !important;
  font-weight: 800 !important;
  border: 0 !important;
  border-radius: 13px !important;
  padding-top: .95em;
  padding-bottom: .95em;
}

.btn:focus,
.btn:active {
  outline: none !important;
  box-shadow: none;
  border: none;
}

.iconfocus {
  outline: none !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.icon {
  position: relative;
  top: -1px;
  left: 3px;
}

*:focus {
  outline: 0 !important;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* LINKS */
a {
  color: #452c63 !important;
  font-weight: 700 !important;
  transition: 300ms all !important;
}

a:hover {
  color: #fff !important;
  font-weight: 700 !important;
  transition: 300ms all !important;
  text-decoration: none !important;
}


.list-group {

  display: flex;
  text-align: center;
  justify-content: center;

}

.list-group-item {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
}


.list-group li {
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* cursor: pointer; */
}

.store-logo {
  max-width: 180px !important;
}

.pantomime-logo {
  height: auto;
  width: 100%;
  max-width: 600px;
  min-width: 200px;
  margin-top: 70px;
  padding-bottom: 30px;
}

.over-character {
  margin-top: -200px;
}

.text-container {
  padding-top: 20px;
  max-width: 700px;
  font-weight: 600;
  color: #452c63;
}

.text-container-hero {
  max-width: 400px;
  font-weight: 600;
  font-size: 1.3em;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -40px;
  z-index: 100;
  border-radius: 13px;
  background-color: #452c63;
  color: #C850C0;

  border: 3px solid #f888f1;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  padding: 1em;
  transform: rotate(-2deg);

}


.advertisement {
  display: block;
  width: auto;
  height: 400px;
  background-color: #727272;
  border-radius: 13px;
}

.loader-logo {

  height: auto;
  width: 100%;
  min-width: 200px;

  transform: translatey(0px);
  animation: float 3s ease-in-out infinite;

}

@keyframes float {
  0% {
    transform: translatey(0px);

  }

  50% {
    transform: translatey(-10px);
  }

  100% {

    transform: translatey(0px);
  }
}


/* FOOTER */
footer[role="contentinfo"] {
  width: 100%;
  background: #282828;
  min-height: 250px;
  padding: 20px 20px 80px 20px;
  color: #727272;
  text-align: center;
  clear: both;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;

}

footer a {
  color: #C850C0 !important;
  text-decoration: none;

}

footer ul li {
  list-style-type: none;
  padding-left: 0px;

}


footer ul {
  text-align: left;
  padding: 5px 5px 20px 0px;
  /*   display: flex;
  flex-direction: column; */
}

footer li {
  padding: .5em;
  text-align: left;
}

/* BUTTON WIGGLE */
.wiggle {
  -webkit-animation: btnWiggle 5s infinite;
  -moz-animation: btnWiggle 5s infinite;
  -o-animation: btnWiggle 5s infinite;
  animation: btnWiggle 5s infinite;
}

/* animation */
@-webkit-keyframes btnWiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }

  2% {
    -webkit-transform: rotate(-1deg);
  }

  3.5% {
    -webkit-transform: rotate(1deg);
  }

  5% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-o-keyframes btnWiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }

  2% {
    -webkit-transform: rotate(-1deg);
  }

  3.5% {
    -webkit-transform: rotate(1deg);
  }

  5% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes btnWiggle {
  0% {
    -webkit-transform: rotate(0deg);
  }

  2% {
    -webkit-transform: rotate(-1deg);
  }

  3.5% {
    -webkit-transform: rotate(1deg);
  }

  5% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

.action-btn {
  color: #452c63;
}

.action-btn:hover {
  color: #C850C0 !important;
}

.cookie-box--hide {
  opacity: 0;
  bottom: -100%;
}


.modal.modal-static .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.cookie-alert {

  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  bottom: 20px;
  width: 320px;
  margin: auto !important;
  z-index: 999;
  opacity: 0;
  font-size: .9em;
  transform: translateY(100%);
  transition: all 500ms ease-out;
}

.cookie-alert.show {
  opacity: 1;

  transform: translateY(0%);
  transition-delay: 1000ms;
}

.blink_me {
  /*  animation: blinker 1s linear infinite; */
  width: 100%;
  height: 100%;
  z-index: 50;
  display: block;

  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  border-radius: 10px;
  cursor: pointer;

}

#timeend {
  width: 100%;
  height: 100%;
  position: relative;
}

#timeend .radial_stripes {

  top: 0;
  left: 0;
  z-index: 100;
  height: 70vh;
  opacity: 0.6;
  animation: rotate 20s infinite linear;
  display: flex;
  align-items: center;
  justify-content: center;


}

.radial_stripes {
  background: url('img/radial-stripes.svg');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;

}

.ende_runde {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
  /* height: 65vh; */

}

/* Animation keyframes */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}


@keyframes blinker {
  50% {
    opacity: 0;
  }
}


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