/* Style*/
/* roboto-regular - latin */


:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, Roboto;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}
body {
font-family: Arial;
font-size: 16px;
background: rgb(238, 238, 238);
}
.bg_white {
  background-color: #fff;
}
/*TEXT*/
h1 {
  font-size:1.5rem;
  }
h2 {
  font-size: 1.25rem;
}
h3{
  font-size: 1rem;
}
h4 {
  font-size:1.1rem;
  }
  p {font-size: 0.825rem;}
.fs-7 {font-size:0.75rem;}
.maxwidth {
  max-width: 1200px;
}

.navbar {
background: rgb(0, 130, 170);
/*background: linear-gradient(180deg, rgba(50,147,21,1) 0%, rgba(61,163,31,1) 100%)*/;
}

.nav-item {
  border-right: 1px solid #217e1e;
}
.nav-item:last-child{
  border: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #fff;
    font-weight: bold;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.nav-link:hover{
  color: #222;
}

/*
@media (min-width: 768px) {
.navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
}
}
*/

.offcanvas-start {
  width:300px;
  }
.offcanvas-body {
  /*background-color: #aa0000;*/
  background-color: none;
}

.mw {
  max-width: 80%;
}

.btn {
font-size: 1rem;
}

.btn-success {
margin-bottom: 5px;
/*background: rgb(0, 130, 170);*/
background: rgb(218, 245, 253);
color: #000;
  /*
background: rgb(0,207,3);
background: linear-gradient(180deg, rgba(0,207,3,1) 0%, rgba(0,219,77,1) 48%, rgba(6,172,0,1) 100%);*/
font-weight: bold;
  font-size: 0.825rem;
  border-radius: 0px;
  }
.btn-success:hover, .btn-info:hover {
  background-color: #008fa8!important;
  color: #fff;
  border-color: #000;
  
}
.btn-full {
  width: 100%;
}
.btn-outline-secondary {
  font-size: 0.825rem;
  /*min-width:120px;*/
  }
.btn-outline-secondary:hover {
  background-color: #f06f0f!important;
  color: #fff;
  border-color: #222;
  /*min-width:120px;*/
  }

.form-control {
  font-size: 1rem;
  /*max-width: 240px;*/
}
select.form-select {
/*max-width: 240px;*/

}
textarea.form-control {
  font-size: 1rem;
  max-width: 100%;
}
.form-check-label {
  font-size: 1rem;
}

.iconsize {
  width: 32px;
  height: 32px;
}
.grey {
  /*
 background-color: #aa0000; 
 */
 background: rgb(0, 130, 170);;
/*background: linear-gradient(180deg, rgb(42, 148, 0) 0%, rgb(0, 170, 91) 100%);*/
}
#search {
  display: none;
}

.h2th {
padding: 10px 0px 10px 10px;
color: rgb(0, 88, 170);
background: rgb(236, 236, 236);
font-weight: 600;
border-radius: 3px;
}

.form-select {
  /*border: 2px solid #00E079;*/
  border: 2px solid #fff;

}

