@font-face {
    font-family: 'AR One Sans';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url(../fonts/TUZjzwhrmbFp0Srr_tH6fv6RcUejHO_u7GF5aXfF9WVh.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
 *, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
* {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-text-size-adjust:none;
}
html,body {
    background: #00bc9b;
    color: #fff;
    font-family: 'AR One Sans', Arial, Helvetica, sans-serif;
}
body {
    text-align: center;
}
img {
    max-width: 100%;
}
a {
    color: #fff;
}
del.schutz {
    text-decoration: none;
}
.small {
    font-size: 0.8em;
}
.infos, .infos a {
    color: rgb(255 255 255 / 65%);
}
p {
    margin-bottom: .5em;
}
ul {
    margin: 1em 0;
}
ul > li {
    margin-left: 1.5em;
}

button, input[type="submit"], .button {
    background-color: #179d85;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 1em 2em;
    text-shadow: 2px 2px rgb(0 0 0 / 20%);
    display: inline-block;
    box-shadow: rgb(0 0 0 / 50%) 1px 1px 0px;
    text-decoration: none;
}
.fancybox-button {
    box-shadow: none;
    background-color: #179d85 !important;
}
.button.special {
    background-color: #ff7d0d;
}
.disabled {
    pointer-events: none;
}
#login {
    background-color: #9147ff;
    color: #fff;
    padding: 1em 1em 1em 2em;
    margin: 3em 0 1em;
    font-size: 1.3em;
}
#login svg {
    fill: currentColor;
    display: inline-block;
    height: 1.7em;
    width: 1.7em;
    vertical-align: middle;
    margin: -0.5em 0.5em -0.5em -1em;
}
#login:hover {
    background-color: #7238c7;
}
.loginscreen {
    padding-bottom: 4em;
}
h1 {
    font-size: 3em;
    text-transform: uppercase;
    margin-top: .5em;
    margin-bottom: .5em;
    text-shadow: 2px 2px rgb(0 0 0 / 20%), 0px 0px 40px rgb(255 255 255);
    font-weight: 300;
    line-height: 1em;
}
h1 strong {
    display: block;
    font-weight: 600;
}
h2 {
    font-weight: normal;
    margin-bottom: .5em;
    text-shadow: 2px 2px rgb(0 0 0 / 20%);
}
h3 {
    font-weight: normal;
    margin-bottom: .5em;
    text-shadow: 2px 2px rgb(0 0 0 / 20%);
}
h4 {
    margin-bottom: .5em;
}
.configurations {
    background: rgb(255 255 255 / 20%);
    padding: 3em 1em;
    text-align: left;
    background: #272727;
}
.configurations > .inner {
    max-width: 680px;
    margin: 0 auto;
    padding: 3em;
    background: #313131;
    margin-bottom: 3em;
    border-top: 3px solid #00bc9b;
}
.configurations > .inner.small {
    padding: 1em 3em;
    font-size: 0.8em;
}
.configurations > .inner.transparent {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 auto 1em;
}
.tablelist {
    padding-bottom: 2em;
}
.tablelist > div:nth-child(odd) {
    background: rgb(255 255 255 / 8%);
}
.tablelist > div:nth-child(even) {
    background: rgb(0 0 0 / 13%);
}
.tablelist > div {
    padding: 0.5em 0;
    margin: 0;
}
div.action {
    width: fit-content;
}
.tablelist .row > div + div:not(.action) {
    min-width: 50%;
    word-break: break-word;
}
.footer {
    padding: 2em;
    margin: 0;
}
input, select, textarea {
    border: 0;
    background: #fff;
    color: #000;
    padding: 1em;
    margin-bottom: 0.3em;
    max-width: 100%;
    font-family: 'AR One Sans', Arial, Helvetica, sans-serif;
}
textarea {
    display: block;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
}
.row {
    margin: 0 -1em;
    display: flex;
    padding-bottom: 1em;
}
.row:after {
    display: block;
    content: '';
    clear: both;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-6, .col-8, .col-9, .col-10, .col-12 {
    position: relative;
    list-style: none;
    padding: 0 1em;
    width: 100%;
    min-height: 1px;
}
.col-1 {
    width: 8.3333%;
}
.col-2 {
    width: 16.6667%;
}
.col-3 {
    width: 25%;
}
.col-4 {
    width: 33.3333%;
}
.col-6 {
    width: 50%;
}
.col-8 {
    width: 66.6667%;
}
.col-9 {
    width: 75%;
}
.col-10 {
    width: 83.3333%;
}
.col-12 {
    width: 100%;
    flex: 0 0 100%;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
label.switch {
    position: relative;
    padding-left: 80px;
    display: inline-block;
    min-height: 34px;
}
/* The slider */
label.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}
label.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232323;
    background: linear-gradient(to top, #1e1e1e 0%, #262626 50%);
    -webkit-transition: .4s;
    transition: .4s;
    width: 60px;
    height: 34px;
    border-radius: 34px;
}

label.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #919191;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
label.switch input:checked + .slider:before {
    background-color: white;
    box-shadow: 0px 0px 3px 1px rgb(0 0 0 / 43%);
}

label.switch input:checked + .slider {
    background-color: #179d85;
    background: linear-gradient(to top, #008f76 0%, #00bc9b 50%);
}

label.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.full-width-children > * {
    width: 100%;
}
.row.no-padding {
    padding-left: 0.9em;
    padding-right: 0.9em;
}
.row.no-padding > div[class^="col-"] {
    padding: 0 0.2em;
}
::placeholder {
    color: #cecece;
    opacity: 1; /* Firefox */
}
code {
    background: rgb(0 0 0 / 10%);
    padding: 0.2em 0.4em;
}
.infobox {
    padding: 1em;
    font-size: 0.9em;
    border: 1px solid rgb(255 255 255 / 20%);
    opacity: 0.9;
    background: rgb(255 255 255 / 10%);
    margin-bottom: 2em;
}
small {
    font-style: italic;
    font-size: 0.75em;
}
.navigation {
    list-style: none;
    overflow: hidden;
    padding: 2em 0 0;
    margin: 0;
}
.navigation li {
    display: inline-block;
    padding: 0;
    margin: 0 0.2em 0 0;
}
.navigation li a {
    display: inline-block;
    padding: 0.5em 1em;
    background: #00977c;
    color: rgb(255 255 255 / 75%);
    text-decoration: none;
    text-transform: uppercase;
}
.navigation li a:hover {
    color: rgb(255 255 255 / 100%);
    background: #007963;
}
.navigation li a.disabled {
    color: rgb(255 255 255 / 15%);
}
.navigation li.active {
    border-bottom: 5px solid #272727;
}
.navigation li.active a {
    background: #272727;
    color: #fff;
}
.navigation li.active a:hover {
    text-decoration: underline;
}
.navigation li a.special {
    background: rgb(255 125 13 / 75%);
}
.site-title {
    text-align: center;
    font-size: 1.8em;
}
.site-title img {
    max-width: 3em;
    display: block;
    margin: 0 auto 0.5em;
}
abbr {
    font-family: monospace;
    text-decoration: none;
    background: rgb(0 0 0 / 25%);
    padding: 2px;
    font-size: 10px;
    text-transform: uppercase;
    vertical-align: super;
    cursor: help;
}
.profil {
    position: absolute;
    top: 1em;
    right: 1em;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em;
    cursor: pointer;
}
.profil img {
    display: inline-block;    
    border-radius: 50%;
    border: 3px solid rgb(0 0 0 / 10%);
    width: 30px;
    height: 30px;
    margin: 0 auto;
    vertical-align: middle;
}
.profil:hover {
    background: #00a98b;
}
.profil:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: #00a98b;
    min-width: 100%;
    z-index: 1;
}
.dropdown-menu a {
    color: white;
    padding: 0.5em;
    text-decoration: none;
    display: block;
    border-top: 1px solid #009b7f;
}
.dropdown-menu a:hover {
    background-color: #179d85;
}
#container1, #container2 {
    margin: 20px auto;
    max-width: 1200px;
}
table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    max-width: 1200px;
}
table, th, td {
    border: 1px solid #4f4f4f;
}
th, td {
    padding: 10px;
    text-align: left;
}
th {
    background-color: #2e2e2e;
}
tr:nth-child(even) {
    background-color: #2e2e2e;
}
tr:nth-child(odd) {
    background-color: #1e1e1e;
}
#week-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}
#week-navigation button {
    background-color: #4f4f4f;
    color: #ffffff;
    border: none;
    padding: 10px;
    cursor: pointer;
}
#week-navigation span {
    margin: 0 10px;
}

