* {
  /*width: 350px;*/
  margin: auto;
  box-sizing: border-box;
}

body {
  width: 350px;
}

hr {
  /*display: block;*/
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.subheader-old {
  border-top: 3px solid #ccc;
  border-bottom: 3px solid #ccc;
  padding: 3px 0 3px 0;

  font-size: 30px;
  font-weight: 600;
  background-image: linear-gradient(to left, coral, #dd2200);
  color: transparent;
  margin: 30px 0 30px 0;
  -webkit-background-clip: text;
  background-clip: text;
}

.subheader {
  padding: 3px 0 3px 0;
  background-color: lightgrey;
  font-size: 30px;
  font-weight: 600;
  color: white;
  text-shadow: -1px -1px 0 darkgrey, 1px -1px 0 darkgrey, -1px 1px 0 darkgrey, 1px 1px 0 darkgrey;
  letter-spacing: 1px;
  margin: 50px 0 10px 0;
  border-radius: 5px;
}

.main-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  /*height: 110vh;*/
}

/*.main-container img {
  width: 50px;
  height: 50px;
}*/

.content {
  width: 100%;
  height:100vh;
  overflow-y:auto;
}

.gift-codes {
  display: flex;
  flex-direction: row;
}

.gift-code-entry {
  border: 2px solid blue;
  border-radius: 5px;
  padding: 3px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 20px;
}

.explanation {
  font-size: 14px;
  color: darkgrey;
}

.default-text {
  padding: 10px 0 20px 0;
  font-size: 20px;
  color: #222;

}
.graphic img {
  max-height: 40px;
  max-width: 40px;
}

.union-logos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.logo img {
  max-width: 110%;
  vertical-align: bottom;
  padding: 15px 0 0 0;
  /*box-sizing: content-box;*/
}

.logo a{
    font-size: 0px;
}

.list {
  position: relative;
}

.list h2 {
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.list ul {
  position: relative;
}

.list ul li {
  position: relative;
  left: 0;
  color: #111;
  list-style: none;
  margin: 4px 0;
  border-left: 2px solid #f50057;
  transition: 0.5s;
  cursor: pointer;
}

.list ul li:hover {
  left: 10px;
}

.list ul li span {
  position: relative;
  padding: 8px;
  padding-left: 12px;
  display: inline-block;
  z-index: 1;
  transition: 0.5s;
}

.list ul li:hover span {
  color: #eee;
}

.list ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f50057;
  transform: scaleX(0);
  transform-origin: left;
  transition: 0.5s;
}

.list ul li:hover:before {
  transform: scaleX(1);
}

.requiredItems {
  height: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.text {
  font-size: 36px;
  font-weight: bold;
  text-align: right;
}

.select-header {
  padding: 10px 0 10px 0;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.requiredItems {
  padding: 5px 0 5px 0;
  display: flex;
  flex-direction: row;
  height: 40px;
  justify-content: space-around;
  align-items: center;
}

button,
[role="button"] {
    -webkit-appearance: none;
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(to top, #D8D9DB 0%, #fff 80%, #FDFDFD 100%);
    border-radius: 20px;
    border: 1px solid #8F9092;
    /*box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 0 #CECFD1;*/
    transition: all .2s ease;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #606060;
    text-shadow: 0 1px #fff;
    margin: 5px 0 5px 0;
}

button::-moz-focus-inner,
[role="button"]::-moz-focus-inner {
    border: 0;
}

button>*,
[role="button"]>* {
    transition: transform .2s ease;
}

button:hover:not([disabled]),
[role="button"]:hover:not([disabled]) {
    /*box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 3px 3px #CECFD1;*/
    box-shadow: inset 0 0 3px 3px #CECFD1;
  }

button:hover:not([disabled])>*,
[role="button"]:hover:not([disabled])>* {
    transform: scale(0.975);
}

button:focus:not(:active),
[role="button"]:focus:not(:active) {
    animation: active .9s alternate infinite;
    outline: none;
}

button:active:not([disabled]),
[role="button"]:active:not([disabled]) {
    /*box-shadow: 0 4px 3px 1px #FCFCFC, 0 6px 8px #D6D7D9, 0 -4px 4px #CECFD1, 0 -6px 4px #FEFEFE, inset 0 0 5px 3px #999, inset 0 0 30px #aaa;*/
    box-shadow: inset 0 0 5px 3px #999, inset 0 0 30px #aaa;
  }

button:active:not([disabled])>*,
[role="button"]:active:not([disabled])>* {
    transform: scale(0.95);
}

button:disabled,
[role="button"]:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

select {
  /* styling */
  width: 100%;
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: Verdana;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;

  /* reset */

  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* arrows */

select.classic {
  background-image: linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%), linear-gradient(to right, skyblue, skyblue);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
}

select.classic:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%), linear-gradient(to right, gray, gray);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, 100% 0;
  background-size: 5px 5px, 5px 5px, 2.5em 2.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select.round {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
}

select.round:focus {
  background-image: linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.navbar {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  /* erstellt mit https://glassmorphism.com/ */
  background: rgba(120, 145, 158, 0.7);
  box-shadow: 0 4px 8px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  /* Ende des extern erzeugten CSS */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #f2f2f2;
  z-index: 10;
}

.footerMenu {
  width: 350px;
  margin: auto;
  /*position: fixed;*/
  bottom: 0;
}

.navbar a {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 10px 6px;
  text-decoration: none;
  font-size: 14px;
}

.navbar a:hover {
  background: #f1f1f1;
  color: black;
}

.navbar a.active {
  background-color: #4caf50;
  color: white;
}

.space {
  margin: 5px 0 5px 0;
}
.union-space {
  margin: 5px 0 1px 0;
}

.player-space {
  margin: 1px 0 5px 0;
}

.choice {
  margin: 15px 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

img {
  width: 80%;
  margin: 0 10% 15px 10%;
}

a {
    color: inherit;
    /*text-decoration: underline dotted lightgrey;*/
    text-decoration: none;
    text-decoration-thickness: 2px;
}

p a {
    text-decoration: none;
}

main a {
  color: #0070c0;
  text-decoration: none;
  font-weight: 700;
  /*border-bottom: 1px solid #0070c0;*/
}

main a:hover {
  color: #004080;
  /*border-bottom: 2px solid #004080;*/
}