.feature {
    font-weight: 600;
    margin: 10px 0px 0px -20px !important;
    text-decoration: none;
    
}
.feature li {
    font-size: 1.25rem;
    list-style-type: none;
    font-weight: 400;
    padding: 0px 0px 5px 30px;
    background-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAEGGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjIwIgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMjAiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iMjAiCiAgIHRpZmY6SW1hZ2VMZW5ndGg9IjIwIgogICB0aWZmOlJlc29sdXRpb25Vbml0PSIyIgogICB0aWZmOlhSZXNvbHV0aW9uPSI3Mi4wIgogICB0aWZmOllSZXNvbHV0aW9uPSI3Mi4wIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAxOS0wOC0yOVQxMToxNToyMSswMjowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAxOS0wOC0yOVQxMToxNToyMSswMjowMCI+CiAgIDx4bXBNTTpIaXN0b3J5PgogICAgPHJkZjpTZXE+CiAgICAgPHJkZjpsaQogICAgICBzdEV2dDphY3Rpb249InByb2R1Y2VkIgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZmZpbml0eSBQaG90byAxLjcuMCIKICAgICAgc3RFdnQ6d2hlbj0iMjAxOS0wOC0yOVQxMToxNToyMSswMjowMCIvPgogICAgPC9yZGY6U2VxPgogICA8L3htcE1NOkhpc3Rvcnk+CiAgPC9yZGY6RGVzY3JpcHRpb24+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+hdTLqAAAAYFpQ0NQc1JHQiBJRUM2MTk2Ni0yLjEAACiRdZHPK0RRFMc/Bo0fI4qFBZmEFRqjxMZixFBYjKcMNjNv5s2oeTOv90aSrbKdosTGrwV/AVtlrRSRko2NNbFBz3lGzSRzbueez/3ee073ngsuJaXqVoUP9HTWDAUD3rnwvNf9RBWtVFNLW0S1jKmZMYWS9n5LmROve5xapc/9a7WxuKVCWZXwsGqYWeFx4cmVrOHwlnCTmozEhE+Eu025oPCNo0fz/OxwIs+fDptKaARcDcLeRBFHi1hNmrqwvJwOPbWs/t7HeYknnp6dkdgu3oJFiCABvEwwyggD9DEk8wA9+OmVFSXyfT/502QkV5XZYBWTJRIkydIt6rJUj0vURI/LSLHq9P9vXy2t35+v7glA5aNtv3aCexO+crb9cWDbX4dQ/gDn6UJ+Zh8G30TPFbSOPahfh9OLghbdhrMNaL43ImbkRyoXd2kavBxDXRgar6BmId+z332O7kBZk6+6hJ1d6JLz9YvfTypn2/tIgA0AAAAJcEhZcwAACxMAAAsTAQCanBgAAAEnSURBVDiNtdI9S5xBFMXxn6JrEStHFvu4kFJhSsEqJpWln0K2SBvsBD+AXyJYCGLjCygIQQJTpAlp7LVwQLH0BZsNjM/uusuz2dOde+/8OZe5/GdN1HkUkjbmcJqjnyMBQ/IJf4vSVo62/5nJGgG/VPx0aeoA1yr+uDYwJA2sFqV7/KoNxAo+FP4sR8+jAN9ddyzAoc8mJE3cFG+uctSqznUlDMm3kFyH5HtIZorW50qArnRdwJAsYgcL2MafkKx32tV1T3oBpyp+E43Cf8RBSI4Qi/ojzgcmxD5ue8x9xXzhL3P0MBCYowu0sMvb+6qo57q9EsrRXY7aWNJnrfeAA88mJBv4UcxmNHP0MlTCqnK01wE+dUqH/WBDJSySzmIZv/t9yFj0ClQ/Q2LDumxFAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: 5px 0px;
    line-height: 25px;
} 
.form-select {
color: #000;
  /*background-color: rgb(216, 216, 216);*/
background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 17%, rgba(226,226,226,1) 100%);
font-size: 0.825rem;
font-weight: bold;
}

.white {
  color: #222;
  background-color: #f4f4f4;
}
.whitebg {
  background-color: #fff;
  border-left: 1px solid #858c94;
  border-right: 1px solid #858c94;
  border-bottom: 1px solid #858c94;
}
.yellow {
  color: #222;
background: rgb(224, 224, 224);

}
.yellow:hover {
color: #222;
background: rgb(207, 207, 207);
}
.yellow:disabled {
color: #666;
}
.red {
  color: #aa0000;
}
.form-select:focus {
  /*color: #212529;
  background-color: #fff;*/
  color: #222;
  background-color: #fff;
  border: 2px solid #CB2148;
  outline: none;
  box-shadow: 0 0 0 0.25rem #fff;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border: 1px solid #CB2148;
  outline: none;
  box-shadow: none;
}