/* Define the blink animation */
@keyframes blink {
    0% { background-color: #179d855c; }
    100% { background-color: transparent; }
}

.blink {
    animation: blink 1.5s ease-in-out;
}
.editrow {
    padding-top: 0.9em;
    border-radius: 5px;
    flex-direction: column;
}
.vertical {
    padding-top: 0.9em;
    flex-direction: column;
}
.editrow input:focus {
    box-shadow: 0 0 5px 1px #1effd7;
}
.editCommand, .deleteCommand, .deleteBlacklistWord, .deleteWhitelistWord {
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0 5px;
    font-size: 16px; /* Icon size */
    position: relative;
    width: 24px; /* Width to accommodate icon */
    height: 24px; /* Height to accommodate icon */
    overflow: hidden; /* Ensure that any overflow is hidden */
    color: transparent; /* Makes the text transparent */
    text-shadow: none;
    margin: 0 2px 2px;
}

.editCommand:before, .deleteCommand:before, .deleteBlacklistWord:before, .deleteWhitelistWord:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 16px; /* Icon size */
    line-height: 24px; /* Center icon vertically */
    text-align: center; /* Center icon horizontally */
    text-shadow: 2px 2px rgb(0 0 0 / 20%);
}

.editCommand:before {
    content: '\f304'; /* FontAwesome edit icon (fa-pen-to-square) */
}

