

* {
    font-family: 'Lato', sans-serif;
}

body {
    height: 100%;
    width: 100%;
}

/* Ãœberschrift */
.myMenu {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: initial;
    color: #FF3DA6;
    letter-spacing: 20px;
}

.myMenuText {
    margin-top: 30px;
    text-transform: uppercase;
    text-align: center;
    alignment: center;
    color: #FF3DA6;
    font-size: 12px;
    letter-spacing: 4px;
}

.myFlexbox {
    height: 140px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #ffffff;
    border-radius: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Beschreibung auf Flexbox */
.flexboxText {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bolder;
    letter-spacing: 8px;
}

.info {
    color: #FF3DA6;
    text-align: center;
}

/* unvisited link */
a:link {
    color: #FF3DA6;
}

/* visited link */
a:visited {
    color: #FF3DA6;
}

/* selected link */
a:active {
    color: #FF3DA6;
    text-decoration: none;
}

.mheader {
    background: #1d2124;
    color: white;
}

.mbody {
    background: #1d2124;
}

.myTable {
    text-align: left;
    color: #fff;
    background: #1d2124;
}

.spaltenName {
    color: #FF3DA6;
}

.myCollapseBtn {
    background: #FF3DA6;
    color: white;
}

.myCollapse {
    background: #1d2124;
}

#extraShishaText {
    text-transform: uppercase;
    color: white
}

hr.solid {
    border-top: 2px solid rgb(255 255 255);
}


#banner {
    text-transform: uppercase;
    color: white;
    width: 100%;
}

#Small {
    width: 72%;
    border-top: 1px solid rgb(255 255 255 / 47%);
    margin-bottom: 26px;
    margin-top: 24px;
}

#BannerTitel {
    font-size: 24px;
    margin-top: 6px;
    font-weight: 900;
    font-family: sans-serif;
}

/* Container holding the image and the text */
.container {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#Scaanme.modal-header {
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid rgb(231, 191, 106);
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

#Scaanme.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #181818;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

#Scaanme.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #181818;
}

*, ::after, ::before {
    box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-user-drag: none;
    -webkit-app-region: no-drag;
}

#TabHeadRight {
    text-align: right;
    font-weight: 900;
    color: #eebf6a;
    font-size: 18px;
    text-transform: uppercase;
}

#TabHeadLeft {
    text-align: left;
    font-weight: 900;
    color: #eebf6a;
    font-size: 21px;
    text-transform: uppercase;
}

#TabRight {
    text-align: right;
    color: rgb(255, 255, 255);
    font-size: 17px;
    padding-top: 15px;
    font-weight: 600;
}

#TabRight2 {
    text-align: right;
    color: rgb(255 255 255 / 66%);
    font-size: 17px;
    padding-top: 15px;
}

#TabLeft {
    text-align: left;
    color: rgb(255, 255, 255);
    font-size: 17px;
    font-weight: 600;
    padding-top: 15px;
}


#CloseBtn {
    background: #181818;
    border-width: 3px;
    font-weight: 800;
    border-color: #e7bf6a;
}

table {
    border-collapse: collapse;
    width: 100%;
}

div.inline {
    display: contents;
        padding: 3px;
}

sup {
    top: -.5em;
    opacity: 50%;
    margin-left: 5px;
}