.btn-check:focus + .btn, .btn:focus, .form-check-input:focus {
  outline: 0;
  box-shadow: none;
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #1eb895;
  border-color: #1eb895;}

.form-check-input:checked {
    background-color: #1eb895;
    border-color: #1eb895;
}

.form-switch {
    padding-left: 0.5em;
}

.form-switch .form-check-input {
    width: 3em;
    height: 1.5em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(0, 0, 0, 0.25)'/></svg>");
    background-position: left center;
    border-radius: 1.5em;
    transition: background-position .15s ease-in-out;
}

.headpad {
  margin-top: -50px;
}

.sideimg {
 position: absolute;
 right: 5px;
 top: -15px;
 /*padding-bottom: 40px;*/
}
.img {
  width: 130px;
  height: 206px;
}
.imgth {
  width: 200px;
  height: auto;
  margin: 0 auto;
  margin-top:5px;
  margin-bottom: 10px;
  border: 1px solid rgb(165, 165, 165);
}
.imgthjpg {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  margin-top:5px;
  margin-bottom: 10px;
  border: 1px solid rgb(165, 165, 165);
}

.ownshadow {
-webkit-box-shadow: 0px 0px 8px -3px #000000; 
box-shadow: 0px 0px 8px -3px #000000;
}

.titel {
/*background: rgb(0, 130, 170);*/
background: rgb(236, 236, 236);
color: rgb(0, 88, 170);
}
.border-arr {
  border-color:#e8e8e8;
}
.circle {
  border-radius: 50%;
}
.p-6 {padding: 10px;}

audio::media-controls-panel{
background-color:green;}

.border-bottom-thick {
  border-color: #acacac;
  border-bottom-width: 2px;
}
.border-bottom {
  border-bottom-width: 2px!important;
  border-color: #aa0000;
}

.nowrap {
  white-space: nowrap;
}

.bmin {
  min-width:40px;
}

td {
  font-size: 1rem;
}

.accordion-button {
  background-color: #f4f4f4;
}
.accordion-button:not(.collapsed) {
    color: #111;
    background-color: #f4f4f4;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
button {
  max-width: 85%;
  
}



/*PLAYER*/
div.control-container {
  margin-top: 10px;
  padding-bottom: 10px; }
  div.control-container div.amplitude-play-pause {
    width: 74px;
    height: 74px;
    cursor: pointer;
    float: left;
    margin-left: 10px; }
  div.control-container div.amplitude-play-pause.amplitude-paused {
    background: url("http://test.arrangement-verlag.de/img/play.svg");
    background-size: cover; }
  div.control-container div.amplitude-play-pause.amplitude-playing {
    background: url("http://test.arrangement-verlag.de/img/pause.svg");
    background-size: cover; }
  div.control-container div.meta-container {
    float: left;
    width: calc(100% - 84px);
    text-align: center;
    color: white;
    margin-top: 10px; }
    div.control-container div.meta-container span[data-amplitude-song-info="name"] {
      font-family: "Open Sans", sans-serif;
      font-size: 18px;
      color: #fff;
      display: block; }
    div.control-container div.meta-container span[data-amplitude-song-info="artist"] {
      font-family: "Open Sans", sans-serif;
      font-weight: 100;
      font-size: 14px;
      color: #fff;
      display: block; }
  div.control-container:after {
    content: "";
    display: table;
    clear: both; }

/*
  Small only
*/
@media screen and (max-width: 39.9375em) {
  div.control-container div.amplitude-play-pause {
    background-size: cover;
    width: 64px;
    height: 64px; }
  div.control-container div.meta-container {
    width: calc(100% - 74px); } }
/*
  Medium only
*/
/*
  Large Only
*/
div.time-container {
  opacity: 0.5;
  font-family: 'Open Sans';
  font-weight: 100;
  font-size: 12px;
  color: #fff;
  height: 15px; }
  div.time-container span.current-time {
    float: left;
    margin-left: 5px; }
  div.time-container span.duration {
    float: right;
    margin-right: 5px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
progress.amplitude-song-played-progress {
  background-color: #aa0000;
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 20px;
  display: block;
  cursor: pointer;
  border: none; }
  progress.amplitude-song-played-progress:not([value]) {
    background-color: #aa0000; }

progress[value]::-webkit-progress-bar {
  background-color: #aa0000; }

progress[value]::-moz-progress-bar {
  background-color: #00a0ff; }

progress[value]::-webkit-progress-value {
  background-color: #00a0ff; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
/*
  3. Layout
*/
div.bottom-container {
  background-color: #581111;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px; }

/*
  Small only
*/
/*
  Medium only
*/
/*
  Large Only
*/
div#single-song-player {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin-top: 50px;
  width: 100%;
  max-width: 460px;
  -webkit-font-smoothing: antialiased; }
  div#single-song-player img[data-amplitude-song-info="cover_art_url"] {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px; }

a.learn-more{
  display: block;
  width: 300px;
  margin: auto;
  margin-top: 30px;
  text-align: center;
  color: white;
  text-decoration: none;
  background-color: #202136;
  font-family: "Lato", sans-serif;
  padding: 20px;
  font-weight: 100;
}

#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  display: none;
}

@media screen and (max-width: 575.98px) {
.w-50 {width: 100%!important;}
.einzug {
  margin-left: 0px;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    color: #000;
    font-weight: bold;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    border-right: 0px;
}
.nav-link:hover{
  color: #217e1e;
}
.nav-item {
  border-right:0;
  border-bottom: 1px solid #444;
}

}


@media screen and (max-width: 767.98px) {
.w-50 {width: 100%!important;}
.offcanvas-body {
  background: rgb(0, 130, 170);
}

}

@media screen and (max-width: 991.98px) {
.w-50 {width: 50%!important;}
.headpad {
  margin-top: 0px;
}
.offcanvas-body {
  background: rgb(0, 130, 170);
}
}

@media screen and (min-width: 991.98px) {
.w-50 {width: 50%!important;}

.headpad {
  margin-top: -80px;
}

}
