.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.wrapper-content {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 0px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.49)), to(hsla(0, 0%, 100%, 0.49)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.49), hsla(0, 0%, 100%, 0.49));
}

.body {
  font-family: Lato, sans-serif;
}

.c-navbar {
  position: static;
  z-index: 10000;
  width: 100%;
  height: 100%;
  color: #232a36;
}

.c-navb-container {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #232a36;
}

.c_logocontainer {
  width: 180px;
  height: 80px;
  margin-right: -43px;
  margin-left: 2%;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #232a36;
}

.c_logocontainer.w--current {
  margin-right: -40px;
  padding-top: 0px;
}

.c-navb-menu {
  position: static;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  margin-left: 22px;
  float: right;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-navb-hamburger {
  position: static;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.c-navwrapper {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 2;
  display: block;
}

.c-logo-image {
  display: block;
  max-width: none;
}

.c-herosection {
  position: fixed;
  z-index: 12000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50px;
  margin-top: -66px;
  margin-left: 166px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
}

.guitar-board {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 98%;
  min-width: 98%;
  margin-right: 1%;
  margin-left: 1%;
}

.aguitarline {
  display: block;
  height: 2px;
  min-height: 2px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8d8d8;
}

.guitar-note-circle-inactive {
  display: block;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  border: 2px solid #d8d8d8;
  border-radius: 16px;
  background-color: #fff;
}

.guitar-fret-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.halfnote-text-inaktive {
  margin-top: 0px;
  color: #999797;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
}

.halfnote-text-inaktive:active {
  color: #ff4363;
}

.guitar-fret {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 4.9%;
  min-width: 4.9%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.note-aktiv {
  display: none;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.note-aktiv.g-d3 {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fd4463;
}

.note-aktiv.g-f-5 {
  display: none;
}

.note-aktiv.g-g-5 {
  display: none;
}

.note-aktiv.g-b5 {
  display: none;
}

.note-aktiv.g-d-5 {
  display: none;
}

.note-aktiv.g-d3 {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  color: #fd4463;
}

.name-guitar-oktave {
  display: block;
  margin-left: 12px;
  padding-left: 0px;
  color: #7d8ba9;
  font-size: 8px;
}

.show-all-notes-on-board {
  display: block;
}

.fullnote-text-aktiv {
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  font-family: Lato, sans-serif;
  color: #fd4463;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.fullnote-text-aktiv:active {
  color: #ff4363;
}

.fullnote-text-aktiv.note {
  position: relative;
  top: -16px;
  color: #fd4463;
}

.title {
  position: relative;
  z-index: 12000;
  display: block;
  margin-top: -6px;
  margin-bottom: 0px;
  font-family: Lato, sans-serif;
  color: #d8d8d8;
  font-size: 24px;
  font-weight: 400;
}

.heading {
  text-align: left;
}

.b-show-note {
  max-height: 30px;
  max-width: 8.3%;
  min-height: 30px;
  min-width: 8.3%;
  border-style: none;
  border-width: 1px;
  border-color: #d8d8d8;
  background-color: #fff;
  color: #999797;
  line-height: 10px;
  text-align: center;
  text-decoration: none;
}

.b-show-note:hover {
  border-color: #fd4463;
  background-color: #fff;
  color: #fd4463;
}

.b-show-note:active {
  border-color: #fd4463;
  background-color: #fd4463;
}

.scale-description {
  position: fixed;
  top: 80px;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.div-block-note-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 30px;
  max-width: 98%;
  min-height: 30px;
  min-width: 98%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #d8d8d8;
  color: #999797;
}

.div-block-note-buttons.using-oktave {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
}

.div-block-note-buttons.oktave-mit-bs {
  display: none;
}

.div-block-note-buttons.oktave-mit-bascb {
  display: none;
}

.div-block-note-buttons.oktave-mit-casbsharp {
  display: none;
}

.text-block-info {
  color: #272727;
  font-size: 8px;
  text-align: center;
}

.scale-info-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  max-width: 100%;
  min-height: 60px;
  min-width: 100%;
  margin-top: -12px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.text-note-distance {
  margin-top: 9px;
  font-size: 8px;
}

.note-distance-1 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.guitar-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.guitar-note.oktave5 {
  position: relative;
  overflow: hidden;
  background-color: rgba(179, 211, 233, 0.5);
}

.guitar-note.oktave4 {
  position: relative;
  overflow: hidden;
  background-color: rgba(208, 230, 170, 0.5);
}

.guitar-note.oktave3 {
  position: relative;
  overflow: hidden;
  background-color: rgba(243, 214, 143, 0.5);
}

.guitar-note.oktave3.guitar-a.g-a3 {
  background-color: transparent;
}

.guitar-note.oktave2 {
  position: relative;
  overflow: hidden;
  background-color: rgba(244, 133, 133, 0.5);
}

.guitar-note.guitar-fb.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-fb.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-fb.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-fb.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-esharp.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-esharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-esharp.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-esharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-bsharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-ab.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-ab.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-ab.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-ab.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-gsharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-gsharp.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-gsharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-gsharp.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-fsharp.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-fsharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-fsharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-gb.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-gb.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-gb.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-csharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-csharp.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-csharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-db.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-db.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-db.oktave3 {
  background-color: transparent;
}

.guitar-note.oktave3 {
  position: relative;
  overflow: hidden;
  background-color: rgba(244, 133, 133, 0.5);
}

.guitar-note.oktave3.guitar-e {
  background-color: transparent;
}

.guitar-note.guitar-b.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-b.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-b.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-b.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-cb.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-cb.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-cb.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-cb.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-asharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-asharp.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-asharp.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-asharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-bb.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-bb.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-bb.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-bb.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-a.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-a.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-a.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-e.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-e.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-e.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-f.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-f.oktave2 {
  background-color: transparent;
}

.guitar-note.guitar-f.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-f.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-g.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-g.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-g.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-c.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-c.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-c.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-bsharp.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-bsharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-d.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-d.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-dsharp.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-dsharp.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-dsharp.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-eb.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-eb.oktave5 {
  background-color: transparent;
}

.guitar-note.guitar-eb.oktave4 {
  background-color: transparent;
}

.guitar-note.guitar-g.oktave3 {
  background-color: transparent;
}

.guitar-note.guitar-g.oktave5 {
  background-color: transparent;
}

.guitar-note.oktave3 {
  position: relative;
  overflow: hidden;
  background-color: rgba(243, 214, 143, 0.5);
}

.guitar-note.oktave3.guitar-a.g-a3 {
  background-color: transparent;
}

.note-inaktiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.guitar-note-circle-aktive {
  display: block;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #665b5b;
  color: #fff;
}

.fullnote-text-inaktive {
  color: #999797;
  text-align: center;
  cursor: default;
}

.note-hilight {
  display: none;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.note-hilight.g-d3 {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  color: #fd4463;
}

.note-hilight.g-c5 {
  display: none;
}

.note-hilight.g-d-5 {
  display: none;
}

.note-hilight.g-f5 {
  display: none;
}

.note-hilight.g-g-5 {
  display: none;
}

.note-hilight.g-b5 {
  display: none;
}

.note-hilight.g-d3 {
  position: relative;
  display: none;
  width: 25px;
  height: 25px;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  color: #fd4463;
}

.guitar-note-circle-hlight {
  display: block;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  border-radius: 16px;
  background-color: #fd4463;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.fullnote-text-hilight {
  display: block;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.fullnote-text-hilight:active {
  color: #ff4363;
}

.fullnote-text-hilight.note {
  position: relative;
  top: -16px;
}

.note-none {
  position: static;
  display: none;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-note {
  position: relative;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  max-height: 30px;
  max-width: 30px;
  min-height: 30px;
  min-width: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-note.note {
  height: 20px;
  max-height: 20px;
  min-height: 20px;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-guitar-string {
  position: relative;
  display: block;
  height: 30px;
  max-height: 30px;
  max-width: 100%;
  min-height: 30px;
  min-width: 100%;
}

.note-distance-2 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.note-distance-3 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.note-distance-4 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.note-distance-5 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.note-distance-6 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.note-distance-7 {
  width: 30px;
  font-family: Lato, sans-serif;
  text-align: center;
}

.fret-base {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 2%;
  min-width: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-guitar-fretboard {
  color: #333;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.text-block-guitar-fretboard:active {
  color: #ff4363;
}

.show-inaktiv-notes {
  font-family: Lato, sans-serif;
}

.submit-button {
  display: none;
}

.show-color-from-oktaven {
  font-family: Lato, sans-serif;
}

.show-name-on-active-note {
  font-family: Lato, sans-serif;
}

.the-body {
  overflow: visible;
  background-color: #232a36;
  font-family: Lato, sans-serif;
}

.info-box-note-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-8:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-7:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-6:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-5:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-4:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-3:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-1:hover {
  background-color: #fd4463;
  color: #fff;
}

.show-guitar {
  font-family: Lato, sans-serif;
}

.scale-prim-in-list {
  margin-top: 0px;
  margin-right: 7px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.scale-tune-in-list {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}

.scale-info {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebe7e7), to(#ebe7e7));
  background-image: linear-gradient(180deg, #ebe7e7, #ebe7e7);
  box-shadow: 1px 1px 3px 0 #d8d8d8;
  opacity: 1;
}

.scale-info.notes {
  max-height: 133px;
  min-height: 133px;
}

.scale-list-item {
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.89)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.89));
}

.info-err-msg {
  position: relative;
  top: -20px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  text-align: center;
}

.wrapper-info-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #000;
}

.heading-scale {
  position: static;
  top: 80px;
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  min-height: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.the-guitar {
  margin-top: 10px;
}

.section-scale {
  margin-bottom: 60px;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.div-block-20 {
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.div-block-21 {
  margin-top: 5px;
  padding: 5px;
  background-color: #d8d8d8;
}

.div-block-22 {
  display: block;
  margin-left: 59px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.dropdown {
  z-index: 12000;
  width: 200px;
}

.div-block-23 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-options {
  height: 30px;
  border: 1px solid #333;
  background-color: transparent;
}

.toggle-text {
  margin-top: -11px;
  color: #333;
}

.icon {
  color: #333;
}

.dropdown-list {
  width: 200px;
}

.form-2 {
  position: absolute;
  z-index: 30000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.select-key {
  max-width: 60px;
  min-width: 60px;
  margin-top: 8px;
  font-weight: 300;
}

.field-tune {
  width: 80px;
  margin-top: 8px;
}

.check-minor {
  margin-left: 12px;
}

.check-major {
  margin-left: 12px;
}

.the-piano {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.show-all-notes-on-piano {
  display: block;
}

.piano-board {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 3%;
}

.piano-note {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Lato, sans-serif;
}

.piano-note.piano-c {
  position: absolute;
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-c.oktave3 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.piano-note.piano-c.oktave4 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.piano-note.piano-c.oktave5 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.piano-note.piano-c.oktave2 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  background-color: transparent;
}

.piano-note.piano-d {
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-d.oktave2 {
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-d.oktave3 {
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-d.oktave4 {
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-d.oktave5 {
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-b.oktave2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-b.oktave3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-b.oktave4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-b.oktave5 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-f {
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-f.oktave2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-f.oktave3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-f.oktave4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-f.oktave5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-g.oktave2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-g.oktave3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-g.oktave4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-g.oktave5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
  background-color: rgba(243, 214, 143, 0.5);
}

.piano-note.piano-a.oktave2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-a.oktave3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-a.oktave4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-a.oktave5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-e {
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-e.oktave2 {
  left: 0%;
  background-color: transparent;
}

.piano-note.piano-e.oktave3 {
  left: 0%;
}

.piano-note.piano-e.oktave4 {
  left: 0%;
}

.piano-note.piano-e.oktave5 {
  left: 0%;
}

.piano-note.piano-c {
  position: absolute;
  display: block;
  max-height: 100px;
  max-width: none;
  min-height: 100px;
  min-width: 40px;
}

.piano-note.piano-csharp {
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-dsharp {
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-dsharp.oktave2 {
  background-color: transparent;
}

.piano-note.piano-fsharp {
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-fsharp.oktave2 {
  background-color: transparent;
}

.piano-note.piano-gsharp {
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-height: 100px;
}

.piano-note.piano-gsharp.oktave2 {
  background-color: transparent;
}

.piano-note.piano-db {
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-db.oktave2 {
  background-color: transparent;
}

.piano-note.piano-esharp {
  left: 100%;
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-esharp.oktave2 {
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-esharp.oktave3 {
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-esharp.oktave4 {
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-esharp.oktave5 {
  left: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.piano-note.piano-fb {
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-fb.oktave2 {
  left: -100%;
  background-color: transparent;
}

.piano-note.piano-fb.oktave3 {
  left: -100%;
}

.piano-note.piano-fb.oktave4 {
  left: -100%;
}

.piano-note.piano-fb.oktave5 {
  left: -100%;
}

.piano-note.piano-ab {
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-height: 100px;
}

.piano-note.piano-ab.oktave2 {
  background-color: transparent;
}

.piano-note.piano-bb {
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-height: 100px;
}

.piano-note.piano-bb.oktave2 {
  background-color: transparent;
}

.piano-note.piano-bsharp {
  position: absolute;
  left: 100%;
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-bsharp.oktave2 {
  left: 0%;
  background-color: transparent;
}

.piano-note.piano-bsharp.oktave3 {
  left: 0%;
}

.piano-note.piano-bsharp.oktave4 {
  left: 0%;
}

.piano-note.piano-bsharp.oktave5 {
  left: 0%;
}

.piano-note.piano-eb {
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-eb.oktave2 {
  background-color: transparent;
}

.piano-note.piano-gb {
  left: -50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-gb.oktave2 {
  background-color: transparent;
}

.piano-note.piano-asharp {
  left: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  min-height: 100px;
}

.piano-note.piano-asharp.oktave2 {
  background-color: transparent;
}

.piano-note.piano-cb {
  position: absolute;
  display: block;
  max-height: 100px;
  min-height: 100px;
}

.piano-note.piano-cb.oktave3 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.piano-note.piano-cb.oktave4 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.piano-note.piano-cb.oktave5 {
  left: -100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
}

.piano-note.piano-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  min-height: 100px;
  background-color: rgba(243, 214, 143, 0.5);
}

.piano-note.piano-a.oktave4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-a.oktave3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-a.oktave2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.piano-note.piano-a.oktave5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
}

.fullnote-wrapper-piano {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  margin-top: -80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.the-piano-key-half {
  position: relative;
  z-index: 1100;
  display: block;
  max-height: 50px;
  max-width: 25px;
  min-height: 50px;
  min-width: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 2px none #000;
  background-color: #000;
}

.wrapper-halfnote {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.taste-8 {
  position: relative;
  z-index: 1000;
  display: block;
  height: 100px;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none solid solid;
  border-width: 2px;
  border-color: #000;
}

.taste-n {
  position: relative;
  display: block;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid solid;
  border-width: 2px;
  border-color: #000;
}

.taste-1 {
  position: relative;
  display: block;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-style: none none solid solid;
  border-width: 2px;
  border-color: #000;
}

.piano-spacing-to-half-note {
  height: 1px;
  margin-top: -32px;
}

.piano-oktave {
  position: static;
  display: none;
  max-width: 25%;
  min-width: 25%;
  margin-left: -2px;
}

.piano-oktave._2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
}

.piano-oktave._3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
}

.piano-oktave._4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -4px;
}

.the-notes {
  display: block;
  margin-top: 20px;
}

.show-all-notes-on-notes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-board {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 300px;
  max-width: 96px;
  min-height: 300px;
  min-width: 96%;
  margin-top: 0px;
  margin-left: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.note-oktave {
  position: absolute;
  top: 220px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 70px;
  max-width: 100%;
  min-height: 70px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.note-oktave._2 {
  top: 210px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  min-width: 95%;
}

.note-oktave._2.base {
  max-width: 100%;
  min-width: 100%;
}

.note-oktave._3 {
  top: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  min-width: 95%;
}

.note-oktave._3.base {
  max-width: 100%;
  min-width: 100%;
}

.note-oktave._4 {
  top: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  min-width: 95%;
}

.note-oktave._4.base {
  max-width: 100%;
  min-width: 100%;
}

.note-oktave._5 {
  top: 0px;
  max-width: 95%;
  min-width: 95%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.note-oktave._5.base {
  max-width: 100%;
  min-width: 100%;
}

.note_line {
  position: relative;
  max-height: 1px;
  min-height: 1px;
  min-width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #000;
}

.note_line.transparent {
  background-color: transparent;
}

.form-block-2 {
  margin-top: -42px;
  margin-right: 250px;
  color: transparent;
}

.field-label {
  margin-right: 10px;
  margin-left: 10px;
  color: #fff;
}

.field-label-2 {
  margin-right: 10px;
  margin-left: 10px;
}

.notes-note {
  position: absolute;
  left: 4%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20px;
  max-width: 3.57%;
  min-height: 20px;
  min-width: 3.57%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notes-note.notes-d {
  left: 3.57%;
}

.notes-note.notes-d.oktave3.n-d3 {
  left: 28.57%;
}

.notes-note.notes-d.oktave5.n-d5 {
  left: 78.57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-note.notes-d.oktave4.n-d4 {
  left: 53.57%;
}

.notes-note.notes-e {
  left: 8%;
}

.notes-note.notes-e.oktave2 {
  left: 7.14%;
}

.notes-note.notes-e.oktave5.n-e5 {
  left: 82.14%;
}

.notes-note.notes-e.oktave3.n-e3 {
  left: 32.14%;
}

.notes-note.notes-e.oktave4.n-e4 {
  left: 57.14%;
}

.notes-note.notes-g {
  left: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-g.oktave2 {
  left: 14.29%;
}

.notes-note.notes-g.oktave5.n-g5 {
  left: 89.29%;
}

.notes-note.notes-g.oktave4.n-g4 {
  left: 64.29%;
}

.notes-note.notes-g.oktave3.n-g3 {
  left: 39.29%;
}

.notes-note.notes-a {
  left: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-a.oktave2 {
  left: 17.86%;
}

.notes-note.notes-a.oktave3.n-a3 {
  left: 42.86%;
}

.notes-note.notes-a.oktave4.n-a4 {
  left: 67.86%;
}

.notes-note.notes-a.n-a5 {
  left: 92.86%;
}

.notes-note.notes-c {
  left: 0px;
}

.notes-note.notes-c.oktave3 {
  left: 24.99%;
}

.notes-note.notes-c.oktave3.n-c3 {
  left: 25%;
}

.notes-note.notes-c.oktave2.n-c2 {
  left: 0px;
}

.notes-note.notes-c.oktave5.n-c5 {
  left: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-note.notes-c.oktave4.n-c4 {
  left: 50%;
}

.notes-note.notes-f {
  left: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-f.oktave2 {
  left: 10.71%;
}

.notes-note.notes-f.oktave5.n-f5 {
  left: 85.71%;
}

.notes-note.notes-f.oktave4.n-f4 {
  left: 60.71%;
}

.notes-note.notes-f.oktave3.n-f3 {
  left: 35.71%;
}

.notes-note.notes-b {
  left: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notes-note.notes-b.oktave2 {
  left: 21.43%;
}

.notes-note.notes-b.oktave5.n-b5 {
  left: 96.43%;
}

.notes-note.notes-b.oktave4.n-b4 {
  left: 71.43%;
}

.notes-note.notes-b.oktave3.n-b3 {
  left: 46.43%;
}

.notes-note.oktave3 {
  left: 24.99%;
}

.notes-note.oktave3.notes-d {
  left: 28.56%;
}

.notes-note.oktave2 {
  background-color: transparent;
}

.notes-note.notes-bb {
  left: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notes-note.notes-bb.oktave2 {
  left: 21.43%;
}

.notes-note.notes-bb.oktave5.n-b5 {
  left: 96.43%;
}

.notes-note.notes-bb.oktave4.n-b4 {
  left: 71.43%;
}

.notes-note.notes-bb.oktave3.n-b3 {
  left: 46.43%;
}

.notes-note.notes-bsharp {
  left: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notes-note.notes-bsharp.oktave2 {
  left: 21.43%;
}

.notes-note.notes-bsharp.oktave5.n-b5 {
  left: 96.43%;
}

.notes-note.notes-bsharp.oktave4.n-b4 {
  left: 71.43%;
}

.notes-note.notes-bsharp.oktave3.n-b3 {
  left: 46.43%;
}

.notes-note.notes-ab {
  left: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-ab.oktave2 {
  left: 17.86%;
}

.notes-note.notes-ab.oktave3.n-a3 {
  left: 42.86%;
}

.notes-note.notes-ab.oktave4.n-a4 {
  left: 67.86%;
}

.notes-note.notes-ab.n-a5 {
  left: 92.86%;
}

.notes-note.notes-gb {
  left: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-gb.oktave2 {
  left: 14.29%;
}

.notes-note.notes-gb.oktave5.n-g5 {
  left: 89.29%;
}

.notes-note.notes-gb.oktave4.n-g4 {
  left: 64.29%;
}

.notes-note.notes-gb.oktave3.n-g3 {
  left: 39.29%;
}

.notes-note.notes-fb {
  left: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-fb.oktave2 {
  left: 10.71%;
}

.notes-note.notes-fb.oktave5.n-f5 {
  left: 85.71%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-note.notes-fb.oktave4.n-f4 {
  left: 60.71%;
}

.notes-note.notes-fb.oktave3.n-f3 {
  left: 35.71%;
}

.notes-note.notes-eb {
  left: 8%;
}

.notes-note.notes-eb.oktave2 {
  left: 7.14%;
}

.notes-note.notes-eb.oktave5.n-e5 {
  left: 82.14%;
}

.notes-note.notes-eb.oktave3.n-e3 {
  left: 32.14%;
}

.notes-note.notes-eb.oktave4.n-e4 {
  left: 57.14%;
}

.notes-note.notes-db {
  left: 3.57%;
}

.notes-note.notes-db.oktave3.n-d3 {
  left: 28.57%;
}

.notes-note.notes-db.oktave5.n-d5 {
  left: 78.57%;
}

.notes-note.notes-db.oktave4.n-d4 {
  left: 53.57%;
}

.notes-note.notes-cb {
  left: 0px;
}

.notes-note.notes-cb.oktave3 {
  left: 24.99%;
}

.notes-note.notes-cb.oktave3.n-c3 {
  left: 25%;
}

.notes-note.notes-cb.oktave2.n-c2 {
  left: 0px;
}

.notes-note.notes-cb.oktave5.n-cb5 {
  left: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-note.notes-cb.oktave4.n-c4 {
  left: 50%;
}

.notes-note.notes-csharp {
  left: 0px;
}

.notes-note.notes-csharp.oktave3 {
  left: 24.99%;
}

.notes-note.notes-csharp.oktave3.n-c3 {
  left: 25%;
}

.notes-note.notes-csharp.oktave2.n-c2 {
  left: 0px;
}

.notes-note.notes-csharp.oktave5.n-c5 {
  left: 75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-note.notes-csharp.oktave4.n-c4 {
  left: 50%;
}

.notes-note.notes-esharp {
  left: 8%;
}

.notes-note.notes-esharp.oktave2 {
  left: 7.14%;
}

.notes-note.notes-esharp.oktave5.n-e5 {
  left: 82.14%;
}

.notes-note.notes-esharp.oktave3.n-e3 {
  left: 32.14%;
}

.notes-note.notes-esharp.oktave4.n-e4 {
  left: 57.14%;
}

.notes-note.notes-dsharp {
  left: 3.57%;
}

.notes-note.notes-dsharp.oktave3.n-d3 {
  left: 28.57%;
}

.notes-note.notes-dsharp.oktave5.n-d5 {
  left: 78.57%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.notes-note.notes-dsharp.oktave4.n-d4 {
  left: 53.57%;
}

.notes-note.notes-bsharp {
  left: 24%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.notes-note.notes-bsharp.oktave2 {
  left: 21.43%;
}

.notes-note.notes-bsharp.oktave5.n-b5 {
  left: 96.43%;
}

.notes-note.notes-bsharp.oktave4.n-b4 {
  left: 71.43%;
}

.notes-note.notes-bsharp.oktave3.n-b3 {
  left: 46.43%;
}

.notes-note.notes-asharp {
  left: 20%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-asharp.oktave2 {
  left: 17.86%;
}

.notes-note.notes-asharp.oktave3.n-a3 {
  left: 42.86%;
}

.notes-note.notes-asharp.oktave4.n-a4 {
  left: 67.86%;
}

.notes-note.notes-asharp.n-a5 {
  left: 92.86%;
}

.notes-note.notes-gsharp {
  left: 16%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-gsharp.oktave2 {
  left: 14.29%;
}

.notes-note.notes-gsharp.oktave5.n-g5 {
  left: 89.29%;
}

.notes-note.notes-gsharp.oktave4.n-g4 {
  left: 64.29%;
}

.notes-note.notes-gsharp.oktave3.n-g3 {
  left: 39.29%;
}

.notes-note.notes-fsharp {
  left: 12%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.notes-note.notes-fsharp.oktave2 {
  left: 10.71%;
}

.notes-note.notes-fsharp.oktave5.n-f5 {
  left: 85.71%;
}

.notes-note.notes-fsharp.oktave4.n-f4 {
  left: 60.71%;
}

.notes-note.notes-fsharp.oktave3.n-f3 {
  left: 35.71%;
}

.note_line-temp {
  position: relative;
  max-height: 1px;
  max-width: 100%;
  min-height: 1px;
  min-width: 100%;
  margin-top: -2px;
  background-color: #000;
}

.note_line-temp.transparent {
  background-color: transparent;
}

.notenbauch-innen-inaktiv {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 13px;
  max-width: 11px;
  min-height: 13px;
  min-width: 11px;
  margin-top: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  -webkit-transform: skew(8deg, 0deg);
  -ms-transform: skew(8deg, 0deg);
  transform: skew(8deg, 0deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.notenbauch-aktiv {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 18px;
  max-width: 25px;
  min-height: 18px;
  min-width: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fd4463;
  color: #fff;
}

.notenbauch-innen-hilight {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 13px;
  max-width: 11px;
  min-height: 13px;
  min-width: 11px;
  margin-top: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fd4463;
  -webkit-transform: skew(8deg, 0deg);
  -ms-transform: skew(8deg, 0deg);
  transform: skew(8deg, 0deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.oktave2 {
  background-color: rgba(244, 133, 133, 0.05);
}

.show-info {
  font-family: Lato, sans-serif;
}

.show-piano {
  font-family: Lato, sans-serif;
}

.show-sheetnote {
  font-family: Lato, sans-serif;
}

.bg-home {
  position: absolute;
  z-index: 1;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  background-image: url('../images/Home-2.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-section {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
}

.wrapper-full-size {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 100vw;
  min-width: 100vw;
}

.selection-block-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100vh;
  max-width: 100vw;
  min-height: 100vh;
  min-width: 100vw;
  font-weight: 400;
}

.home-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 33.3%;
  min-width: 33.3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  background-image: linear-gradient(340deg, rgba(3, 3, 3, 0.6), rgba(15, 15, 15, 0.62) 30%, hsla(0, 0%, 100%, 0.44));
  text-decoration: none;
}

.heading-2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.heading-2.home {
  color: #fd4463;
  font-size: 24px;
  font-weight: 400;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-block {
  max-height: 30%;
  max-width: 70%;
  min-height: 30%;
  min-width: 70%;
  margin-left: 10%;
}

.checkbox-label-header {
  color: #333;
  font-weight: 300;
}

.master {
  display: none;
}

.sections-scale {
  max-width: 100vw;
  min-width: 100vw;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.field-label-header {
  margin-right: 10px;
  margin-left: 10px;
  color: #333;
  font-weight: 300;
}

.error-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  color: #fd4463;
  text-decoration: none;
}

.error-prim {
  font-weight: 300;
}

.error-tune {
  margin-left: 4px;
  font-weight: 300;
}

.error-text {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  background-color: #d8d8d8;
  text-align: center;
}

.heading-instrument {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.bg-note-with-line {
  position: absolute;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 20px;
  max-width: 100%;
  min-height: 20px;
  min-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: none;
  border-width: 2px;
}

.bg-note-with-line.down {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.bg-note-with-line.up {
  margin-top: 1px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-heading-scale {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.div-block-heading-scale:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fd4463;
}

.bg-note {
  position: relative;
  left: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 10px;
  max-width: 100%;
  min-height: 10px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
}

.bg-note.oktave2 {
  background-color: rgba(244, 133, 133, 0.5);
}

.bg-note.oktave3 {
  background-color: rgba(243, 214, 143, 0.5);
}

.bg-note.oktave4 {
  max-width: 1%;
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.oktave5 {
  background-color: rgba(179, 211, 233, 0.5);
}

.bg-note.oktave4 {
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.piano {
  max-height: 100px;
  min-height: 100px;
}

.bg-note.piano.oktave2 {
  background-color: rgba(244, 133, 133, 0.5);
}

.bg-note.piano.oktave4 {
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.piano.oktave5 {
  background-color: rgba(179, 211, 233, 0.5);
}

.bg-note.piano.oktave2 {
  background-color: rgba(244, 133, 133, 0.5);
}

.bg-note.piano.oktave5 {
  background-color: rgba(179, 211, 233, 0.5);
}

.bg-note.piano.oktave4 {
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.guitar {
  position: absolute;
  max-height: 30px;
  min-height: 30px;
}

.bg-note.guitar.oktave2 {
  position: absolute;
  left: 0px;
  display: block;
  max-height: 30px;
  min-height: 30px;
  background-color: rgba(244, 133, 133, 0.5);
}

.bg-note.guitar.oktave4 {
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.guitar.oktave5 {
  background-color: rgba(179, 211, 233, 0.5);
}

.bg-note.guitar.oktave5 {
  background-color: rgba(179, 211, 233, 0.5);
}

.bg-note.guitar.oktave2 {
  position: absolute;
  left: 0px;
  display: block;
  max-height: 30px;
  min-height: 30px;
  background-color: rgba(244, 133, 133, 0.5);
}

.bg-note.guitar.oktave4 {
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.oktave4 {
  max-width: 1%;
  background-color: rgba(208, 230, 170, 0.5);
}

.bg-note.oktave2 {
  background-color: rgba(244, 133, 133, 0.5);
}

.bg-note.oktave5 {
  background-color: rgba(179, 211, 233, 0.5);
}

.bg-note.oktave3 {
  background-color: rgba(243, 214, 143, 0.5);
}

.check-error-scales {
  margin-left: 12px;
}

.wraper-notes-board {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 95%;
  min-width: 95%;
  margin-left: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-notes-base {
  position: relative;
  z-index: 4000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 5%;
  min-width: 5%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.violinenschl-ssel {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1003;
  display: block;
  margin-top: 16px;
  margin-left: -7px;
}

.bassschll-ssel {
  position: absolute;
  left: 0%;
  top: 160px;
  right: auto;
  bottom: 0%;
  z-index: 1003;
  display: block;
  margin-left: 4px;
}

.vorzeichen {
  position: absolute;
  left: -16px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  background-image: url('../images/b.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.vorzeichen.sharp {
  background-image: url('../images/sharp.png');
}

.vorzeichen.b {
  top: -4px;
}

.paragraph {
  color: #fff;
  font-weight: 300;
}

.wrapper-notes-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 10px;
  max-width: 100%;
  min-height: 10px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-notes-note {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 10px;
  max-width: 100%;
  min-height: 10px;
  min-width: 100%;
  margin-top: -10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
}

.form-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  max-width: 400px;
  min-height: 80px;
  min-width: 400px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wrapper-piano-full {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 14.28%;
  min-height: 100px;
  min-width: 14.28%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.wrapper-piano-full.c {
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.c.up {
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.d {
  position: relative;
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.e {
  position: relative;
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.f {
  position: relative;
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.g {
  position: relative;
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.a {
  position: relative;
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.b {
  position: relative;
  left: -14.58%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-full.b.down {
  position: relative;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper-piano-note {
  position: relative;
  left: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: Lato, sans-serif;
}

.wrapper-guitar {
  display: block;
  max-height: 30px;
  min-width: 100%;
}

.guitar-fret-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 210px;
  max-width: 2px;
  min-height: 210px;
  min-width: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #505050;
}

.div-block-25 {
  overflow: auto;
  max-height: 300px;
  max-width: 100%;
  min-height: 300px;
  min-width: 100%;
}

.paragraph-2 {
  max-height: 300px;
  max-width: 150%;
  min-height: 300px;
  min-width: 150%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#fff));
  background-image: linear-gradient(180deg, #000, #fff);
  color: #e52121;
}

.div-plus-minus-scale {
  max-height: 10px;
  max-width: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-top: 1px;
  margin-right: 10px;
  background-image: url('../images/plus.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-heading-instrument {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.div-block-heading-instrument:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fd4463;
}

.div-plus-minus-instrument {
  max-height: 10px;
  max-width: 10px;
  min-height: 10px;
  min-width: 10px;
  margin-top: 1px;
  margin-right: 0px;
  background-image: url('../images/minus.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.empty-div {
  max-height: 30px;
  max-width: 8.3%;
  min-height: 30px;
  min-width: 8.3%;
  background-color: #fff;
}

.div-block-26 {
  max-width: 100%;
  min-width: 100%;
  background-color: #fff;
}

.text-block {
  margin-left: 7px;
  color: #999797;
  font-weight: 300;
}

.aline {
  max-height: 1px;
  max-width: 100%;
  min-height: 1px;
  min-width: 100%;
  background-color: #d8d8d8;
}

.div-block-oktave {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 97.6%;
  min-width: 97.6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.notes-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 60px;
  max-width: 100%;
  min-height: 60px;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.button-box {
  position: static;
  top: 160px;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 80px;
  max-width: 100%;
  min-height: 80px;
  min-width: 100%;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebe7e7), to(#ebe7e7));
  background-image: linear-gradient(180deg, #ebe7e7, #ebe7e7);
  box-shadow: 1px 1px 3px 0 #d8d8d8;
  opacity: 1;
}

.button-box.notes {
  max-height: 133px;
  min-height: 133px;
}

.fullnote-text-aktiv-2 {
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  font-family: Lato, sans-serif;
  color: #fd4463;
  font-size: 12px;
  line-height: 20px;
  font-style: normal;
  text-align: center;
  text-decoration: none;
}

.fullnote-text-aktiv-2:active {
  color: #ff4363;
}

.fullnote-text-aktiv-2.note {
  position: relative;
  top: -16px;
  color: #fd4463;
}

.info-box-note-1-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-1-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-7-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-7-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-5-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-5-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.notenbauch-aktiv-2 {
  position: relative;
  z-index: 1002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 18px;
  max-width: 25px;
  min-height: 18px;
  min-width: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fd4463;
  color: #fff;
}

.scale-list-item-2 {
  max-width: 100%;
  min-width: 100%;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.89)), to(hsla(0, 0%, 100%, 0.89)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.89), hsla(0, 0%, 100%, 0.89));
}

.guitar-note-circle-hlight-2 {
  display: block;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  border-radius: 16px;
  background-color: #fd4463;
  box-shadow: 1px 1px 3px 0 #000;
  color: #fff;
  text-align: center;
}

.aguitarline-2 {
  display: block;
  height: 2px;
  min-height: 2px;
  margin-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #d8d8d8;
}

.div-block-heading-instrument-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.div-block-heading-instrument-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fd4463;
}

.div-block-heading-scale-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
}

.div-block-heading-scale-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fd4463;
}

.notenbauch-innen-hilight-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 13px;
  max-width: 11px;
  min-height: 13px;
  min-width: 11px;
  margin-top: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fd4463;
  -webkit-transform: skew(8deg, 0deg);
  -ms-transform: skew(8deg, 0deg);
  transform: skew(8deg, 0deg);
  -o-object-fit: fill;
  object-fit: fill;
}

.scale-info-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  z-index: 8000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 100px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebe7e7), to(#ebe7e7));
  background-image: linear-gradient(180deg, #ebe7e7, #ebe7e7);
  box-shadow: 1px 1px 3px 0 #d8d8d8;
  opacity: 1;
}

.error-text-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  background-color: #d8d8d8;
  text-align: center;
}

.error-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  color: #fd4463;
  text-decoration: none;
}

.info-box-note-3-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-3-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-2-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-2-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-8-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-8-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-6-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-6-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-box-note-4-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  font-family: Lato, sans-serif;
  color: #fd4463;
  text-align: center;
  text-decoration: none;
}

.info-box-note-4-2:hover {
  background-color: #fd4463;
  color: #fff;
}

.info-err-msg-2 {
  position: relative;
  top: -20px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #d8d8d8;
  text-align: center;
}

.guitar-note-circle-aktive-2 {
  display: block;
  max-height: 25px;
  max-width: 25px;
  min-height: 25px;
  min-width: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #fd4463;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #665b5b;
  color: #fff;
}

.see-also-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9px;
  color: #fd4463;
  text-decoration: none;
}

.see-also-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -4px;
  padding-left: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-weight: 300;
}

.see-also-prim {
  font-weight: 300;
}

.see-also-tune {
  margin-left: 4px;
  font-weight: 300;
}

.section {
  height: 500px;
}

.section-navigate {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: 80px;
  z-index: 20000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-logo-container {
  margin-left: 15px;
}

.nav-link {
  color: #d8d8d8;
  font-size: 16px;
}

.nav-link.w--current {
  color: #fd4463;
}

@media screen and (max-width: 991px) {
  .c-navb-container {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .c-navb-menu {
    margin-left: 0px;
  }
  .c-navb-hamburger {
    position: fixed;
    left: auto;
    top: 1%;
    right: 0%;
    bottom: auto;
    color: #fff;
  }
  .c-navb-hamburger.w--open {
    position: static;
    margin-top: 0px;
    font-weight: 300;
  }
  .c-navwrapper {
    width: 100vw;
    height: 80px;
  }
  .guitar-board {
    max-width: 150%;
    min-width: 150%;
  }
  .show-all-notes-on-board {
    overflow: auto;
  }
  .title {
    width: 200px;
    margin-top: -5px;
  }
  .heading-scale {
    margin-left: -145px;
  }
  .div-block-22 {
    display: block;
  }
  .dropdown {
    width: 200px;
    margin-right: 98px;
    margin-left: -60px;
  }
  .div-block-23 {
    width: 400px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .show-all-notes-on-piano {
    overflow: auto;
  }
  .piano-board {
    max-width: 150%;
    min-width: 150%;
  }
  .show-all-notes-on-notes {
    overflow: auto;
  }
  .notes-board {
    max-width: 150px;
    min-width: 150%;
  }
  .form-block-2 {
    margin-top: -35px;
    margin-right: 250px;
    margin-left: 0px;
  }
  .icon-2 {
    color: #fff;
  }
  .form-block-3 {
    margin-left: 0px;
  }
  .div-block-25 {
    overflow: auto;
    max-height: 100px;
    max-width: 50%;
    min-height: 100px;
    min-width: 50%;
  }
  .paragraph-2 {
    max-height: 100px;
    max-width: 50%;
    min-height: 100px;
    min-width: 50%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fa0707), to(#fff));
    background-image: linear-gradient(180deg, #fa0707, #fff);
  }
  .c-logo-container {
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-button {
    color: #fff;
  }
}

