/**
 Theme Name:   OS Understrap Child Theme
 Description:  OS Child Theme
 Author:       OS
 Author URI:   https://orange-services.de
 Template:     understrap
 Version:      1.1.1
 Text Domain:  understrap-child
*/
/* buttins konsolidierenb  */
/* poppins-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/poppins-v20-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/poppins-v20-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins-v20-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins-v20-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* vars */
html :where(.wp-block) {
  max-width: 95%;
}
/* editor formatting */
html .block-editor-block-list__block :where(.wp-block) {
  margin-bottom: 0px;
  margin-top: 0px;
}
.block-editor-block-list__block.wp-block-gallery {
  margin-left: 36px!important;
}
.wp-block-columns p.rich-text {
  margin-left: 0px !important;
}
.wp-block-columns .btn-text {
  min-width: 164px;
}
/* layout */
div#page-wrapper {
  /*    margin-top: 180px;*/
}
/* vars */
@media (min-width: 992px) {
  .cols-inner-main {
    background: #343a40a6;
  }
}
@media (max-width: 1199px) {
  #wrapper-navbar .icon-bar {
    display: none;
  }
  div #volume {
    left: 41%;
  }
}
@media (max-width: 991px) {
  div #volume {
    left: 38%;
  }
}
@media (max-width: 781px) {
  div #volume {
    left: 35%;
  }
}
@media (max-width: 766px) {
  .albumsInner.scrollable {
    min-width: 134px;
    margin-left: 11px;
  }
  .controlsOuter {
    margin-top: -8px;
  }
}
/* devel */
#post-6367 {
  margin-left: -50px;
}
#title {
  display: none!important;
}
#waveform {
  display: none;
}
/* main */
html,
html body,
div.modal-content {
  background: #2B323A;
  background-color: #2B323A;
  font-family: "Poppins", Arial;
  color: #fff;
}
div a,
div a:hover,
div a:focus {
  text-decoration: none;
  color: #fff;
}
.h1,
h1 {
  font-size: 2.5rem;
  text-align: center;
}
.white-center {
  text-align: center;
}
.scrollable {
  /*    position: absolute;*/
  overflow-y: auto;
  max-height: 700px;
  max-width: 700px;
}
/* player */
#player-wrapper {
  margin-top: 53px;
}
.albumsOuter {
  margin-left: 10%;
}
.albumsInner {
  /*    display: flex;*/
}
.block-title {
  display: block;
  margin-bottom: 20px;
}
/* not used elements */
#title {
  position: absolute;
  margin-top: -64px;
}
/* controls */
.controlsInner {
  margin-top: 51px;
}
.play-button-wrapper {
  min-height: 53px;
}
/*.vol-case {
    height: 20px;
    background: yellow;
}*/
#speaker {
  background-image: url("/player/images/speaker.png");
  width: 130px;
  height: 30px;
  background-repeat: no-repeat;
  background-position-x: 97px;
  background-position-y: 2px;
  background-size: 25px;
}
#playBtn {
  background-image: url("/player/images/play.png");
  display: block;
}
#pauseBtn {
  background-image: url("/player/images/pause.png");
  display: none;
}
#stopBtn {
  background-image: url("/player/images/stop.png");
}
#nextBtn {
  background-image: url("/player/images/next.png");
}
#prevBtn {
  background-image: url("/player/images/prev.png");
}
#shuffleBtn {
  background-image: url("/player/images/shuffle.png");
}
#setBtn {
  font-size: 18px;
  padding-top: 9px;
}
.btn.btn-player {
  color: #fff;
  background-repeat: no-repeat;
  background-color: #565b61;
  border: 0;
  border-radius: 0;
  width: 67px;
  height: 43px;
  margin: 10px 0 20px 0;
  display: block;
  background-size: 25px 25px;
  background-position-x: 21px;
  background-position-y: 9px;
}
.btn.btn-player.set-active,
.btn.btn-player.set-active:hover {
  background-color: #ffcc33;
}
.btn.btn-player:hover {
  background-color: #6b6f74;
  color: #fff;
}
/* Volume */
#volume {
  width: 100px;
  height: 30px;
  position: absolute;
  top: 107px;
  left: 43%;
  /*  background-color: rgba(0, 0, 0, 0.5);*/
  touch-action: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: none;
}
.bar {
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -5px auto;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
#barEmpty {
  width: 90%;
  opacity: 0.5;
  box-shadow: none;
  cursor: pointer;
}
#barFull {
  width: 50%;
}
#sliderBtn {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  /*  left: 93.25%;*/
  margin: -25px auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}
/* albums */
.album-field {
  float: left;
  color: #000;
  font-size: 0.9em;
  background: #FAFA6E;
  border: 1px solid transparent;
  border-radius: 2px;
  padding: 3px;
  margin: 2px;
}
.album-field:hover {
  background: #ffcc33 !important;
  /*    background: @grey-title!important;
    color: #fff!important;*/
}
.album-field.album-active {
  border: 1px solid #fff;
  background: #ffcc33 !important;
}
.album-field.highlight {
  filter: brightness(90%);
  /*    border: 1px solid #fff;*/
}
.album-field span {
  width: 100px;
  height: 100px;
  display: flex;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}
/* tracks */
.title-field {
  font-size: 0.8em;
  width: 120px;
  background: #464c53;
  padding: 3px 6px 3px 6px;
  margin: 2px;
  cursor: pointer;
}
.title-field:hover {
  filter: brightness(90%);
}
.title-field.playing {
  background: #ffcc33;
  color: #000;
}
.list-song.title-selected {
  background: #ffcc33 !important;
}
/* footer */
#footer-wrapper {
  margin-top: 20px;
  margin-left: -40px;
}
/* statisitcs */
table,
td,
th {
  padding: 5px!important;
}
/* modal */
div.modal-header {
  padding: 0px 10px 0px 0px;
  border-bottom: 0;
}
div.modal-dialog {
  max-width: 900px;
}
div .close {
  font-size: 31px;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */