@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');

body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  height: 100%;
  font-family: 'Maven Pro', sans-serif;
  font-size: 1em;
  /* font-kerning: normal;
  text-rendering: optimizeLegibility; */
}

.info {
  height: 200px;
  overflow-y: auto;
  padding: .5em 0;
  border-bottom: solid 1px #fff;
  border-radius: 0 0 1em 1em;
  position: relative;
}


.mpsStatsHead {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 100%;
}

.mpsStatsHead tr {
font-weight: bold;
}

 

.mpsStatsBody {
  display: block;
  height: 300px;
  width: 100%;
  overflow-y: auto;
  font-size: smaller;
}


.mpsStatsBodyTr {
  display: table;
  width: 100%;
  table-layout: fixed;
  width: 100%;
}



/* T A B L E   G R I D */



header, footer, main {
  width: 100%;
  height: auto;
}

.tableRow {
  width: 100%;
}

.headCell {
  display: inline-block;
  vertical-align: middle;
}

main aside {
  background-color: rgba(20,80,160,0.2);
}

aside, .mainCell {
  display: inline-block;
  vertical-align: top;
}

.headCell {
  padding: 1% 2%;
}

.headCell:nth-child(even) {
  width: auto;
  text-align: center;
}

.headCell:nth-child(3) {
  float: right;
  width: 19% !important;
  padding: 1% 2% 0% 2%;
}

.headCell:nth-child(odd) {
  width: 20%;
}

main aside {
  width: 20%;
  padding: 2%;
}

.main {
  width: 71%;
  display: inline-block;
  padding: 2%;
}

.middleMain {
  width: 100%;
  margin: auto;
  max-width: 1500px;
}

.simpleMain {
  width: 100%;
  margin: auto;
}

.mainCell {
  width: 48%;
}

  .mainCell:nth-child(even) {
    padding: 0 3% 40px 0;
  }

  .mainCell:nth-child(odd) {
    padding: 0 0 40px 0;
  }

  .mainCell ul {
    padding: 0;
  }

.cellCenter {
  display: block !important;
  margin: auto !important;
  padding: 0 0 40px 0 !important;
}

.logo {
  height: 50px;
  width: 190px;
}

.logoA {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.verticalTop {
  display: inline-block;
  vertical-align: top;
}

/* M A I N   D E S I G N */

::-moz-selection {
  background: rgba(20,80,160,0.2);
  color: rgb(35,45,90);
}

::selection {
  background: rgba(20,80,160,0.2);
  color: rgb(35,45,90);
}

h2::selection {
  background: rgba(255,255,255,0.3);
  color: white;
}

.block {
  width: 100%;
  display: block;
  text-align: center;
}

  .block p:first-child {
    margin: 0;
  }

  .block p:last-child {
    max-width: 50%;
    margin: 15px auto 60px auto;
  }

.bigH2 {
  font-size: 0.9em;
  line-height: 45px !important;
  margin: 0;
  padding: 0 0 0 0;
  text-transform: uppercase;
  letter-spacing: 0.17em;
}

h1 {
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
}

h2 {
  font-weight: 700;
  text-align: center;
  margin: 0;
  background-color: rgb(35,45,90);
  color: white;
  line-height: 35px;
  font-size: 1em;
}

h3 {
  font-size: 1.1em;
  font-weight: 700;
  margin: 1em 0;
}

button {
  display: block;
  margin: auto;
  width: 190px;
  line-height: 35px;
  font-family: 'Maven Pro', sans-serif;
  font-weight: 700;
  color: white;
  background-color: rgb(35,45,90);
  border: 0px solid transparent;
}

  button:hover {
    background-color: rgb(20,80,160);
  }

.longButton {
  width: 100%;
}


input {
  font-family: 'Maven Pro', sans-serif;
  font-size: 0.9em;
  line-height: 35px;
  height: 35px;
  padding: 0 1%;
  margin: 5px 0;
  width: 98%;
}

  input:focus {
    background-color: #fafbfd;
  }

aside input {
  width: 80%;
}

.mainCell input {
  margin-bottom: 20px;
}

select {
  width: 100%;
  height: 35px;
  font-family: 'Maven Pro', sans-serif;
  margin: 5px 0 20px 0;
}

label {
  padding: 10px 0;
}

textarea {
  font-family: 'Maven Pro', sans-serif;
  font-size: 0.9em;
  padding: 1% 1%;
  margin: 5px 0;
  width: 98%;
  min-height: 100px;
}

  textarea:focus {
    background-color: #fafbfd;
  }

#checkbox {
  margin-right: 10px;
  height: 13px;
}

.pseudoDigit {
  line-height: 35px;
  background-color: rgba(35,45,90,0.2);
  width: 200px;
  text-align: center;
}

table {
  padding: 10px 0;
  width: 100%;
  border-collapse: collapse;
}

.planTable td {
  padding: 5px 0;
}

  .planTable td:nth-child(1) {
    font-weight: 700;
    padding-right: 10px;
  }

.lrTable td, .mwTable td {
  padding: 5px 10px;
}

.lrTable tr, .mwTable tr, .searchTable tr {
  border-bottom: 1.8px solid rgba(20,80,160,0.2);
}

.lrTable td:nth-child(1) {
  width: 50px;
}

.mwTable td:nth-child(1) {
  text-align: center;
  width: 50px;
  padding: 5px 0px 5px 5px;
}

.mwTable td:nth-child(2) {
  width: 50px;
}

.mwTable img, .lrTable img {
  width: 50px;
  height: 50px;
  border: 1px solid rgb(20,80,160);
}

  .mwTable img:hover, .lrTable img:hover {
    border: 1px solid white;
  }

  .mwTable img:active, .lrTable img:active {
    opacity: 0.5;
  }

.searchTable td {
  min-width: 10%;
  width: 50%;
  max-width: 50%;
  padding: 10px 10px;
}


footer {
  background-color: rgba(20,80,160,0.2);
  text-align: center;
}

  footer div {
    padding: 2%;
  }

/* M A I N   I N N E R */

.awData, .awPic {
  display: inline-block;
  vertical-align: middle;
}

.awPic {
  width: 30%;
  margin: 0;
  padding: 0;
}

  .awPic img {
    border: 1px solid rgba(20,80,160,0.2);
    width: 100%;
    height: 100%;
  }

  .awPic a {
    margin: 0;
    padding: 0;
    line-height: 0;
  }


.artistWrap img:hover {
  border: 1px solid rgba(20,80,160,1);
}

.artistWrap img:active {
  opacity: 0.5;
}



.awData {
  width: 68%;
  float: right;
}

  .awData div {
    border: 1px solid rgba(20,80,160,0.2);
    display: inline-block;
    vertical-align: top;
    width: 65%;
    margin-bottom: 5px;
  }

    .awData div:nth-child(odd) {
      min-width: 110px;
      width: 110px;
      font-weight: 700;
    }

    .awData div:nth-child(4n-4) {
      margin-bottom: 20px;
    }

    .awData div:nth-child(4n-5) {
      margin-bottom: 20px;
    }


.awTable {
  display: inline-block;
  vertical-align: middle;
  width: 66%;
  padding: 0 0 2% 2%;
}

.artistWrap table {
  padding: 0 0 0 2%;
  margin: 0;
}

.awTable tr:nth-child(3n) td {
  padding: 0;
  height: 1.8px;
  background-color: rgba(20,80,160,0.2);
}

.artistWrap td {
  padding: 5px 2%;
  vertical-align: top;
}

  .artistWrap td:nth-child(odd) {
    width: 120px;
    font-weight: 700;
  }



.promoPics {
  display: block;
  overflow: hidden;
  margin: auto;
  width: 100%;
  height: 100px;
  background-color: rgba(35,45,90,0.1);
  border: 1px solid #d0dcec;
}

.promoPics {
  transform: translate(-0px,0%);
}

  .promoPics:hover {
    border: 1px solid rgba(20,80,160,1);
  }

  .promoPics:active {
    opacity: 0.5;
  }

  .promoPics img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  }

.drittel {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 3% 0 0;
}

  .drittel:nth-child(3) {
    margin: 0;
  }

.driRow {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0px;
}

.hide div {
  display: inline-block;
}

.inl {
  display: inline-block !important;
  width: auto;
  padding-right: 20px;
}

/* B I L D E R   V O R S C H A U */

.fullScreen {
  display: table-cell;
  width: 100% !important;
  height: 100% !important;
  z-index: 1000;
  padding: 0 !important;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255,0.9);
  background-image: url("/image/close.svg");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 50% 97%;
  opacity: 1;
  transition: opacity 0.8s;
}

  .fullScreen div {
    width: inherit;
    height: inherit;
  }

  .fullScreen img {
    max-height: 50%;
    padding: 0;
    position: relative;
    top: 50%;
    display: inline;
    width: auto;
  }

/* H E A D E R   D E S I G N */

.cookies {
  background-color: rgba(35,45,90,0.9);
  color: white;
  font-size: 0.8em;
  text-align: left;
  padding: 5px 2% 5px 2%;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.cooImg {
  width: 15px;
  height: 15px;
  margin: 5px 0 5px 0;
  padding-right: 0;
}


header {
  background-image: url("/image/screen.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 39%;
}

  header h1 {
    margin: 0;
  }

  header p {
    margin: 0;
    padding: 0;
    color: white;
    font-weight: 700;
    font-size: 0.9em;
    text-align: center;
  }

.getNews {
  margin: 7px 0 0 0;
  width: 190px;
  font-size: 0.78em !important;
  padding: 0;
}


.newsWrap {
  width: auto;
  float: right;
}

.loginPicture {
  width: 50px;
  height: auto;
  float: right;
  cursor: pointer;
}

.loginPicture img {
  width: 50px;
  height: 50px;
}

.hidden {
  display: none;
}

.block {
  display: block;
}


.mpsHidden {
  display: none;
}

.mpsBlock {
  display: block;
}



#logPicH {
  font-weight: 700;
  position: absolute;
  top: 50px;
  right: 0;
  width: 300px;
  max-width: 100%;
  min-width: 300px;
  background-color: #E7EDF5;
  color: black;
  margin: 1% 2% 0% 2%;
}

#logPicH a {
  color: black;
  width: 100%;
  display: block;
}

#logPicH span {
  font-size: 0.8em;
  font-weight: 400;
  display: block;
}

#logPicH div {
  text-align: left;
  padding: 10px 15px;
}

#logPicH div:hover {
  background-color: rgba(20,80,160,0.2);
}


.logout {
  border-top: 1px solid rgba(20,80,160,0.5);
}

.headCell:nth-child(2) {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0vw);
}

.newsButton {
  background-color: rgb(20,80,160);
}

  .newsButton:hover {
    background-color: rgba(20,80,160,0.7);
  }

/* A S I D E   D E S I G N */

aside p {
  margin: 0;
}

aside h3 {
  margin: 0 0 0 0;
}

aside ul {
  padding-left: 4%;
  list-style-type: square;
  line-height: 1.4em;
}

aside input {
  border: 1px solid rgba(20,80,160,1);
  margin: 0;
  display: inline-block;
}

.inputButton {
  border: 1px solid rgba(20,80,160,1);
  float: right;
  width: 14%;
  line-height: 35px;
  color: transparent;
  background-image: url("/image/lupe.svg");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 50% 50%;
}

  .inputButton:active {
    background-position: 51% 50%;
  }

/* L I N K S */

a, .artistWrap a {
  color: rgba(20,80,160,0.8);
  text-decoration: none;
  transition: all ease 0.8s;
}

  a:hover, .artistWrap a:hover {
    color: rgb(35,45,90);
    transition: none;
  }

header a, button a, .cookies a {
  color: white;
}

  header a:hover, .cookies a {
    color: rgba(255,255,255,0.8);
  }

aside ul a, table a {
  color: black;
}

  aside ul a:hover, table a:hover {
    color: rgba(20,80,160,0.8);
  }

.artistLink {
  font-weight: 700;
}

.lrTable .artistLink::after, .mwTable .artistLink::after {
  content: "";
}

.lrTable .titleLink::before, .mwTable .titleLink::before {
  content: " – ";
}

footer a::after {
  content: " | ";
  color: rgb(35,45,90);
}

footer a:last-child::after {
  content: "";
}

button:active, a:active {
  opacity: 0.5;
}

/* O T H E R */

.gap10 {
  margin: 10px;
}

.gap20 {
  margin: 20px;
}

.gap40 {
  margin: 40px;
}

.detail {
  margin-top: 23px;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.none {
  display: none;
}

.mwTable {
  counter-reset: mw-counter;
}

.count::before {
  counter-increment: mw-counter;
  content: "" counter(mw-counter) ".";
}

.vertMid {
  vertical-align: middle;
}

.smartBlock {
  display: none;
}

.mpsUser {
  width: 100%;
}

.noGab {
  margin-bottom: 0;
}

.border {
  border: 1px solid yellow;
}

#toTop {
  z-index: 999;
  display: none;
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 40px;
  height: 40px;
  background-color: rgba(20,80,160,0.2);
  background-image: url("/image/toTop.svg");
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% 50%;
}

  #toTop:hover {
    border: 1px solid rgb(20,80,160);
  }

  #toTop:active {
    opacity: 0.5;
  }