.deleteCommand:before, .deleteBlacklistWord:before, .deleteWhitelistWord:before {
    content: '\f2ed'; /* FontAwesome trash icon (fa-trash-can) */
}

.editCommand:hover, .deleteCommand:hover, .deleteBlacklistWord:hover, .deleteWhitelistWord:hover {
    color: transparent; 
}

.reaction {
    font-size: 0.8em;
    padding: 1em 0 0;
}
.reaction .col {
    padding: 0;
}
.reaction label.switch {
    padding-left: 40px;
    min-height: 21px;
}
.reaction label.switch input {

}
.reaction label.switch .slider {
    width: 40px;
    height: 21px;
}
.reaction label.switch .slider:before {
    width: 13px;
    height: 13px;
}
.reaction label.switch input:checked + .slider:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
}
.col {
    -webkit-transition: .4s;
    transition: .4s;
}
.disabledoption > .col {
    opacity: 0.3;
}

.disabledoption .reaction label.switch {
    pointer-events: none;
}

#botconfig > .row {
    border-top: 1px solid #282828;
    padding-top: 1em;
}

#botconfig small + .row, #botconfig h3 + .row {
    border-top: 0 !important;
}

#botconfig input[type="submit"] {
    margin-top: 2em;
}

#botconfig h3 {
    border-top: 1px solid #fbfbfb;
    padding-top: 1em;
}

.features > .inner {
    max-width: 80%;
    margin: 0 auto;
}

.features .col {
    background: #313131;
    text-shadow: none !important;
    border-radius: 10px;
    margin: 1em;
    padding: 2em;
}

.features img {
    border: 2px solid #292929;
}

.fancybox-button {
    background-color: transparent !important;
}


/* Überschreibungen */
html, body {
    background-color: #5d3e63;
}
h1 strong {
    padding-top: 3em;
}