/* M E D I A   Q U E R I E S */

@media only screen and (max-width: 2000px) {

  .lrTable, .mwTable, main aside {
    font-size: 0.9em;
  }

  h1 {
    margin: 10px 0 40px 0;
  }
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 0.9em;
  }

  .smartNone {
    display: none;
  }

  main aside div {
    line-height: 0px !important;
  }

  .colRow {
    width: 60%;
    height: 35px;
    margin: 0;
  }

  main aside { /* padding: 0% 2% 2% 2%; */
    display: block;
    width: 96%;
  }

    main aside h3, main aside p, main aside div, main aside input, main aside button {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      line-height: 35px;
    }

  #menueForm {
    width: 50%;
    display: inline-block;
  }

  main aside p {
    margin-right: 5%;
  }

  main aside input, .longButton {
    width: 49% !important;
    padding: 0 2%;
  }

  .mpsUser {
    margin-top: -2%;
  }

  .longButton {
    margin: 0;
  }

  .inputButton {
    width: 15% !important;
    float: none;
    margin-right: 3%;
  }

  .main {
    width: 96%;
  }
}

@media only screen and (max-width: 1000px) {
  body {
    font-size: 1em;
  }

  .miniNone {
    display: none;
  }

  .colRow {
    width: 100%;
    float: none;
  }

  .block p {
    max-width: 80% !important;
  }

  .block p:first-child {
    margin: auto;
  }

  header h1 {
    font-size: 1.5em;
  }

  .logo {
    height: 40px;
    width: 152px;
  }

  .loginPicture {
    height: auto;
    width: 40px;
  }

    .loginPicture img {
      height: 40px;
      width: 40px;
    }

  #logPicH {
    top: 40px;
  }

  .headCell:nth-child(4) {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 20px;
  }

  .mainCell {
    padding: 0 !important;
    width: 80%;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

    .mainCell:nth-child(1) {
      margin-top: 0;
    }

  .mainCell {
    margin-bottom: 80px;
  }

  .cellCenter {
    margin-bottom: 40px !important;
  }

  .smartBlock {
    display: block;
    width: 40px;
    height: 40px;
    float: right;
    margin-right: 5%;
  }

  .smartBlock img {
    width: 40px;
    height: 40px;
  }

  .menue img {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 1%;
  }

  .menue a {
    display: block;
    width: 100%;
    height: 100%;
  }

  footer div {
    padding: 3% 2%;
  }
}


@media only screen and (max-width: 800px) {
  .mainCell {
    width: 100%;
  }

  .block p {
    max-width: 100% !important;
  }

  .mpsHidden { display: block; }

  .mpsBlock {
    display: none;
  }


  #toTop {
    bottom: 8%;
  }
}

@media only screen and (max-width: 550px) {
  .headCell {
    width: 100px;
  }

    .headCell:nth-child(4) {
      padding-top: 10px;
    }

    .headCell:nth-child(1) {
      width: auto;
      padding-top: 10px;
    }

    .headCell:nth-child(2) {
      width: auto;
      padding-bottom: 10px;
    }

  .main, footer div {
    padding: 3%;
    width: 94%;
  }

  .headCell {
    padding: 2% 3% 1% 3%;
  }

    .headCell:nth-child(2) {
      padding: 0 3% 3% 3%;
    }

  #toTop {
    right: 3%;
  }

  .awPic {
    display: block;
    margin: auto;
    width: 40%;
  }

  .awData {
    width: 100%;
  }

  .awTable {
    width: 100%;
    margin: 20px auto;
    padding: 0;
  }

  footer div {
    padding: 5% 2%;
  }
}

@media only screen and (max-width: 650px) {
  footer div a {
    display: block;
    margin: auto;
    line-height: 1.5em;
  }

  footer a::after {
    content: "";
  }

  #toTop {
    bottom: 2%;
  }
}

@media only screen and (max-width: 450px) {
  .colRow {
    height: auto;
  }

  main aside input {
    width: 70% !important;
  }

  .inputButton {
    float: right;
    margin: 0;
  }

  .longButton {
    width: 100% !important;
    display: block;
    margin-top: 10px;
  }

  .awPic {
    width: 50%;
  }
}

@media (orientation: portrait) {
  .fullScreen img {
    width: auto;
    max-width: 80%;
    height: auto;
  }
}
