/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/*
/-------------------------------------------------------------------
/
/   General Styles
/
/-------------------------------------------------------------------
*/

/*
/-------------------------------------------------------------------
/   Variables
/-------------------------------------------------------------------
*/

body {
    --theme-color-1-light: #E5E5E5;
    --theme-color-2-light: #FFFFFF;
    --theme-color-3-light: #C8C8C8;
    --theme-color-4-light: #9D9D9D;
    --theme-color-5-light: #7b7b7b;

    --theme-color-1-dark: #191919;
    --theme-color-2-dark: #272727;
    --theme-color-3-dark: #373737;
    --theme-color-4-dark: #434343;
    --theme-color-5-dark: #848484;

    --theme-color-1: var(--theme-color-1-light);
    --theme-color-2: var(--theme-color-2-light);
    --theme-color-3: var(--theme-color-3-light);
    --theme-color-4: var(--theme-color-4-light);
    --theme-color-5: var(--theme-color-5-light);

    --disabled-light: #A0A0A0;
    --disabled-dark: #727272;

    --placeholder-color: #6B6B6B;
    --text-color: #232323;
    --disabled-text-color: #8D8D8D;

    --text-shadow: #616161;
    --box-shadow: #616161;

    --accent-color-1-light: #2699FB;
    --accent-color-1-dark: #3d76e1;
    --accent-color-2-light: #F71735;
    --accent-color-2-dark: #B23A48;
    --accent-color-3-light: #5EFC8D;
    --accent-color-3-dark: #20BF55;
    --accent-color-4-light: #9C1EC2;
    --accent-color-4-dark: #7B1461;
    --accent-color-5-light: #FFF275;
    --accent-color-5-dark: #E3B505;

    --success-light: #5EFC8D;
    --success-dark: #20BF55;

    --error-light: #F71735;
    --error-dark: #B23A48;

}

body.darkmode {
    --theme-color-1: var(--theme-color-1-dark);
    --theme-color-2: var(--theme-color-2-dark);
    --theme-color-3: var(--theme-color-3-dark);
    --theme-color-4: var(--theme-color-4-dark);
    --theme-color-5: var(--theme-color-5-dark);

    --placeholder-color: #B4B4B4;
    --text-color: white;
    --disabled-text-color: #797979;

    --text-shadow: black;
    --box-shadow: black;
}

/*
/-------------------------------------------------------------------
/   Styling Rules for general elements
/-------------------------------------------------------------------
*/

* {
    box-sizing: border-box;
    outline: none;
}

html {
    height: 100%;
    font-size: 0.9rem;
    color: white;
    line-height: 1.2;
    font-family: "Baloo Chettan 2", sans-serif;
}

body {
    min-height: 100%;
    background-color: var(--theme-color-2);
    color: var(--text-color);
    position: relative;
}

body:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/background.svg?85dc776cbd4f516dbf6023b32d909ef4);
    background-size: 300px;
    background-position: center;
    background-repeat: repeat;
    z-index: -1;
    opacity: 0.15;
}

body.darkmode:before {
    opacity: 0.7;
}

main {
    padding: 7.5rem 1.5rem 7rem 3rem;
    position: relative;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    min-height: 100vh;
    transition: 0.2s ease;
    margin: 0 auto;
}

main h1 {
    font-size: 2.5rem;
    text-shadow: 2px 2px 10px var(--text-shadow);
    margin-top: 0;
    position: relative;
    text-align: left;
}

main h3.subheading {
    text-align: center;
    font-size: 2rem;
    border-bottom: 3px solid var(--theme-color-4);
    box-shadow: 0 15px 10px -10px var(--box-shadow);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0.2em;
    width: 50%;
    min-width: 15rem;
}

a.link {
    color: var(--accent-color-1-dark);
    text-decoration: none;
    transition: 0.2s ease;
    position: relative;
    cursor: pointer;
    font-size: 1.25rem;
}

a.link:after {
    content: '';
    position: absolute;
    height: 2px;
    background-color: var(--accent-color-1-light);
    width: 0;
    bottom: 0;
    right: 0;
    transition: 0.2s ease;
    transition-delay: 0.2s;
}

a.link:hover,
a.link:focus {
    color: var(--accent-color-1-light);
}

a.link:hover:after,
a.link:focus:after {
    left: 0;
    width: 100%;
}

table, .table, th, td {
    border-collapse: collapse;
}

/*
/-------------------------------------------------------------------
/   Common classes
/-------------------------------------------------------------------
*/

/* This container element should contain elements that might exceed the width of the window */
.oversize-container {
    width: calc(100% + 3rem);
    overflow-x: auto;
    padding: 2rem 3rem 3rem;
    margin-left: -3rem;
    height: auto;
}

.faded-out {
    visibility: hidden !important;
    opacity: 0 !important;
    transform: scale(0.5) !important;
    transition: none !important;
    transition-delay: 0s !important;
}

.container-medium {
    width: 100%;
    float: left;
    height: auto;
    padding: 0 1rem;
}

.quick-input {
    background-color: rgba(74, 74, 74, 0.6);
    border: none;
    border-bottom: 2px solid var(--accent-color-1-dark);
    display: inline-block;
    vertical-align: middle;
    color: var(--text-color);
    font-style: italic;
    padding: 0.25rem 0.5rem;
    min-width: 1rem;
    -webkit-animation: color-blink 0.5s ease infinite alternate;
            animation: color-blink 0.5s ease infinite alternate;
    outline: none;
}

@-webkit-keyframes color-blink {
    from {
        color: var(--text-color);
    }
    to {
        color: var(--accent-color-1-light);
    }
}

@keyframes color-blink {
    from {
        color: var(--text-color);
    }
    to {
        color: var(--accent-color-1-light);
    }
}

a.go-back {
    font-size: 1rem;
    position: fixed;
    top: 0;
    left: 0;
    color: var(--accent-color-1-dark);
    background-color: var(--theme-color-1);
    z-index: 1000;
    text-decoration: none;
    border-radius: 0 0 100% 0;
    height: 5em;
    width: 5em;
    transition: 0.2s ease;
    border-right: 3px solid var(--accent-color-1-dark);
    border-bottom: 3px solid var(--accent-color-1-dark);
    box-shadow: 0 0 10px 0 var(--box-shadow);
    text-shadow: 2px 2px 3px var(--text-shadow);
}


a.go-back:hover {
    background-color: var(--theme-color-3);
    box-shadow: 0 0 15px 5px var(--box-shadow);
    color: var(--accent-color-1-light);
    border-color: var(--theme-color-3);
    transform: translate(0.25em, 0.25em) scale(1.1);
}

a.go-back:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 5em 0;
    transition: 0.2s ease;
    border-right: 2px solid var(--accent-color-1-light);
    border-bottom: 2px solid var(--accent-color-1-light);
    box-shadow: -10px -10px 10px -10px var(--accent-color-1-light) inset;
    z-index: -1;
}

a.go-back:hover:before {
    transform: translate(1em, 1em) scale(1.5);
}

a.go-back i {
    position: absolute;
    top: 40%;
    left: 40%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    padding: 0.5rem;
}

.success {
    border: 1px solid var(--success-light);
    background: rgba(32, 191, 85, 0.8);
    padding: 1em;
}

.error {
    border: 1px solid var(--error-light);
    background: rgba(178, 58, 72, 0.8);
    padding: 1em;
}


/*
/-------------------------------------------------------------------
/   Utilities
/-------------------------------------------------------------------
*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.no-scrollbar {
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.highlighted-span {
    color: var(--accent-color-1-dark) !important;
}

.hidden {
    opacity: 0;
    visibility: hidden;
    transition: none;
    height: 0;
}

.not-visible {
    visibility: hidden !important;
}

.no-display {
    display: none !important;
}

.space-below {
    margin-bottom: 1em !important;
}

.emphasize {
    font-size: 1.25em !important;
    font-weight: bold !important;
}


@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 1.1rem;
    }

    main {
        padding: 7.5rem 2rem 7rem 4rem;
    }

    .oversize-container {
        width: calc(100% + 4rem);
        margin-left: -4rem;
    }

    .space-after:after {
        width: 3rem;
    }

    .container-medium {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) {

    main.limited {
        max-width: 1500px;
        box-shadow: 2px 0 7px 3px var(--box-shadow);
        background-color: rgba(0, 0, 0, 0.05);
        -webkit-backdrop-filter: blur(3px);
                backdrop-filter: blur(3px);
    }

    a.link {
        font-size: 1rem;
    }
}

@font-face {
    font-family: 'Baloo Chettan 2';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/BalooChettan2-Regular.ttf?40ffade77eb3b64901f8cc0395f64ebd); /* For IE6-8 */
    src: local('Baloo Chettan 2'),
    local('BalooChettan2-Regular'),
    url(/fonts/BalooChettan2-Regular.ttf?40ffade77eb3b64901f8cc0395f64ebd) format('truetype')
}

@font-face {
    font-family: 'Baloo Chettan 2';
    font-style: normal;
    font-weight: 500;
    src: url(/fonts/BalooChettan2-Medium.ttf?c3056b53db6c6c4e15d98db260c6d92a); /* For IE6-8 */
    src: local('Baloo Chettan 2'),
    local('BalooChettan2-Regular'),
    url(/fonts/BalooChettan2-Medium.ttf?c3056b53db6c6c4e15d98db260c6d92a) format('truetype')
}

@font-face {
    font-family: 'Baloo Chettan 2';
    font-style: normal;
    font-weight: 600;
    src: url(/fonts/BalooChettan2-SemiBold.ttf?1fbfef7bb0aae2ab536f698274f76804); /* For IE6-8 */
    src: local('Baloo Chettan 2'),
    local('BalooChettan2-Regular'),
    url(/fonts/BalooChettan2-SemiBold.ttf?1fbfef7bb0aae2ab536f698274f76804) format('truetype')
}

@font-face {
    font-family: 'Baloo Chettan 2';
    font-style: normal;
    font-weight: 700;
    src: url(/fonts/BalooChettan2-Bold.ttf?b650d9c5a5fb9415d39b968e4189afc5); /* For IE6-8 */
    src: local('Baloo Chettan 2'),
    local('BalooChettan2-Regular'),
    url(/fonts/BalooChettan2-Bold.ttf?b650d9c5a5fb9415d39b968e4189afc5) format('truetype')
}

@font-face {
    font-family: 'Baloo Chettan 2';
    font-style: normal;
    font-weight: 800;
    src: url(/fonts/BalooChettan2-ExtraBold.ttf?10dc86f7a3e93a015393331f611abafe); /* For IE6-8 */
    src: local('Baloo Chettan 2'),
    local('BalooChettan2-Regular'),
    url(/fonts/BalooChettan2-ExtraBold.ttf?10dc86f7a3e93a015393331f611abafe) format('truetype')
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/MaterialIcons-Regular.eot?4674f8ded773cb03e824323bfc950537); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/fonts/MaterialIcons-Regular.woff2?cff684e59ffb052d72cb8d5e49471553) format('woff2'),
    url(/fonts/MaterialIcons-Regular.woff?83bebaf37c09c7e1c3ee52682892ae14) format('woff'),
    url(/fonts/MaterialIcons-Regular.ttf?5e7382c63da0098d634a356ff441614e) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga';
}

/*
/-------------------------------------------------------------------
/
/   Styles for: Accordion
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="accordion">
/     <div class="accordion-bar">
/       <div class="bar-header">
/         <i class="material-icons open-indicator">keyboard_arrow_down</i>
/         <h4 class="heading">Überschrift</h4>
/       </div>
/       <div class="bar-content">
/         Specific Content...
/       </div>
/     </div>
/   </div>
/
/
*/

.accordion-title {
    text-align: center;
    font-size: 2rem;
    border-bottom: 3px solid var(--theme-color-4);
    margin: 5rem auto 3rem;
    width: 20%;
    box-shadow: 0 15px 10px -10px var(--box-shadow);
}

.accordion {
    margin: 0 auto;
    width: 100%;
}

.accordion-bar {
    position: relative;
    margin: 0;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.2s ease;
}

.bar-header {
    position: relative;
    transition: 0.2s ease;
    background-color: var(--theme-color-1);
    overflow: hidden;
}

.bar-header:hover {
    background-color: var(--theme-color-3);
}

.open .bar-header {
    position: -webkit-sticky;
    position: sticky;
    top: 4em;
    left: 0;
    z-index: 5;
}

.bar-header:before,
.bar-header:after {
    content: '';
    position: absolute;
    width: 1em;
    height: 100%;
    top: 0;
    background-color: var(--accent-color-1-dark);
    transition: 0.2s ease;
    z-index: 0;
}

.accordion-bar:nth-of-type(even) .bar-header:before,
.accordion-bar:nth-of-type(even) .bar-header:after {
    transform: skew(5deg);
}

.accordion-bar:nth-of-type(odd) .bar-header:before,
.accordion-bar:nth-of-type(odd) .bar-header:after {
    transform: skew(-5deg);
}

.bar-header:hover:before,
.bar-header:hover:after {
    background-color: var(--accent-color-1-light);
}

.bar-header:before {
    left: -0.5em;
}

.bar-header:hover:before,
.open .bar-header:before {
    width: 4em;
}

.bar-header:after {
    right: -0.5em;
}

.bar-header:hover:after,
.open .bar-header:after {
    width: 2em;
}

.bar-header .open-indicator {
    position: absolute;
    font-size: 3em;
    color: var(--accent-color-1-dark);
    top: 50%;
    transform: translateY(-50%);
    left: 0.1em;
    transition: 0.2s ease;
}

.bar-header:hover .open-indicator {
    color: var(--theme-color-1);
    transform: translateY(-50%) scale(1.5);
}

.accordion-bar.open .open-indicator {
    color: var(--theme-color-1);
    transform: translateY(-50%) rotate(180deg);
}

.accordion-bar .heading {
    display: inline-block;
    width: auto;
    padding-left: 3em;
    padding-right: 1em;
    position: relative;
    z-index: 1;
}

.accordion-bar h3, .accordion-bar h4 {
    width: 80%;
    font-size: 1.2em;
    margin: 0 auto;
    padding: 0.75em 0;

}

.bar-content {
    text-align: center;
    position: relative;
    width: 100%;
    display: none;
    opacity: 0;
    height: 0;
    transition: height 0.5s ease 0s, border-color 0.2s ease 0s, border-width 0.2s ease 0.2s, opacity 0.2s ease 0.5s;
    overflow: hidden;
    background-color: rgba(157, 157, 157, 0.5);
    border: 0 solid rgba(25, 25, 25, 0.5);
    cursor: auto;
}

.darkmode .bar-content {
    background-color: rgba(25, 25, 25, 0.5);
}

.open .bar-content {
    transition: height 0.5s ease 0s, border-color 0.2s ease 0s, border-width 0.2s ease 0s, opacity 0.2s ease 0.5s;
    border-width: 1px;
    border-color: var(--accent-color-1-dark);
    opacity: 1;
}

.open .bar-header:hover ~ .bar-content {
    border-color: var(--accent-color-1-light);
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: (Vertical) Card
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <a class="card" href="#">
/     <div class="bg">
/       <p class="number">1</p>
/     </div>
/     <p class="bg-text">
/       Background-Text
/     </p>
/     <h3 class="district">
/       Text
/     </h3>
/   </a>
/
/
*/


.card {
    display: inline-block;
    border-radius: 15px;
    min-width: 12rem;
    width: 25%;
    max-width: 16rem;
    min-height: 18rem;
    height: 40vw;
    max-height: 22rem;
    background-color: var(--theme-color-3);
    transition: 0.5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 15px var(--box-shadow);
    margin: 0 2.5% 2rem 2.5%;
    text-decoration: none;
}

.card:before {
    content: '';
    position: absolute;
    display: block;
    top: 60%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--accent-color-1-dark);
    transform: skewY(15deg);
    transition: 0.5s ease;
    z-index: 1;
}

.card:hover {
    background-color: var(--theme-color-4);
    transform: scale(1.05);
    box-shadow: 3px 3px 25px var(--box-shadow);
}

.card:hover:before {
    top: 75%;
    transform: skewY(-20deg);
    background-color: var(--accent-color-1-light);
}

.card:after {
    content: attr(data-bg);
    position: absolute;
    top: 30%;
    left: -15%;
    margin: 0;
    font-size: 5rem;
    color: var(--theme-color-1);
    opacity: 0.2;
    text-align: center;
    font-weight: 900;
    z-index: 0;
    white-space: nowrap;
}

.card .bg {
    position: absolute;
    top: -5%;
    right: 5%;
    text-align: center;
    font-size: 10rem;
    background: url(/images/gradient-background_non-transparent.png?73a57a3f92047597e251b5a05d14c9d9);
    background-size: 25rem;
    background-position: 40% 50%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    z-index: 5;
    opacity: 0.4;
    transition: 0.5s ease;
    padding-left: 1rem;
}

.card .number {
    margin: 0;
    padding: 0;
    /*text-shadow: 1px 0 0 #F2F2F2, -1px 0 0 #F2F2F2, 0 1px 0 #F2F2F2, 0 -1px 0 #F2F2F2;*/
}

.card:hover .bg {
    transform: scale(1.5);
    top: -10%;
    right: -10%;
    opacity: 0.2;
}

.card .district {
    position: relative;
    text-align: center;
    margin: 0;
    color: var(--theme-color-2);
    font-size: 1.5rem;
    top: 75%;
    width: 100%;
    z-index: 10;
    transition: 0.5s ease;
}

.card:hover .district {
    color: var(--text-color);
    top: 45%;
    font-size: 2rem;
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {

    .card .bg {
        font-size: 10rem;
    }

    .card .bg-text {
        font-size: 7rem;
    }

    .card .district {
        font-size: 2rem;
    }

    .card:hover .district {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Carousel
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="carousel-container">
/     <div class="page-wrapper">
/       <div class="page">
/         <h3>Page-Heading</h3>
/         <a class="secondary-button">
/           <span class="text">
/             Link-Text
/           </span>
/         </a>
/       </div>
/       More pages...
/     </div
/   </div>
/
/
*/


.carousel-container {
    width: 100%;
    height: 18em;
    transition: 0.5s ease;
    z-index: 10;
    perspective: 1000px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    font-size: 1rem;
}

.carousel-container .page-wrapper {
    height: 100%;
    width: 13em;
    position: relative;
    top: 0;
    left: 0;
    transform-style: preserve-3d;
    transform: scale(0.65);
}

.carousel-container .page {
    position: absolute;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    padding: 1em;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px 3px var(--box-shadow);
    z-index: 2;
    background: radial-gradient(circle at 0% 100%, rgba(207, 207, 207, 1) 60%, rgba(61, 118, 225, 0.9));
    font-size: 1rem;
    opacity: 1;
    display: inline-block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
}

.darkmode .carousel-container .page {
    background: radial-gradient(circle at 0% 100%, rgba(48, 48, 48, 1) 60%, rgba(61, 118, 225, 0.9));
}

.carousel-container .page.inactive {
    color: var(--disabled-text-color);
    background: radial-gradient(circle at 0% 100%, rgba(150, 150, 150, 1) 85%, rgba(61, 118, 225, 0.9));
    opacity: 0.9;
}

.darkmode .carousel-container .page.inactive {
    background: radial-gradient(circle at 0% 100%, rgba(48, 48, 48, 1) 85%, rgba(61, 118, 225, 0.9));
}

.page h3 {
    margin-top: 40%;
    font-size: 1.5em;
    padding: 0.25em 0;
    border-top: 3px solid var(--theme-color-3);
    border-bottom: 3px solid var(--theme-color-3);
    box-shadow: 0 20px 20px -18px var(--box-shadow), 0 -20px 20px -18px var(--box-shadow);
    text-align: center;
    letter-spacing: 0.05em;
    font-weight: normal;
}

.carousel-container .secondary-button {
    position: absolute;
    bottom: 1em;
    left: 50%;
    font-size: 0.75em;
    width: 90%;
    transform: translateX(-50%);
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Context Menus
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <nav class="context-menu context-menu--active">
/     <ul class="context-menu-items">
/       <li class="context-menu__item">
/         <a class="context-menu__option">Do something</a>
/       </li>
/     </ul>
/   </nav>
/
/
*/

.context-menu {
  position: absolute;
  background-color: var(--theme-color-1);
  z-index: 100;
  border-radius: 3px;
  padding: 0.5em 0;
  border: 1px solid var(--theme-color-4);
  transition: opacity 0.2s ease;
  visibility: hidden;
  opacity: 0;
  font-size: 1em;
  width: 20em;
  box-shadow: 1px 3px 6px 1px var(--box-shadow);
}

.context-menu.context-menu--active {
  transition: 0.2s ease;
}

.context-menu.context-menu--active {
  visibility: visible;
  opacity: 1;
}

.context-menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.context-menu__item {
  display: block;
  margin-bottom: 0.2em;
}

.context-menu__option {
  display: block;
  padding: 0.25em 0.5em;
  transition: 0.2s ease;
  color: var(--accent-color-1-dark);
  font-size: 1.2em;
  cursor: pointer;
  background-color: var(--theme-color-2);
}

.context-menu__option:hover {
  background-color: var(--accent-color-1-light);
  color: var(--text-color);
}


@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Creator Button
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <a class="creator-button" href="#">?</a>
/
/
*/


.creator-button {
  font-size: 4rem;
  text-decoration: none;
  display: inline-block;
  border: 0.25em solid var(--theme-color-1);
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  font-weight: bold;
  position: relative;
  padding: 0;
  line-height: 1.5em;
  box-sizing: content-box;
  color: var(--theme-color-1);
  overflow: hidden;
  box-shadow: 0 0 10px 3px var(--box-shadow) inset, 0 0 10px 3px var(--box-shadow);
  text-shadow: 1px 1px 4px var(--text-shadow);
}

.creator-button:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background: var(--accent-color-1-light);
  z-index: -1;
  transition: 0.5s ease-out;
}

.creator-button:hover:before {
  height: 100%;
  transition: 0.75s cubic-bezier(0.4, 2, 0.7, -0.7);
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Detail Card
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="big-card">
/     <h1>Heading</h1>
/     <div class="info-container clearfix">
/       <div class="info">
/         <p class="name">Some name</p>
/         <p class="mail">example@mail.com</p>
/       </div>
/       <div class="image-container">
/         <img src="../src" alt="image" />
/       </div>
/     </div>
/     <h2>Sub-Heading</h2>
/   </div>
/
/
*/


.big-card {
    position: relative;
    min-height: 100%;
    padding: 3rem;
    background-color: var(--accent-color-1-dark);
    border-radius: 25px;
    box-shadow: 5px 5px 25px 10px var(--box-shadow);
    overflow: hidden;
    margin: 0 auto 2rem;
    max-width: 1000px;
}

.darkmode .big-card {
    background-color: var(--accent-color-1-light);
}

.big-card:before {
    content: '';
    position: absolute;
    width: 150%;
    height: 110%;
    top: -5%;
    left: -25%;
    border-radius: 50%;
    background: var(--theme-color-4);
    z-index: 0;
}

.big-card h1 {
    position: relative;
    margin: 0 0 3rem 0;
    font-size: 3rem;
    text-shadow: 2px 2px 10px var(--text-shadow);
    text-align: center;
    border-bottom: 3px solid var(--theme-color-5);
    box-shadow: 0 15px 15px -15px var(--box-shadow);
}

.big-card .info-container {
    height: auto;
    padding: 0 1rem;
    margin-bottom: 4rem;
}

.big-card .info {
    z-index: 1;
    position: relative;
    font-size: 1.5rem;
    vertical-align: middle;
    padding-bottom: 3rem;
}

.big-card .info p {
    text-align: center;
    margin: 0 0 1rem 0;
}

.big-card .info .club-name {
    color: var(--accent-color-1-dark);
    font-weight: bold;
    text-shadow: 2px 2px 3px var(--text-shadow);
    font-size: 2rem;
    border-bottom: 2px solid var(--theme-color-5);
    padding-bottom: 1rem;
}

.darkmode .big-card .info .club-name {
    color: var(--accent-color-1-light);
}

.big-card .info .club-mail {
    font-style: italic;
}

.big-card .image-container {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 15px 0 var(--box-shadow);
    padding: 0;
    max-width: 300px;
    width: 50%;
    min-width: 150px;
    margin: 0 auto;
}

.big-card .image-container img {
    top: 0;
    left: 0;
    position: relative;
    width: 100%;
    height: auto;
    transform: scale(1.1);
    transition: 0.2s ease;
}

.big-card h2 {
    position: relative;
    font-size: 2rem;
    text-shadow: 1px 1px 3px var(--text-shadow);
    border-bottom: 2px solid var(--theme-color-3);
    padding-bottom: 0.25rem;
    margin-top: 4rem;
    clear: both;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    .big-card h1 {
        font-size: 3.5rem;
    }

    .big-card .info-container {
        padding: 0 3rem;
    }

    .big-card .info {
        float: left;
        width: 50%;
        padding-top: 4rem;
        padding-bottom: 0;
        font-size: 2rem;
    }

    .big-card .info p {
        text-align: left;
        margin: 0 0 2rem 0;
        font-size: 1.5rem;
    }

    .big-card .info .club-name {
        padding-bottom: 0.25rem;
        font-size: 2rem;
    }

    .big-card .image-container {
        float: right;
        margin: 0;
        width: 35%;
    }

    .big-card .vertical-card {
        width: 47%;
        display: inline-block;
    }

    .big-card .vertical-card:nth-child(even) {
        margin-right: 5%;
    }

    .big-card .vertical-card:last-child {
        margin-right: 0;
        display: block;
        width: 100%;
    }

}

@media only screen and (min-width: 1200px) {

}

/*****************************************************************
           FIGHT-TREES for KO-System, Doppel-KO-System
 ****************************************************************/

.tree {
    display: inline-block;
    padding-top: 2rem;
}

.tree .column {
    float: left;
    position: relative;
    width: 15em;
    margin-left: 1em;
}

.tree .column:nth-child(1) .fight {
    height: 2em;
    margin-bottom: 2em;
}

.tree .column:nth-child(2) {
    padding-top: 1em;
}

.tree .column:nth-child(2) .fight {
    height: 4em;
    margin-bottom: 4em;
}

.tree .column:nth-child(3) {
    padding-top: 2em;
}

.tree .column:nth-child(3) .fight {
    height: 8em;
    margin-bottom: 8em;
}

.tree .column:nth-child(4) {
    padding-top: 6em;
}

.tree .column:nth-child(4) .fight {
    height: 16em;
    margin-bottom: 16em;
}

.tree .column:nth-child(5) {
    padding-top: 14em;
}

.tree .column:nth-child(5) .fight {
    height: 32em;
    margin-bottom: 32em;
}

.tree .column:nth-child(6) {
    padding-top: 30em;
}

.tree .column:nth-child(6) .fight {
    height: 64em;
    margin-bottom: 64em;
}

.tree .column:nth-child(7) {
    padding-top: 62em;
}

.tree .column:nth-child(7) .fight {
    height: 128em;
    margin-bottom: 128em;
}

.tree .column:nth-child(8) {
    padding-top: 126em;
}

.tree .column:nth-child(8) .fight {
    height: 256em;
    margin-bottom: 256em;
}

.tree .fight {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 10em;
    border-right: 0.1em solid var(--text-color);
}

.tree .fight:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 1em;
    height: 0.1em;
    background-color: var(--text-color);
}

.tree .fight.winner {
    height: 2.5em;
    border-right: none;
    margin-top: -1.25em;
}

.tree .fight.winner:after {
    display: none;
}

.tree .fighter {
    position: absolute;
    display: inline-block;
    width: 95%;
    left: 0;
    font-size: 1em;
    padding: 0.25em 0.5em 0.1em 0.75em;
    border-bottom: 0.1em dashed var(--theme-color-5);
    transition: 0.2s ease;
    white-space: nowrap;
    text-align: left;
}

.tree .fighter:hover {
    font-size: 1.3em;
}

.tree .fighter.loser {
    text-decoration: line-through;
    color: var(--disabled-text-color);
}

.tree .fighter.winner {
    color: gold;
}

.tree .fighter:after {
    content: '';
    position: absolute;
    top: 50%;
    right: calc(-5% - 0.1em);
    transform: translateY(-50%);
    width: 5%;
    height: 0.1em;
    background-color: var(--text-color);
}

.tree .fight .fighter:nth-of-type(1) {
    top: -0.75em;
}

.tree .fight .fighter:nth-of-type(2) {
    bottom: -0.8em;
}

.tree .fight.winner .fighter:nth-child(1) {
    border-color: gold;
    color: gold;
    font-weight: bold;
    font-size: 1.5em;
    top: 0;
}

.tree .fight.winner .fighter:after {
    display: none;
}

.tree .fight:before {
    content: attr(data-fight-number);
    font-size: 1.5em;
    font-weight: bold;
    text-shadow: 3px 3px 8px var(--text-shadow);
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
}

.fighter.dragging {
    background-color: var(--theme-color-3);
    position: absolute;
    z-index: 100000;
    transition: none;
}

/*****************************************************************
            Tafeln
 ****************************************************************/

.tafeln {
    margin: 2em 0;
    font-size: 1em;
}

table, th, td {
    border-collapse: collapse;
}

.tafeln table {
    border: 1px solid var(--theme-color-5);
    background: linear-gradient(45deg, rgba(229, 229, 229, 0.5) 15%, rgba(61, 118, 225, 0.5) 125%);
}

.darkmode .tafeln table {
    background: linear-gradient(45deg, rgba(25, 25, 25, 0.5) 15%, rgba(61, 118, 225, 0.5) 125%);
}

.tafeln thead {
    border-bottom: 3px solid var(--theme-color-5);
}

.tafeln th {
    font-size: 1.5em;
    padding: 0.25em 1em 0.25em 0.25em;
    border: 1px solid var(--theme-color-5);
    font-style: italic;
}

.tafeln td {
    font-size: 1.5em;
    padding: 0.25em 1em 0.25em 0.25em;
    border: 1px solid var(--theme-color-5);
}

.tafeln .points {
    min-width: 5em;
    padding: 0.25em 0;
    text-align: center;
}

.tafeln td.points {
    padding: 0;
    border: 1px solid var(--theme-color-5);
    transition: 0.2s ease;
}

.tafeln td.points:hover {
    background-color: rgba(23, 23, 23, 0.8);
}

.tafeln td.points input {
    display: inline-block;
    width: 5em;
    height: 100%;
    padding: 0.25em 0.25em;
    background-color: transparent;
    color: var(--text-color);
    text-align: center;
    border: 1px solid transparent;
}

.tafeln td.points input:focus {
    border: 1px solid white;
    box-shadow: 0 0 5px 0 white inset;
}

.tafeln th:nth-child(8) {
    border-right: 3px solid var(--theme-color-5);
}

.tafeln td:nth-child(8) {
    border-right: 3px dashed var(--theme-color-5);
}

.tafeln th:nth-child(9) {
    border-right: 3px solid var(--theme-color-5);
}

.tafeln td:nth-child(9) {
    border-right: 3px solid var(--theme-color-5);
}



/*****************************************************************
            DOG EAT DOG
 ****************************************************************/

.dog-eat-dog {
    padding: 2em;
    font-size: 1em;
    position: relative;
}

.dog-eat-dog table {
    border: 1px solid var(--theme-color-5);
    background: linear-gradient(45deg, rgba(23, 23, 23, 0.5) 15%, rgba(61, 118, 225, 0.5) 125%);
    float: left;
}

.dog-eat-dog thead {
    border-bottom: 3px solid var(--theme-color-5);
}

.dog-eat-dog th {
    font-size: 1.5em;
    padding: 0.25em 1em 0.25em 0.25em;
    border: 1px solid var(--theme-color-5);
    font-style: italic;
}

.dog-eat-dog td {
    font-size: 1.5em;
    padding: 0.25em 1em 0.25em 0.25em;
    border: 1px solid var(--theme-color-5);
}

.dog-eat-dog .points {
    min-width: 5em;
    padding: 0.25em 0;
    text-align: center;
}

.dog-eat-dog td.points {
    padding: 0;
    border: 1px solid var(--theme-color-5);
    transition: 0.2s ease;
}

.dog-eat-dog td.points:hover {
    background-color: rgba(23, 23, 23, 0.8);
}

.dog-eat-dog td.points input {
    display: inline-block;
    width: 7.5em;
    height: 100%;
    padding: 0.25em 0.25em;
    background-color: transparent;
    color: var(--text-color);
    text-align: center;
    border: 1px solid transparent;
}

.dog-eat-dog td.points input:focus {
    border: 1px solid var(--text-color);
    box-shadow: 0px 0px 5px 0 var(--text-color) inset;
}

.dog-eat-dog .fight-order {
    font-size: 1em;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.dog-eat-dog .fight {
    margin-bottom: 1em;
    position: relative;
    transition: 0.2s ease;
    padding-top: 2em;
}

.dog-eat-dog .fight:hover {
    background: rgba(23, 23, 23, 0.75);
}

.dog-eat-dog .fighter {
    border-bottom: 2px dashed var(--theme-color-5);
    color: var(--text-color);
    padding: 0 0.5em 0.1em 0.5em;
    width: 45%;
    display: inline-block;
    transition: 0.2s ease;
}

.dog-eat-dog .fight:hover .fighter {
    border-color: var(--text-color);
}

.dog-eat-dog .fighter:first-child {
    text-align: right;
    margin-right: 1em;
}

.dog-eat-dog .fighter:last-child {
    text-align: left;
}

.dog-eat-dog .number {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0.25em;
    font-weight: bold;
    font-style: italic;
    border-radius: 50%;
    background-color: rgba(61, 118, 225, 0.5);
    text-align: center;
    width: 1.75em;
    height: 1.75em;
    line-height: 1.75;
    transition: 0.2s ease;
}

.dog-eat-dog .fight:hover .number {
    background-color: var(--accent-color-1-light);
}

.dog-eat-dog .number:after {
    content: ':';
    position: absolute;
    top: 1.5em;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 900;
    font-style: normal;
}

.fight.dragging {
    background-color: var(--theme-color-3);
    position: absolute;
    z-index: 100000;
    transition: none;
}

/*****************************************************************
            WINNERS
 ****************************************************************/

.winners {
    width: 20em;
    font-size: 1em;
    margin-left: 2.5em;
}

.winners > span {
    font-size: 1.5em;
    display: inline-block;
    width: 100%;
    padding-left: 0.5em;
    padding-bottom: 0.15em;
    border-bottom: 2px dashed var(--text-color);
    margin: 0.5em 0;
    position: relative;
}

.winners > span:before {
    position: absolute;
    left: -1.5em;
    top: 0;
}

.winners .first {
    color: gold;
    border-color: gold;
}

.winners .first:before {
    content: '1.';
}

.winners .second {
    color: silver;
    border-color: silver;
}

.winners .second:before {
    content: '2.';
}

.winners .third {
    color: #CD7F32;
    border-color: #CD7F32;
}

.winners .third:before {
    content: '3.';
}

.winners .origin {
    position: absolute;
    color: var(--theme-color-5);
    font-size: 0.75em;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 0.5em);
    width: 13em;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Footer
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <footer>
/   </footer>
/
/
*/

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(var(--theme-color-2), var(--theme-color-1));
    text-align: center;
    padding: 1.5rem 0;
    box-shadow: 0 -5px 10px var(--box-shadow);
}

.footer-divider {
    margin: 0 0.25rem;
}


@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    footer a.link,
    .footer-divider {
        font-size: 1.25rem;
    }
}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Header
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <header class="header">
/     <a href="#" class="menu"><i class="material-icons">menu</i></a>
/     <p>Site Name</p>
/     <a href="#" class="profile"><i class="material-icons">person</i></a>
/     <div class="user-profile">
/       <div class="user-wrapper">
/         <div class="pic-container">
/           <img src="../src" alt="profile pic" />
/         </div>
/         <p class="username">User Name</p>
/         <a class="secondary-button settings" href="#">
/           <span class="text">
/             Settings
/           </span>
/         </a>
/         <a class="secondary-button logout" href="#">
/           <span class="text">
/             Log out
/           </span>
/         </a>
/       </div>
/     </div>
/   </header>
/
/
*/


header {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    transition: 0.5s ease;
    text-align: center;
    z-index: 1000;
}

header:before {
    content: '';
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 150%;
    background-color: var(--theme-color-5);
    z-index: -1;
    border-radius: 0 0 50% 50%/0 0 75% 75%;
    box-shadow: 0 0 10px 3px var(--box-shadow);
    opacity: 0.95;
}

.darkmode header:before {
    background-color: var(--theme-color-1-dark);
}

header a.logo {
    display: block;
    position: relative;
    background-image: url("/images/SVToraLogo.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 45px;
    transition: 0.5s ease;
    margin: 0.25rem 0;
}

header .header-button {
    display: block;
    position: absolute;
    border-radius: 10%;
    width: 5rem;
    height: 5rem;
    background-color: var(--theme-color-5);
    text-align: center;
    top: -0.5rem;
    box-shadow: 0 0 10px 3px var(--box-shadow);
    transition: 0.5s ease;
    cursor: pointer;
    z-index: 2;
    text-decoration: none;
}

.darkmode header .header-button {
    background-color: var(--theme-color-1-dark);
}

header .header-button:hover,
header .header-button:focus {
    background-color: var(--accent-color-1-light);

}

header .menu {
    left: 0;
    transform: rotate(-5deg);
}

header .profile {
    right: 0;
    transform: rotate(5deg);
}

.header .header-button i {
    font-size: 2rem;
    line-height: 3;
    color: var(--accent-color-1-light);
    transition: 0.2s ease;
}

.darkmode .header .header-button i {
    color: var(--accent-color-1-dark);
}

.header .header-button:hover i,
.header .header-button:focus i {
    color: white;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    header:hover,
    header.open-menu {
        transform: translateY(15%);
        padding-top: 0;
    }

    header a.logo {
        height: 65px;
        margin: 0.5rem 0;
    }

    header:hover a.logo,
    header.open-menu a.logo {
        height: 80px;
    }

    header .header-button {
        width: 6rem;
        height: 6rem;
        top: -2rem;
    }

    header .menu {
        left: -1rem;
        transform: rotate(-30deg);
    }

    header:hover .menu,
    header.open-menu .menu {
        left: -0.5rem;
        transform: rotate(-5deg);
    }

    header .profile {
        right: -1rem;
        transform: rotate(30deg);
    }

    header:hover .profile,
    header.open-menu .profile {
        right: -0.5rem;
        transform: rotate(5deg);
    }

    .header .header-button i {
        line-height: 3.5;
    }
}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Horizontal Cards
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <a data-bg="background text" class="vertical-card" href="#">
/     <h3 class="district">
/       Text
/     </h3>
/     <span class="count">
/       7
/     </span>
/   </a>
/
/
*/


.horizontal-card {
    display: block;
    border-radius: 15px;
    width: 100%;
    height: 5rem;
    background-color: var(--theme-color-3);
    transition: 0.5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 3px 3px 15px var(--box-shadow);
    margin-bottom: 2rem;
    text-decoration: none;
    font-size: 0.75rem;
}

.horizontal-card:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: -50%;
    width: 200%;
    height: 15rem;
    transform: translateY(20%) rotate(-20deg);
    transform-origin: 50% -100%;
    background-color: var(--accent-color-1-dark);
    transition: 0.5s ease;
    z-index: 1;
    margin-bottom: 2rem;
}

.horizontal-card:hover {
    background-color: var(--theme-color-4);
    transform: scale(1.05);
    box-shadow: 3px 3px 25px var(--box-shadow);
}

.horizontal-card:hover:before {
    transform: translateY(20%) rotate(20deg);
    background-color: var(--accent-color-1-light);
}

.horizontal-card:after {
    content: attr(data-bg);
    position: absolute;
    bottom: -0.1em;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    font-size: 5em;
    color: black;
    opacity: 0.1;
    text-align: center;
    font-weight: 900;
    z-index: 0;
    text-shadow: 2px 2px 4px var(--text-shadow);
    white-space: nowrap;
}

.horizontal-card .district {
    position: absolute;
    text-align: center;
    display: inline-block;
    margin: 0;
    color: var(--theme-color-1);
    font-size: 3em;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 10;
    transition: 0.5s ease;
    text-shadow: 1px 1px 2px var(--text-shadow);
}

.horizontal-card:hover .district {
    color: var(--text-color);
    font-size: 3.5em;
    text-shadow: 1px 1px 4px var(--text-shadow);
}

.horizontal-card .count {
    position: absolute;
    font-size: 5em;
    font-weight: bold;
    color: var(--theme-color-1);
    z-index: 3;
    top: 70%;
    transform: translateY(-50%);
    right: 2%;
    transition: 0.5s ease;

}

.horizontal-card:hover .count {
    color: var(--accent-color-1-light);
    top: 50%;
    right: 7.5%;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Info(rmation) Card
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/
/
/
*/


.info-card {
    display: inline-block;
    width: 12em;
    height: 16em;
    top: 0;
    left: 0;
    margin-right: 1em;
    text-align: center;
    transition: 0.2s ease;
    border-radius: 5px;
    position: relative;
    margin-bottom: 1.5em;
    color: var(--text-color);
    transform-style: preserve-3d;
    box-shadow: 2px 2px 10px 3px var(--box-shadow);
    vertical-align: top;
    font-size: 1rem;
    background-color: var(--accent-color-1-dark);
    overflow: hidden;
}

.info-card:before {
    content: '';
    position: absolute;
    width: 33rem;
    height: 24rem;
    border-radius: 50%;
    background: var(--theme-color-3);
    top: -75%;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.5s ease;
}

.info-card:hover {
    background: var(--accent-color-1-light);
    z-index: 100;
}

.info-card:hover:before {
    top: -2em;
    transform: translateX(-50%);
    width: 15em;
    height: 20em;
    background: var(--theme-color-4);
}

.info-card .image-container {
    border-radius: 50%;
    width: 50%;
    max-width: 7em;
    margin: 10% auto 75%;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 5px 0 var(--box-shadow);
    padding: 0;
    transition: 0.2s ease;
    transform: translateZ(0px);
    transform-style: preserve-3d;
}

.info-card:hover .image-container {
    transform: translateZ(20px);
}

.info-card .image-container img {
    width: 100%;
    height: auto;
    transition: 0.2s ease;
    transform: scale(1.05);
    vertical-align: bottom;
}

.info-card:hover img {
    transform: scale(1.3);
    transition: 3s ease;
}

.info-card p {
    position: absolute;
    width: 100%;
    font-size: 1rem;
    transition: 0.4s ease;
    text-shadow: 0 0 5px var(--text-shadow);
    transform: translateZ(0px);
    transform-style: preserve-3d;
}

.info-card:hover p {
    transform: translateZ(40px);
    text-shadow: 0 0 15px var(--text-shadow);
}

.info-card p:first-of-type {
    font-weight: bold;
    bottom: 5%;
    transition-delay: 0.2s;
}

.info-card:hover p:first-of-type {
    bottom: 25%;
    transition-delay: unset;
}

.info-card p:last-of-type {
    bottom: 0;
    opacity: 0;
    transition-delay: unset;
}

.info-card:hover p:last-of-type {
    bottom: 12%;
    opacity: 1;
    transition-delay: 0.2s;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

.legal h3 {
    margin: 0 0 0.5rem;
}

.legal p {
    margin: 0 0 2rem;
}

.legal .main-logo {
    height: auto;
    width: 50%;
    max-width: 8rem;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Loader
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="loader-container">
/     <div class="loader">
/       <div class="fighter">
/         <img/>
/       </div>
/     </div>
/   </div>
/
/
*/


.loader-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 100000;
}

.darkmode .loader-container {
  background-color: rgba(0, 0, 0, 0.5);
}

.small-loader-container {
  position: absolute;
}

.loader {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg)  scale(1);
  background-image: url("/images/loader.svg");
  background-size: 200px;
  background-repeat: no-repeat;
  background-color: rgba(232, 232, 232, 0.5);
  box-shadow: 3px 3px 15px 3px var(--box-shadow);
}

.darkmode .loader {
  background-color: rgba(25, 25, 25, 0.5);
}

.loader-container .fighter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
  width: 75px;
  height: auto;
  z-index: 10;
  -webkit-animation: grow 1s ease 0s infinite alternate;
          animation: grow 1s ease 0s infinite alternate;
}

@-webkit-keyframes grow {
  from {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
  }

  to {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.3);
  }
}

@keyframes grow {
  from {
    transform: translate(-50%, -50%) rotate(-45deg) scale(0.8);
  }

  to {
    transform: translate(-50%, -50%) rotate(-45deg) scale(1.3);
  }
}

.loader-container .fighter img {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

.form-error {
    padding: 0.75rem;
    background-color: rgba(178, 58, 72, 0.8);
    border: 1px solid var(--error-light);
}

.form-container,
.login-container,
.registration-container {
    background: radial-gradient(circle at 100% 100%, var(--theme-color-3) 65%, var(--accent-color-1-dark));
    position: relative;
    min-width: 22rem;
    width: 50%;
    max-width: 50rem;
    border-radius: 10px;
    box-shadow: 0 5px 15px 2px var(--box-shadow);
    padding: 1rem 1.5rem 3rem;
    overflow: hidden;
    border: 10px solid rgba(0, 0, 0, 0.3);
    z-index: 5;
    transition: 0.5s ease;
}

.registration-container {
    background: radial-gradient(circle at 0% 100%, var(--theme-color-3) 65%, var(--accent-color-1-dark));
}

.login-container:before {
    content: '';
    position: absolute;
    top: -70%;
    left: 70%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    transition: 0.5s ease;
}

.registration-container:before {
    content: '';
    position: absolute;
    top: 70%;
    left: -70%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    transition: 0.5s ease;
}

.darkmode .login-container:before,
.darkmode .registration-container:before {
    background-color: rgba(25, 25, 25, 0.25);
}

.login-container:hover:before,
.registration-container:hover:before {
    transform: scale(1.25);
}

.form-container h2,
.login-container h2,
.registration-container h2 {
    font-size: 2.5rem;
    margin: 0.5rem 0 3rem;
    text-shadow: 2px 2px 8px var(--text-shadow);
}

.form-container .input-container,
.login-container .input-container,
.registration-container .input-container {
    margin-bottom: 2rem;
}

.login-container .input-container:last-of-type {
    margin-bottom: 1rem;
}

.login-container a {
    display: inline-block;
    font-size: 1.25rem;
    margin-top: -1rem;
}

.form-container .secondary-button,
.login-container .secondary-button,
.registration-container .secondary-button {
    font-size: 0.8em;
    height: auto;
    float: right;
    width: auto;
    margin-top: 3rem;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    .login-container,
    .registration-container {
        padding: 1rem 3rem 3rem;
    }
}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Map
/
/-------------------------------------------------------------------
/
/ Generic Markup
/
/
/
*/

.map-container {
    width: 100vw;
    height: 100vh;
    overflow: scroll;
}

.map {
    font-size: 1rem; /* ADJUST SIZE */
    min-width: 150rem;
    height: auto;
    padding: 12rem 10rem;
    cursor: -webkit-grab;
    cursor: grab;
}

.map.shifting {
    cursor: -webkit-grabbing;
    cursor: grabbing;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.primary-button-floating-container.map-controls {
    top: auto;
    left: auto;
    bottom: 2em;
    right: 2em;
    font-size: 0.6rem;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

h3.input-heading {
    margin-bottom: 0.25em;
}


/*
    ERROR MESSAGE (Applies to almost all input-containers
 */

span.input-error {
    position: absolute;
    left: 0;
    top: 100%;
    border: 2px solid var(--error-light);
    border-top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    border-radius: 5px;
    padding: 0.5em;
    z-index: 100;
    text-align: left;
}

.darkmode span.input-error {
    background-color: rgba(25, 25, 25, 0.9);
}

span.input-error i {
    font-size: 2em;
    color: var(--error-dark);
    vertical-align: middle;
    margin: 0 0.25em 0.1em 0;
}

span.input-error .message {
    vertical-align: middle;
    font-size: 1.25em;
    line-height: 1.75;
}

/*
    SWITCH (CHECKBOX)

    <label for="switch" class="switch-container">
        <input type="checkbox" id="switch" name="switch" checked="">
        <span class="switch"></span>
        <span class="text">Switch</span>
    </label>

 */

.switch-container {
    position: relative;
    display: inline-block;
    font-size: 0.9rem; /* Adjust size */
}

.switch-container input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.switch-container .switch {
    position: relative;
    cursor: pointer;
    display: block;
    width: 4em;
    height: 2em;
    background-color: var(--theme-color-5);
    transition: .4s;
    border-radius: 2em;
}

.switch-container .switch:before {
    position: absolute;
    content: "";
    height: 1.5em;
    width: 1.5em;
    left: 0.25em;
    top: 0.25em;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch-container input:checked + .switch {
    background-color: var(--accent-color-1-dark);
}

.switch-container:hover .switch,
.switch-container:hover input:checked + .switch {
    background-color: var(--accent-color-1-light);
    box-shadow: 0 0 5px 0 var(--box-shadow);
}

.switch-container input:checked + .switch:before {
    transform: translateX(2em);
}

.switch-container .text {
    font-size: 1.5em;
    top: 0.1em;
    cursor: pointer;
}

/*
    TEXT-INPUT

    <span class="text-input-container">
        <label class="icon" for="input"><i class="material-icons">person</i></label>
        <input class="text-input" type="text" id="input" name="input"/>
        <label class="text" for="input">Placeholder</label>
        <span class="underline"></span>
    </span>

 */

input {
    cursor: text;
}

.text-input-container,
.date-input-container,
.time-input-container {
    box-sizing: content-box;
    position: relative;
    display: block;
    height: 2.5em;
    font-size: 0.9rem; /* adjust size */
    margin-top: 1.5em;
    cursor: text;
}

.text-input-container.disabled input,
.date-input-container.disabled input,
.time-input-container.disabled input {
    cursor: not-allowed;
    color: var(--disabled-text-color);
}

input.text-input,
input.date-input,
input.time-input {
    font-family: "Baloo Chettan 2", sans-serif;
    font-size: 1.5em; /* Adjust size */
    width: 100%;
    background-color: transparent;
    border: none;
    padding: 0.1em 0 0 1.5em;
    -webkit-appearance: none;
    outline: none;
    box-shadow: none;
    color: var(--text-color);
    white-space: nowrap;
    overflow: hidden;
}

.text-input-container .underline,
.date-input-container .underline,
.time-input-container .underline {
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--accent-color-1-dark);
    transition: 0.2s linear;
}

.text-input-container:hover .underline,
.date-input-container:hover .underline,
.time-input-container:hover .underline {
    background-color: var(--accent-color-1-light);
}

.text-input-container input:focus ~ .underline,
.text-input-container input.filled ~ .underline,
.date-input-container input:focus ~ .underline,
.date-input-container input.filled ~ .underline,
.time-input-container input:focus ~ .underline,
.time-input-container input.filled ~ .underline {
    height: 3px;
    background-color: var(--accent-color-1-light);
}

.text-input-container.incorrect .underline,
.text-input-container.incorrect input:focus ~ .underline,
.text-input-container.incorrect input.filled ~ .underline {
    background-color: var(--accent-color-2-dark);
}

.text-input-container label.icon,
.date-input-container label.icon,
.time-input-container label.icon {
    position: absolute;
    top: 0.25em;
    left: 0;
    color: var(--text-color);
    cursor: text;
    transition: color 0.2s ease;
}

.text-input-container.password label.icon {
    cursor: pointer;
}

.text-input-container label.icon i,
.date-input-container label.icon i,
.time-input-container label.icon i {
    font-size: 1.75em;
}

.text-input-container.incorrect label.icon i {
    color: var(--accent-color-2-dark);
}

.text-input-container label.text,
.date-input-container label.text,
.time-input-container label.text {
    position: absolute;
    font-size: 1.5em;
    top: 0.25em;
    left: 1.5em;
    color: var(--text-color);
    opacity: 0.6;
    font-style: italic;
    transition: 0.5s ease, color 0.2s ease;
    cursor: text;
    white-space: nowrap;
    overflow: hidden;
    padding-right: 0.25em;
}

.darkmode .text-input-container label.text,
.darkmode .date-input-container label.text,
.darkmode .time-input-container label.text {
    opacity: 0.4;
}

.text-input-container:hover label.icon,
.text-input-container:hover label.text,
.date-input-container:hover label.icon,
.date-input-container:hover label.text,
.time-input-container:hover label.icon,
.time-input-container:hover label.text {
    color: var(--accent-color-1-light);
}

.text-input-container input:focus ~ label.text,
.text-input-container input.filled ~ label.text,
.date-input-container input:focus ~ label.text,
.date-input-container input.filled ~ label.text,
.time-input-container input:focus ~ label.text,
.time-input-container input.filled ~ label.text {
    top: -1em;
    left: 2em;
    font-size: 1em;
    opacity: 0.8;
}

/*
    CHECKBOX

    <label class="checkbox-input-container">
        Inhalt
        <input type="checkbox" value="value" />
        <span class="checkmark"></span>
    </label>

 */

.checkbox-group {
    position: relative;
}

.checkbox-input-container {
    display: inline-block;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 1rem; /* Adjust size */
    margin: 0.25em 1em 0.25em 0;
}

.checkbox-input-container.disabled {
    cursor: auto;
    color: var(--disabled-text-color);
}

.checkbox-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-input-container .checkmark {
    border-radius: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    height: 1em;
    width: 1em;
    border: 0.15em solid var(--accent-color-1-dark);
    transition: 0.2s ease;
}

.checkbox-input-container.disabled .checkmark {
    border-color: var(--disabled-dark);
}

.checkbox-input-container input:checked ~ .checkmark {
    border-color: var(--accent-color-1-dark);
    background-color: var(--accent-color-1-dark);
}

.checkbox-input-container.disabled input:checked ~ .checkmark {
    border-color: var(--disabled-dark);
    background-color: var(--disabled-dark);
}

.checkbox-input-container:hover input ~ .checkmark {
    border-color: var(--accent-color-1-light);
    background-color: var(--accent-color-1-light);
}

.checkbox-input-container.disabled:hover input ~ .checkmark {
    border-color: var(--disabled-dark);
    background-color: transparent;
}

.checkbox-input-container.disabled:hover input:checked ~ .checkmark {
    border-color: var(--disabled-dark);
    background-color: var(--disabled-dark);
}

.checkbox-input-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 50%;
    top: 40%;
    width: 25%;
    height: 50%;
    border: solid var(--theme-color-2); /* color of background to mock transparent checkmark */
    border-width: 0 0.15em 0.15em 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.checkbox-input-container input:checked ~ .checkmark:after,
.checkbox-input-container:hover input ~ .checkmark:after,
.checkbox-input-container.disabled:hover input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-input-container.disabled:hover input ~ .checkmark:after {
    display: none;
}

/*
    RADIO-BUTTON

    <label class="radio-input-container">
        Inhalt
        <input type="radio" name="name" value="value" />
        <span class="checkmark"></span>
    </label>

 */

.radio-group {
    position: relative;
}

.radio-input-container {
    display: inline-block;
    position: relative;
    padding-left: 2em;
    cursor: pointer;
    font-size: 1rem; /* Adjust size */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0.25em 1em 0.25em 0;
}

.radio-input-container.disabled {
    cursor: auto;
    color: var(--disabled-text-color);
}

.radio-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.radio-input-container .checkmark {
    position: absolute;
    top: 5%;
    left: 0;
    height: 1em;
    width: 1em;
    border: 0.15em solid var(--accent-color-1-dark);
    border-radius: 50%;
}

.radio-input-container.disabled .checkmark {
    border-color: var(--disabled-dark);
}

.radio-input-container input:checked ~ .checkmark {
    border-color: var(--accent-color-1-dark);
}

.radio-input-container.disabled input:checked ~ .checkmark {
    border-color: var(--disabled-dark);
}

.radio-input-container:hover input ~ .checkmark {
    border-color: var(--accent-color-1-light);
}
.radio-input-container.disabled:hover input ~ .checkmark {
    border-color: var(--disabled-dark);
}

.radio-input-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-color: var(--accent-color-1-dark);
}

.radio-input-container input:checked ~ .checkmark:after {
    display: block;
}

.radio-input-container.disabled input:checked ~ .checkmark:after {
    background-color: var(--disabled-dark);
}

.radio-input-container:hover input ~ .checkmark:after {
    background-color: var(--accent-color-1-light);
}

.radio-input-container.disabled:hover input ~ .checkmark:after {
    display: none;
}

.radio-input-container.disabled:hover input:checked ~ .checkmark:after {
    display: block;
}

/*
    SELECT

    <div class="select-input-container">
        <label class="icon"><i class="material-icons">list</i></label>
        <span class="select-input chosen placeholder">Platzhalter</span>
        <i class="material-icons">expand_more</i>
        <div class="options">
            <div class="option">1</div>
            <div class="option">2</div>
            <div class="option">3</div>
            <div class="option">4</div>
            <div class="option">5</div>
            <div class="option">6</div>
        </div>
    </div>

 */

.select-input-container {
    box-sizing: content-box;
    position: relative;
    display: block;
    font-size: 1rem; /* adjust size */
    cursor: pointer;
    border: 1px solid var(--accent-color-1-dark);
    padding: 0 0.75em;
    transition: 0.2s ease;
    line-height: 1.15;
}

.select-input-container:not(.open):hover {
    border-color: var(--accent-color-1-light);
}

.select-input-container.open {
    background-color: var(--accent-color-1-dark);
}

.select-input-container.disabled {
    cursor: not-allowed;
    border-color: var(--disabled-dark) !important;
}

.select-input-container.error {
    border-color: var(--accent-color-2-dark);
}

.select-input-container label.icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1em;
    color: var(--text-color);
}

.select-input-container:not(.open):hover > i,
.select-input-container:not(.open):hover .select-input {
    color: var(--accent-color-1-light);
}

.select-input-container.disabled i,
.select-input-container.disabled:hover i,
.select-input-container.disabled:hover .select-input {
    color: var(--disabled-dark);
    cursor: not-allowed;
}

.select-input-container label.icon i {
    font-size: 1.75em;
    transition: 0.2s ease;
    vertical-align: middle;
}

.select-input-container > i {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    right: 1em;
    transition: 0.2s ease;
}

.select-input-container.open > i {
    transform: translateY(-50%) rotate(180deg);
}

.select-input-container .select-input {
    display: block;
    font-size: 1.25em;
    width: calc(100% - 2em);
    background-color: transparent;
    border: none;
    padding: 0.5em 0 0.5em 2em;
    -webkit-appearance: none;
    outline: none;
    color: var(--text-color);
    transition: 0.2s ease;
    overflow-x: hidden;
    white-space: nowrap;
    font-weight: bold;
}

.disabled .select-input {
    color: var(--disabled-text-color);
}

.select-input-container .options {
    width: calc(100% + 1px);
    position: absolute;
    top: 100%;
    right: 0;
    height: auto;
    max-height: calc(4 * 2.15em);
    overflow-y: auto;
    transition: 0.5s ease;
    opacity: 0;
    visibility: hidden;
}

.select-input-container .options.show {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
}

.select-input-container .option {
    font-size: 1em;
    padding: 0.5em 0.5em 0.5em 1em;
    border: 0;
    transition: 0.2s ease;
    background: var(--accent-color-1-dark);
    word-wrap: break-word;
}

.select-input-container .option:hover {
    background-color: var(--accent-color-1-light);
}

/*
    DATEPICKER

    <div class="date-input-container">
        <label class="icon" for="date"><i class="material-icons">today</i></label>
        <input class="date-input" type="text" id="date" name="date" />
        <label class="text" for="input">Placeholder</label>
        <span class="underline"></span>
    </div>

 */

.date-input-container {
    font-size: 0.9rem; /* adjust size */
}

.datepicker-container {
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    z-index: 10000000;
    transition: 0.5s ease;
    font-size: 1rem; /* Adjust size */
}

.darkmode .datepicker-container {
    background-color: rgba(25, 25, 25, 0.5);
}

.datepicker-container.show {
    transform: scale(1);
    display: block;
}

.datepicker {
    position: absolute;
    width: 22rem;
    cursor: auto;
    font-size: 1em;
    box-shadow: 1px 2px 4px 1px var(--box-shadow), 1px 2px 4px 1px transparent;
    background-color: var(--theme-color-4);
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.datepicker .date-header {
    text-align: center;
    background-color: var(--accent-color-1-light);
    color: var(--theme-color-1-dark);
    padding: 1em 0;
}

.datepicker .date-header i {
    font-size: 2em;
}

.datepicker .date-header a {
    position: relative;
    color: var(--theme-color-1-dark);
    z-index: 1;
    cursor: pointer;
}

.datepicker .date-header a:after {
    content: "";
    border-radius: 50%;
    width: 2.25em;
    height: 2.25em;
    top: -0.125em;
    left: -0.125em;
    position: absolute;
    opacity: 0;
    transition: 0.2s ease;
    background-color: var(--theme-color-1-dark);
    z-index: -1;
}

.datepicker .date-header a:hover {
    color: var(--accent-color-1-light);
}

.datepicker .date-header a:hover:after {
    opacity: 1;
    z-index: -1;
}

.datepicker .previous-month {
    float: left;
    position: relative;
    top: 0.1em;
    left: 1em;
}

.datepicker .next-month {
    float: right;
    position: relative;
    top: 0.1em;
    right: 1em;
}

.datepicker .date-header span {
    margin-right: 0.5em;
    position: relative;
    font-size: 1.75em;
    left: 0.25em;
    top: 0.1em;
}

.datepicker .date-header .year {
    font-weight: bold;
}

.datepicker .date-header .year:hover {
    color: white;
    cursor: pointer;
}

.datepicker .footer {
    padding: 2em 0 1em 0;
    position: relative;
    text-align: right;
    border-top: 1px solid var(--theme-color-5);
}

.datepicker .footer a {
    position: relative;
    padding: 0.5em 1em;
    color: var(--accent-color-1-light);
    border: 1px solid var(--accent-color-1-light);
    cursor: pointer;
}

.datepicker .footer a:hover {
    background-color: var(--accent-color-1-light);
    color: var(--theme-color-4);
}

.datepicker .footer .pick {
    right: 1em;
}

.datepicker .footer .cancel {
    right: 2em;
}

.calender table {
    width: 100%;
    font-size: 1.2em;
    color: var(--text-color);
}

.calender thead th {
    font-weight: normal;
    font-size: 0.8em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
}

.calender tbody td {
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding: 0.5em;
    z-index: 1;
}

.calender tbody td:after {
    content: "";
    visibility: hidden;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2em;
    width: 2em;
    border-radius: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(0,0,0,0.25);
    z-index: -1;
}

.calender tbody td.selectable {
    cursor: pointer;
}

.calender tbody td.selectable:hover:after {
    visibility: visible;
}

.calender tbody td.selected, .calender tbody td:active {
    color: var(--text-color);
}

.calender tbody .selected:after, .calender tbody td:active:after {
    visibility: visible;
    background-color: var(--accent-color-1-light);
}

/*
    TIMEPICKER

    <div class="time-input-container">
        <label class="icon" for="time"><i class="material-icons">schedule</i></label>
        <input class="time-input" type="text" id="time" name="time" />
        <label class="text" for="input">Placeholder</label>
        <span class="underline"></span>
    </div>

    <div class="timepicker-container show">
        <div class="timepicker">
            <div class="time-header">
                <span class="hour">15</span>
                <span>:</span>
                <span class="minute">13</span>
            </div>
            <div class="clock">
                <div class="clockface hours">
                    <div class="clockhand"></div>
                    <span class="hour1">1</span>
                    <span class="hour2">2</span>
                    <span class="hour3">3</span>
                    <span class="hour4">4</span>
                    <span class="hour5">5</span>
                    <span class="hour6">6</span>
                    <span class="hour7">7</span>
                    <span class="hour8">8</span>
                    <span class="hour9">9</span>
                    <span class="hour10">10</span>
                    <span class="hour11">11</span>
                    <span class="hour12">12</span>
                    <span class="hour13 small">13</span>
                    <span class="hour14 small">14</span>
                    <span class="hour15 small">15</span>
                    <span class="hour16 small">16</span>
                    <span class="hour17 small">17</span>
                    <span class="hour18 small">18</span>
                    <span class="hour19 small">19</span>
                    <span class="hour20 small">20</span>
                    <span class="hour21 small">21</span>
                    <span class="hour22 small">22</span>
                    <span class="hour23 small">23</span>
                    <span class="hour00 small">00</span>
                </div>
                <div class="clockface minutes">
                    <div class="clockhand"></div>
                    <span class="minute5">5</span>
                    <span class="minute10">10</span>
                    <span class="minute15">15</span>
                    <span class="minute20">20</span>
                    <span class="minute25">25</span>
                    <span class="minute30">30</span>
                    <span class="minute35">35</span>
                    <span class="minute40">40</span>
                    <span class="minute45">45</span>
                    <span class="minute50">50</span>
                    <span class="minute55">55</span>
                    <span class="minute00">00</span>
                </div>
            </div>
            <div class="footer">
                <a class="cancel">Abbrechen</a>
                <a class="pick">W??hlen</a>
            </div>
        </div>
    </div>

 */

.time-input-container {
    font-size: 0.9rem; /* Adjust size */
}

.timepicker-container {
    position: fixed;
    top: 0;
    left:0;
    overflow: auto;
    background: rgba(255, 255, 255, 0.5);
    width: 100vw;
    height: 100vh;
    transform: scale(0);
    z-index: 1000000000;
    transition: 0.5s ease;
    font-size: 1rem; /* Adjust size */
}

.darkmode .timepicker-container {
    background: rgba(25, 25, 25, 0.5);
}

.timepicker-container.show {
    transform: scale(1);
    display: block;
}

.timepicker {
    position: absolute;
    width: 20em;
    cursor: auto;
    font-size: 1em;
    box-shadow: 1px 2px 4px 1px var(--box-shadow), 1px 2px 4px 1px transparent;
    background-color: var(--theme-color-4);
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
}

.timepicker .time-header {
    text-align: center;
    background-color: var(--accent-color-1-light);
    color: var(--text-color);
    padding: 1em 0;
}

.timepicker .time-header span {
    margin-right: 0.5em;
    position: relative;
    font-size: 2em;
    left: 0.5em;
    display: inline-block;
}

.timepicker .time-header span.active {
    font-weight: bold;
    transform: scale(1.5);
}

.timepicker .clock {
    padding: 1em 0;
}

.timepicker .clockface {
    width: 15em;
    height: 15em;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto;
    position: relative;
    display: none;
}

.timepicker .clockface.active {
    display: block;
}

.timepicker .clockface:before { /* dot in the middle */
    content: "";
    position: absolute;
    background-color: var(--accent-color-1-light);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5em;
    height: 0.5em;
}

.timepicker .clockface .clockhand { /* line between dot and chosen time */
    position: absolute;
    background-color: rgba(25, 25, 25, 0.25);
    width: 0.1em;
    height: 5em;
    top: 2.5em;
    left: 50%;
    transform: translateX(-50%) rotate(0deg);
    transform-origin: center bottom;
    z-index: 100;
    display: none;
}

.timepicker .clockface:hover .clockhand,
.timepicker .clock.chosen .clockhand {
    display: block;
    background-color: var(--accent-color-1-light);
}

.timepicker .clockface .clockhand.short {
    top: 4.5em;
    height: 3em;
}

.clockface span {
    color: black;
    transition: 0.2s ease;
    z-index: 1;
    position: absolute;
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
}

.clockface span.small {
    font-size: 1em;
}

.clockface span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2em;
    height: 2em;
    transform: translate(-50%, -50%);
    background-color: white;
    transition: 0.2s ease;
    border-radius: 50%;
    z-index: -1;
}

.clockface span.small:after {
    width: 1.8em;
    height: 1.8em;
}

.clockface span:hover {
    color: white;
    z-index: 10;
}

.clockface span:hover:after {
    background-color: rgba(0,0,0,0.25);
}

.clockface span.chosen:after {
    background-color: var(--accent-color-1-light);
}

.hour1, .minute5 {
    top: 11%;
    left: 68%;
}

.hour2, .minute10 {
    top: 25%;
    left: 82%;
}

.hour3 {
    top: 50%;
    right: 10%;
    transform: translateY(-50%);
}

.minute15 {
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
}

.hour4, .minute20 {
    bottom: 25%;
    left: 82%;
}

.hour5 {
    bottom: 11%;
    left: 68%;
}

.minute25 {
    bottom: 11%;
    left: 66%;
}

.hour6, .minute30 {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.hour7 {
    bottom: 11%;
    left: 28%;
}

.minute35 {
    bottom: 11%;
    left: 26%;
}

.hour8 {
    bottom: 25%;
    left: 15%;
}

.minute40 {
    bottom: 25%;
    left: 12%;
}

.hour9 {
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}

.minute45 {
    left: 6%;
    top: 50%;
    transform: translateY(-50%);
}

.hour10 {
    top: 25%;
    left: 13%;
}

.minute50 {
    top: 25%;
    left: 12%;
}

.hour11, .minute55 {
    top: 11%;
    left: 26%;
}

.hour12, .minute00 {
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
}

.hour13 {
    top: 23%;
    left: 59%;
}

.hour14 {
    top: 33%;
    left: 68%;
}

.hour15 {
    top: 50%;
    right: 22%;
    transform: translateY(-50%);
}

.hour16 {
    top: 59%;
    left: 68%;
}

.hour17 {
    top: 68%;
    left: 59%;
}

.hour18 {
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.hour19 {
    top: 68%;
    left: 34%;
}

.hour20 {
    top: 59%;
    left: 25%;
}

.hour21 {
    left: 22%;
    top: 50%;
    transform: translateY(-50%);
}

.hour22 {
    top: 33%;
    left: 25%;
}

.hour23 {
    top: 23%;
    left: 34%;
}

.hour00 {
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.timepicker .footer {
    padding: 1em 0;
    position: relative;
    text-align: right;
}

.timepicker .footer a {
    position: relative;
    padding: 0.5em 1em;
    color: var(--accent-color-1-light);
    border: 1px solid var(--accent-color-1-light);
    cursor: pointer;
}

.timepicker .footer a:hover {
    background-color: var(--accent-color-1-light);
    color: var(--theme-color-4);
}

.timepicker .footer .pick {
    right: 1em;
}

.timepicker .footer .cancel {
    right: 2em;
}

/*
    FILE-INPUT

    <label for="file-input" class="file-input-container">
        <input type="file" name="file-input" value="value" id="file-input" />
        <i class="material-icons">publish</i>
        <span class="file-name">Datei ausw??hlen</span>
    </label>

 */

.file-input-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0.5em;
    font-size: 1rem;
    max-width: 15rem;
    word-break: break-word;
}

.file-input-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.file-input-container > i {
    font-size: 3em;
    padding: 0.75rem;
    border-radius: 50%;
    background-color: var(--accent-color-1-dark);
    margin-bottom: 0.25em;
    transition: transform 0.1s ease-out 0s, background-color 0.2s ease;
    color: var(--text-color);
}

.file-input-container:hover > i {
    transform: scale(1.25);
    transition: transform 0.1s ease-out 0.3s, background-color 0.2s ease;
    background-color: var(--accent-color-1-light);
}

.file-input-container .file-name {
    display: block;
    font-weight: bold;
    font-size: 1.25em;
    word-wrap: normal;
    max-width: 100%;
    transition: 0.2s ease;
}

.file-input-container:hover .file-name {
    color: var(--accent-color-1-light);
}

/*
    TEXTAREA
 */

textarea {
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    width: 100%;
    height: 10rem;
    max-width: 100%;
    max-height: 15rem;
    border-radius: 10px;
    border: 2px solid var(--accent-color-1-dark);
    padding: 0.75rem 0.75rem;
    font-family: "Source Sans Pro", sans-serif;
    transition: 0.2s ease;
    cursor: text;
    position: relative;
    color: var(--text-color);
}

.darkmode textarea {
    background-color: rgba(255, 255, 255, 0.05);
}

textarea:focus,
textarea:hover {
    background-color: rgba(255, 255, 255, 0.15);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    border-color: var(--accent-color-1-light);
}

.darkmode textarea:focus,
.darkmode textarea:hover {
    background-color: rgba(0, 0, 0, 0.15);
}

textarea:focus,
textarea.filled {
    background-color: rgba(0, 0, 0, 0.15);
}

textarea::-moz-placeholder {
    color: var(--placeholder-color);
}

textarea:-ms-input-placeholder {
    color: var(--placeholder-color);
}

textarea::placeholder {
    color: var(--placeholder-color);
}

textarea.incorrect {
    border-color: var(--accent-color-2-light);
}

/*
    Range Input

    <label class="range-label" for="range-input">Range</label>
    <input type="range" id="range-input" min="0" max="100">

 */

.range-input-container {
    font-size: 0.9rem; /* Adjust size */
    padding-bottom: 1em;
}

.range-input-container label {
    font-size: 1.5em;
}

.range-input-container label .range-value {
    color: var(--accent-color-1-dark);
    font-weight: bold;
}

.range-input-container ::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--accent-color-1-dark);
    cursor: pointer;
    margin-top: -0.4rem; /* You need to specify a margin in Chrome, but in Firefox and IE it is automatic */
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    box-shadow: 1px 1px 3px 0 var(--box-shadow);
}

.range-input-container:hover ::-webkit-slider-thumb {
    transform: scale(1.5);
    background-color: var(--accent-color-1-light);
    box-shadow: 1px 1px 5px 0 var(--box-shadow);
}

.range-input-container ::-moz-range-thumb {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--accent-color-1-dark);
    cursor: pointer;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    box-shadow: 1px 1px 3px 0 var(--box-shadow);
}

.range-input-container:hover ::-moz-range-thumb {
    transform: scale(1.5);
    background-color: var(--accent-color-1-light);
}

.range-input-container ::-ms-thumb {
    height: 1rem;
    width: 1rem;
    border-radius: 50%;
    background-color: var(--accent-color-1-dark);
    cursor: pointer;
    -ms-transition: 0.2s ease;
    transition: 0.2s ease;
    box-shadow: 1px 1px 3px 0 var(--box-shadow);
}

.range-input-container:hover ::-ms-thumb {
    transform: scale(1.5);
    background-color: var(--accent-color-1-light);
}

.range-input-container ::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.2rem;
    cursor: pointer;
    background-color: var(--accent-color-1-dark);
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
}

.range-input-container:hover ::-webkit-slider-runnable-track,
.range-input:focus::-webkit-slider-runnable-track {
    background-color: var(--accent-color-1-light);
}

.range-input::-moz-range-track {
    width: 100%;
    height: 0.2rem;
    cursor: pointer;
    background-color: var(--accent-color-1-dark);
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
}

.range-input-container:hover ::-moz-range-track,
.range-input:focus::-moz-range-track {
    background-color: var(--accent-color-1-light);
}

.range-input-container ::-ms-track {
    width: 100%;
    height: 0.2rem;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-input-container ::-ms-fill-lower {
    background: var(--accent-color-1-dark);
}

.range-input-container:hover ::-ms-fill-lower,
.range-input:focus::-ms-fill-lower {
    background: var(--accent-color-1-light);
}

.range-input-container ::-ms-fill-upper {
    background: var(--accent-color-1-dark);
}

.range-input-container:hover ::-ms-fill-upper,
.range-input:focus::-ms-fill-upper {
    background: var(--accent-color-1-light);
}

.range-input {
    -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
    width: 100%; /* Specific width is required for Firefox. */
    background: transparent; /* Otherwise white in Chrome */
}

.range-input:focus {
    outline: none;
}

/*
/-------------------------------------------------------------------
/
/   Styles for: Message
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="message">
/     <p class="time">15.11.2020 12:36</p>
/     <p class="sender">System</p>
/     <div class="notification clearfix">
/       <i class="material-icons symbol">info</i>
/       <p class="message">Info</p>
/       <i class="material-icons close">close</i>
/     </div>
/   </div>
/
*/


.message {
    width: 100%;
    position: relative;
    transition: transform 1s ease;
}

.message:last-child {
    margin-bottom: 1.5rem;
}

.message.new {
    transform: scale(0.5);
}

.unread {
    transform: scale(1);
}

.message > p {
    display: inline-block;
    font-size: 1em;
    color: var(--theme-color-5);
    font-weight: bold;
    font-style: italic;
    margin-bottom: 0.25em;
    text-shadow: 2px 2px 5px var(--text-shadow);
    transition: 0.2s ease;
}

.message:hover > p {
    color: var(--text-color);
}

.unread > p {
    color: var(--text-color);
}

.message .timestamp {
    padding-left: 1em;
    float: left;
}

.message .sender {
    padding-right: 1em;
    float: right;
}

.message .notification {
    clear: both;
    position: relative;
    width: 100% !important;
    height: auto;
    transition: 0.2s ease;
    border: 1px solid var(--theme-color-1);
    background-color: rgba(232, 232, 232, 0.4);
    box-shadow: 2px 2px 10px 3px var(--box-shadow), 0 0 12px 1px var(--theme-color-3) inset;
    right: unset;
    bottom: unset;
    -webkit-animation: none !important;
            animation: none !important;
    z-index: 10 !important;
}

.darkmode .message .notification {
    background-color: rgba(23, 23, 23, 0.4);
}

.message .notification:hover {
    background-color: rgba(232, 232, 232, 1);
}

.darkmode .message .notification:hover {
    background-color: rgba(23, 23, 23, 1);
}

.message-container .message.unread .notification {
    background-color: rgba(181, 181, 181, 0.6);
    box-shadow: 0 0 10px 3px var(--theme-color-5);
    border: 1px solid var(--text-color);
}

.darkmode .unread .notification {
    background-color: rgba(74, 74, 74, 0.6);
}

.unread .notification:hover {
    background-color: rgba(181, 181, 181, 1);
}

.darkmode .unread .notification:hover {
    background-color: rgba(74, 74, 74, 1);
}

.message .notification.error {
    border: 1px solid var(--accent-color-2-dark);
    background: rgba(178, 58, 72, 0.7);
    box-shadow: 2px 2px 10px 3px var(--box-shadow), 0 0 12px 1px var(--accent-color-2-dark) inset;
}

.darkmode .message .notification.error {
    background: rgba(178, 58, 72, 0.4);
}

.message .notification.error:hover {
    background: rgba(178, 58, 72, 1);
}

.darkmode .message .notification.error:hover {
    background: rgba(178, 58, 72, 0.6);
}

.message .notification.success {
    border: 1px solid var(--success-dark);
    background: rgba(32, 191, 85, 0.7);
    box-shadow: 2px 2px 10px 3px var(--box-shadow), 0 0 12px 1px var(--success-dark) inset;
}

.darkmode .message .notification.success {
    background: rgba(32, 191, 85, 0.4);
}

.message .notification.success:hover {
    background: rgba(32, 191, 85, 1);
}

.darkmode .message .notification.success:hover {
    background: rgba(32, 191, 85, 0.6);
}

.message .notification .symbol {
    float: left;
}

.message .notification p {
    display: inline-block;
    width: calc(100% - 4em);
    opacity: 1 !important;
    max-height: unset;
    padding-right: unset;
    line-height: 1.15;
    overflow-y: unset;
}

.message .notification p:before {
    content: '';
    position: absolute;
    width: 0.2em;
    height: 1em;
    left: -1em;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--theme-color-4);
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Modal Windows
/
/-------------------------------------------------------------------
/
/ Generic Markup (e.g. Confirmation Modal):
/   <div class="overlay">
/     <div class="modal-window">
/       <a class="primary-button", "close-modal", "close">
/         <i class="material-icons">close</i>
/         <p>Close</p>
/       </a>
/       <div class="mw-header">
/         <h2>Heading</h2>
/       </div>
/       <div class="mw-content">
/         Content goes here...
/       </div>
/       <div class="mw-footer">
/         <secondary-button class="abort" />
/         <secondary-button class="confirm" />
/       </div>
/
/
*/


main {
    transition: 0.2s ease 0.5s;
}

main.blur {
    filter: blur(5px);
    transition: 0.2s ease 0s;
}

.overlay,
.just-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: 0.2s ease 0.7s;
    z-index: 10000;
    overflow-y: auto;
}

.overlay {
    z-index: 100000;
}

.just-overlay {
    transition: 0.2s ease;
}

.overlay.open,
.just-overlay.open {
    background-color: rgba(25, 25, 25, 0.5);
    transition: 0.2s ease;
}

.modal-window {
    position: absolute;
    min-width: 20em;
    width: 50%;
    max-width: 50em;
    top: 10%;
    left: 50%;
    z-index: 100;
    transform: translateX(-50%) scale(0);
    transition: 0.5s ease 0.5s;
    font-size: 1rem; /* ADJUST Size individually */
    background-color: var(--theme-color-2);
    box-shadow: 0 10px 15px 3px var(--box-shadow);
}

.modal-window:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 3rem;
    visibility: hidden;
}

.open .modal-window {
    transform: translateX(-50%) scale(1);
}

a.primary-button.close-modal {
    position: absolute;
    right: -1em;
    top: -1em;
    width: 3em;
    height: 3em;
    margin: 0;
}

a.primary-button.close-modal i {
    color: var(--theme-color-1-dark);
    background-color: var(--accent-color-2-dark);
    border-radius: 50%;
    padding: 0.1em;
    font-size: 3.5em;
    box-shadow: 0 3px 5px 2px var(--box-shadow);
}

.primary-button.close-modal:hover i {
    background-color: transparent;
    box-shadow: none;
}

.modal-window .mw-header {
    height: 0;
    overflow: hidden;
    margin: 0.75em 0 1em 0;
    background-color: var(--theme-color-1);
    font-weight: bold;
    transition: 0.5s ease;
}

.modal-window .mw-header h2 {
    font-size: 1.75em;
    padding: 0.5em 1.5em 0.5em 1.5em;
    margin: 0;
    text-shadow: 1px 1px 3px var(--text-shadow);
    color: var(--text-color);
}

.modal-window .mw-body {
    max-height: 55vh;
    overflow-y: auto;
}

.modal-window .mw-content {
    padding: 0.5em 1em 1.5em;
    word-wrap: break-word;
}

.mw-content p {
    margin: 0;
    line-height: 1.5;
}

.mw-content h2 {
    font-size: 1em;
    margin-top: 0;
}

.mw-content h3 {
    margin-top: 0;
}

.mw-content .input-container {
    margin-bottom: 1em;
}

.modal-window .mw-footer {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 1.5em 1em 1em;
    border-top: 2px solid var(--theme-color-1);
}

.modal-window .secondary-button {
    font-size: 0.8em;
    letter-spacing: 0;
    text-transform: none;
    height: auto;
    width: 12em;
    margin: 0;
}

.custom-modal-window {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    min-height: 90%;
    top: 3rem;
    left: 50%;
    transform: translateX(-50%) scale(0);
    background-color: var(--theme-color-1);
    padding: 2rem 1rem 2rem;
    border-radius: 10px;
    box-shadow: 0 3px 10px 5px var(--box-shadow), 0 0 6px 2px var(--box-shadow) inset;
    border: 3px solid var(--theme-color-3);
    z-index: 10001;
    transition: 0.5s ease;
    text-align: center;
}

.open .custom-modal-window {
    transform: translateX(-50%) scale(1);
}

.custom-modal-window a.primary-button.close-modal {
    top: -0.5em;
    right: -0.5em;
}

/*
    SPECIFIC COMPONENT STYLES INSIDE MODAL WINDOW

 */

.modal-window .checkbox-input-container,
.modal-window .radio-input-container {
    display: block !important;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Navigation
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <nav class="nav">
/       <a class="primary-button close">
/           <i class="material-icons">close</i>
/           <p>Close</p>
/       </a>
/       <p class="bg-text"></p>
/       <ul>
/           <li>
/               <a href="#">
/                   <span class="text">Link</span>
/               </a>
/               <span class="bg"></span>
/           </li>
/       </ul>
/       <div class="image-container">
/           <img src="../src" />
/       </div>
/   </nav>
/
/
*/

nav.nav {
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    z-index: 100001;
    position: fixed;
    transition: 0.5s ease;
    /*transform: rotateX(50deg) scale(0.5);*/
    transform-origin: center top;
    visibility: hidden;
    opacity: 0;
    background:
        radial-gradient(black 15%, transparent 16%) 0 0,
        radial-gradient(black 15%, transparent 16%) 10px 10px,
        radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
        radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 10px 11px;
    background-color: rgba(69, 69, 69, 0.9);
    background-size: 20px 20px;
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

.darkmode nav.nav {
    background-color: rgba(25, 25, 25, 0.9);
}

nav.nav.open {
    /*transform: rotateX(0deg) scale(1);*/
    top: 0;
    opacity: 1;
    visibility: visible;
}

nav a.primary-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
}

nav.nav .bg-text {
    position: absolute;
    text-align: center;
    width: 200%;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 10rem;
    color: black;
    opacity: 0.2;
    letter-spacing: 0.3rem;
    margin: 0;
    transition: 0.2s ease;
}

nav.nav ul {
    list-style: none;
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

nav ul li {
    width: 100%;
    height: auto;
    position: relative;
}

nav.nav ul a {
    position: relative;
    display: block;
    text-decoration: none;
    color: white;
    font-size: 3rem;
    width: 100%;
    height: 100%;
    z-index: 10;
    padding: 0.5rem;
}

nav.nav ul a span {
    transition: 0.1s ease;
}

nav.nav ul a span.text {
    display: inline-block;
}

nav.nav ul a:hover span.text {
    transform: scale(1.1) skew(0, -10deg);
    font-weight: bold;
    -webkit-animation: glowing 0.5s ease-in infinite alternate;
            animation: glowing 0.5s ease-in infinite alternate;
}

@-webkit-keyframes glowing {
    from {
        text-shadow: 1px 1px 10px var(--accent-color-1-light);
    }
    to {
        text-shadow: 1px 1px 25px var(--accent-color-1-light);
    }
}

@keyframes glowing {
    from {
        text-shadow: 1px 1px 10px var(--accent-color-1-light);
    }
    to {
        text-shadow: 1px 1px 25px var(--accent-color-1-light);
    }
}

nav.nav li span.bg {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10rem;
    background: url("/images/stain.png") no-repeat center/20rem;
    opacity: 0;
    z-index: -1;
}

nav.nav ul a:hover + span.bg {
    opacity: 0.2;
}

.darkmode nav.nav ul a:hover + span.bg {
    opacity: 1;
}

nav.nav .image-container {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    width: 4rem;
    height: auto;
}

nav.nav .image-container img {
    width: 100%;
    height: auto;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {
    nav.nav li span.bg {
        background-size: 25rem;
    }
}

@media only screen and (min-width: 992px) {
    nav.nav .bg-text {
        letter-spacing: 0.5rem;
    }

    nav.nav ul a {
        display: inline-block;
        width: auto;
    }
}

@media only screen and (min-width: 1200px) {
    nav a.primary-button {
        right: 2rem;
    }

    nav.nav li span.bg {
        background-size: 30rem;
    }
}

/*
/-------------------------------------------------------------------
/
/   Styles for: Notification
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="notification clearfix">
/       <i class="material-icons symbol">info</i>
/       <p class="message">Info</p>
/       <i class="material-icons close">close</i>
/   </div>
/
/
*/

.notification {
    position: fixed;
    height: 4.5rem;
    width: 4.5rem;
    right: -6rem;
    bottom: 2rem;
    padding: 0.5rem;
    transition: width 0.75s ease 0.5s, background-color 1.25s ease, right 0.5s ease 1.25s;
    overflow: hidden;
    transform-origin: 50% 100%;
    z-index: 100001;
}

.notification.visible {
    transition: height 0.5s ease 0s, width 0.75s ease 0.5s, background-color 1.25s ease, right 0.5s ease 0s;
    right: 2em;
}

.notification.visible.success,
.notification.visible.success:hover,
.notification.visible.error,
.notification.visible.error:hover {
    width: calc(100% - 4rem);
}

.notification.visible:hover {
    width: calc(100% - 4rem);
    height: 8rem;
    background: rgba(61, 118, 225, 1);
    transition: height 0.5s ease 0.75s, width 0.75s ease 0s;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
}

.notification.info,
.notification.warning {
    -webkit-animation: attention 2s ease 1s 3;
            animation: attention 2s ease 1s 3;
}

@-webkit-keyframes attention {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    5% {
        transform: translateY(-30px) rotate(0deg);
    }

    20% {
        transform: translateY(-30px) rotate(10deg);
    }

    25% {
        transform: translateY(-30px) rotate(-10deg);
    }

    30% {
        transform: translateY(-30px) rotate(10deg);
    }

    35% {
        transform: translateY(-30px) rotate(-10deg);
    }

    40% {
        transform: translateY(-30px) rotate(10deg);
    }

    55% {
        transform: translateY(-30px) rotate(0deg);
    }

    60% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }

}

@keyframes attention {
    0% {
        transform: translateY(0px) rotate(0deg);
    }

    5% {
        transform: translateY(-30px) rotate(0deg);
    }

    20% {
        transform: translateY(-30px) rotate(10deg);
    }

    25% {
        transform: translateY(-30px) rotate(-10deg);
    }

    30% {
        transform: translateY(-30px) rotate(10deg);
    }

    35% {
        transform: translateY(-30px) rotate(-10deg);
    }

    40% {
        transform: translateY(-30px) rotate(10deg);
    }

    55% {
        transform: translateY(-30px) rotate(0deg);
    }

    60% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(0px) rotate(0deg);
    }

}

.notification .symbol {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
    font-size: 2.5em;
}

.notification p {
    position: relative;
    width: calc(100% - 2rem);
    height: 100%;
    margin: 0;
    font-size: 1em;
    padding-left: 4em;
    padding-right: 1em;
    transition: 0.2s ease;
    transition-delay: 0s;
    line-height: 1.3;
    opacity: 0;
    overflow-y: auto;
}

.notification.success p,
.notification.success:hover p,
.notification.error p,
.notification.error:hover p {
    opacity: 0;
    transition-delay: 0s;
}

.notification:hover p,
.success.visible p,
.success.visible:hover p,
.error.visible p,
.error.visible:hover p {
    opacity: 1;
    transition-delay: 1.25s;
}

.notification .close {
    position: absolute;
    font-size: 1.5rem;
    font-weight: bold;
    right: 0.5rem;
    top: 0.5rem;
    color: var(--theme-color-1);
    text-align: center;
    transition: color 0.2s ease, opacity 0.2s ease 0s;
    cursor: pointer;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
}

.notification .close:before {
    content: '';
    width: 1.1em;
    height: 1.1em;
    border-radius: 50%;
    background-color: var(--theme-color-1);
    position: absolute;
    top: -0.05em;
    left: -0.05em;
    z-index: -1;
    transition: 0.2s ease;
    opacity: 0;
    transition-delay: 0s;
}

.notification .close:hover {
    transition-delay: 0s;
}

.notification .close:hover:before {
    opacity: 1;
    transition-delay: 0s;
}

.notification:hover .close,
.error.visible .close,
.success.visible .close {
    visibility: visible;
    opacity: 1;
    transition: color 0.2s ease, opacity 0.2s ease 1.25s;
}


/*
/-------------------------------------------------------------------
/
/ Notification Styles:
/
/-------------------------------------------------------------------
*/

.notification {
    border: 1px solid var(--accent-color-1-dark);
    background: rgba(61, 118, 225, 0.7);
    box-shadow: 2px 2px 10px 3px black, 0 0 12px 1px var(--accent-color-1-dark) inset;
}

.darkmode .notification {
    background: rgba(61, 118, 225, 0.5);
}

.notification .close:hover {
    color: var(--accent-color-1-dark);
}

.notification.error {
    border: 1px solid var(--accent-color-2-dark);
    background: rgba(178, 58, 72, 0.8);
    box-shadow: 2px 2px 10px 3px black, 0 0 12px 1px var(--accent-color-2-dark) inset;
}

.darkmode .notification.error {
    background: rgba(178, 58, 72, 0.7);
}

.notification.visible.error:hover {
    background: rgba(178, 58, 72, 1);
}

.notification.error .close:hover {
    color: var(--accent-color-2-dark);
}

.notification.success {
    border: 1px solid var(--accent-color-3-dark);
    background: rgba(32, 191, 85, 0.8);
    box-shadow: 2px 2px 10px 3px black, 0 0 12px 1px var(--accent-color-3-dark) inset;
}

.darkmode .notification.success {
    background: rgba(32, 191, 85, 0.7);
}

.notification.visible.success:hover {
    background: rgba(32, 191, 85, 1);
}

.notification.success .close:hover {
    color: var(--accent-color-3-dark);
}


.notification.warning .symbol {
    color: var(--accent-color-5-dark);
}

.darkmode .notification.warning .symbol {
    color: var(--accent-color-5-light);
}

.notification.error .symbol {
    color: var(--accent-color-2-light);
}

.notification.success .symbol {
    color: var(--accent-color-3-light);
}



@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

    .notification.visible:hover {
        width: 900px;
    }

    .notification.visible.error,
    .notification.visible.error:hover,
    .notification.visible.success,
    .notification.visible.success:hover {
        height: 5em;
        width: calc(50% - 2em);
    }
}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Primary Button
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <a class="primary-button" href="#">
/     <i class="material-icons">mail</i>
/     <p>E-Mail schreiben</p>
/   </a>
/
/
*/


a.primary-button {
    text-align: center;
    display: inline-block;
    width: 3em;
    height: 3em;
    margin: 2em;
    color: var(--text-color);
    transition: 0.2s ease;
    background-color: transparent;
    transform-style: preserve-3d;
    font-size: 0.8rem;
    z-index: 100;
    cursor: pointer;
    position: relative;
}

a.primary-button:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 2px solid;
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: -1;
    transition: 0.2s ease;
    box-shadow: 0 0 2.5em 1em var(--accent-color-1-light) inset, 0 0 10px 3px var(--box-shadow);
}

.darkmode .primary-button:hover:before {
    box-shadow: 0 0 1.5em 0.25em var(--accent-color-1-light) inset, 0 0 10px 3px var(--box-shadow);
}

a.primary-button:hover:before {
    width: 225%;
    height: 225%;
    opacity: 1;
    border-color: var(--accent-color-1-light);
}

.primary-button i {
    color: var(--accent-color-1-dark);
    position: absolute;
    font-size: 4em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease;
    z-index: 2;
    transform-style: preserve-3d;
    text-shadow: 0 1px 4px var(--text-shadow);
}

.primary-button:hover i {
    color: var(--accent-color-1-light);
    top: 0;
    transform: translate(-50%, -50%) scale(1.1) translateZ(30px);
    text-shadow: 0 1px 7px var(--text-shadow);
}

.primary-button p {
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 0.9em;
    transition: 0.2s ease;
    z-index: 1;
    opacity: 0;
    transform-style: preserve-3d;
}

.primary-button:hover p {
    top: 100%;
    opacity: 1;
    transform: translate(-50%, -50%) translateZ(15px);
}

.primary-button.disabled:hover p {
    color: var(--disabled-text-color);
}


/*
/-------------------------------------------------------------------
/
/ Alternative accentual styles:
/
/-------------------------------------------------------------------
*/


a.primary-button.close:before,
a.primary-button.warning:before {
    box-shadow: 0 0 2.5em 1em var(--accent-color-2-light) inset, 0 0 10px 3px var(--box-shadow);
}

.darkmode a.primary-button.close:before,
.darkmode a.primary-button.warning:before {
    box-shadow: 0 0 1.5em 0.25em var(--accent-color-2-light) inset, 0 0 10px 3px var(--box-shadow);
}

a.primary-button.accent-1:before {
    box-shadow: 0 0 2.5em 1em var(--accent-color-3-light) inset, 0 0 10px 3px var(--box-shadow);
}

.darkmode a.primary-button.accent-1:before {
    box-shadow: 0 0 1.5em 0.25em var(--accent-color-3-light) inset, 0 0 10px 3px var(--box-shadow);
}

a.primary-button.accent-2:before {
    box-shadow: 0 0 2.5em 1em var(--accent-color-4-light) inset, 0 0 10px 3px var(--box-shadow);
}

.darkmode a.primary-button.accent-2:before {
    box-shadow: 0 0 1.5em 0.25em var(--accent-color-4-light) inset, 0 0 10px 3px var(--box-shadow);
}

a.primary-button.accent-3:before {
    box-shadow: 0 0 2.5em 1em var(--accent-color-5-light) inset, 0 0 10px 3px var(--box-shadow);
}

.darkmode a.primary-button.accent-3:before {
    box-shadow: 0 0 1.5em 0.25em var(--accent-color-5-light) inset, 0 0 10px 3px var(--box-shadow);
}

a.primary-button.disabled:before {
    box-shadow: 0 0 2.5em 1em var(--disabled-dark) inset, 0 0 10px 3px var(--box-shadow);
}

.darkmode a.primary-button.disabled:before  {
    box-shadow: 0 0 1.5em 0.25em var(--disabled-dark) inset, 0 0 10px 3px var(--box-shadow);
}



a.primary-button.close:hover:before,
a.primary-button.warning:hover:before {
    border-color: var(--accent-color-2-light);
}

a.primary-button.accent-1:hover:before {
    border-color: var(--accent-color-3-light);
}

a.primary-button.accent-2:hover:before {
    border-color: var(--accent-color-4-light);
}

a.primary-button.accent-3:hover:before {
    border-color: var(--accent-color-5-light);
}

a.primary-button.disabled:hover:before {
    border-color: var(--disabled-dark);
}



.primary-button.close i,
.primary-button.warning i {
    color: var(--accent-color-2-dark);
}

.primary-button.accent-1 i {
    color: var(--accent-color-3-dark);
}

.primary-button.accent-2 i {
    color: var(--accent-color-4-dark);
}

.primary-button.accent-3 i {
    color: var(--accent-color-5-dark);
}

.primary-button.disabled i {
    color: var(--disabled-dark);
}



.primary-button.close:hover i,
.primary-button.warning:hover i {
    font-weight: bold;
    color: var(--accent-color-2-light);
}

.primary-button.accent-1:hover i {
    color: var(--accent-color-3-light);
}

.primary-button.accent-2:hover i {
    color: var(--accent-color-4-light);
}

.primary-button.accent-3:hover i {
    color: var(--accent-color-5-light);
}

.primary-button.disabled:hover i {
    color: var(--disabled-light);
}

/*
/-------------------------------------------------------------------
/
/   Styles for: Primary Button Floating Container
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="primary-button-floating-container">
/     See Primary-Button...
/   </div>
/
/
*/


.primary-button-floating-container {
  position: fixed;
  width: 7em;
  border-radius: 5em;
  background-color: var(--theme-color-1);
  box-shadow: 0 0 10px 5px var(--box-shadow);
  text-align: center;
  font-size: 0.6rem;
  z-index: 1000;
}

.primary-button-floating-container .primary-button {
  font-size: 1em;
  vertical-align: middle;
}

.property-information {
  width: 100%;
  padding: 1rem 0;
}

.property-information p {
  margin: 0 0 0.5rem;
  text-shadow: 1px 1px 2px var(--text-shadow);
  font-size: 1.25rem;
  padding-left: 50%;
  position: relative;
  font-weight: bold;
  text-align: left;
  z-index: 1;
}

.property-information p:before {
  content: attr(data-property);
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  color: var(--theme-color-1);
  font-size: 1em;
  font-weight: 900;
  font-style: italic;
  opacity: 0.9;
  text-align: right;
  display: inline-block;
  max-width: 100%;
  padding-right: 54%;
  text-shadow: 1px 1px 1px var(--text-shadow);
  margin: 0;
  z-index: -1;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Secondary Button
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <a class="secondary-button">
/    <span class="text">
/      Button
/    </span>
/   </a>
/
/
*/


.secondary-button {
  position: relative;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0.1em;
  background: var(--theme-color-1);
  transition: 0.5s ease, background-color 0.5s;
  font-size: 0.9rem;
  height: auto;
  border: 2px solid var(--accent-color-1-dark);
  color: var(--text-color);
  padding: 0.5em 2em;
  box-shadow: 0 2px 8px 3px var(--box-shadow);
}

.secondary-button:hover,
.secondary-button:focus {
  border: 2px solid var(--accent-color-1-light);
  color: var(--accent-color-1-light);
}

.secondary-button.clicked {
  transition: background-color 0.1s;
  background-color: var(--theme-color-4);
  box-shadow: 0 0 10px 3px var(--box-shadow);
}

.secondary-button.clicked:before,
.secondary-button.clicked:after {
  background-color: var(--theme-color-4);
  transition: background-color 0.1s;
}

.secondary-button:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(100% + 6px);
  height: calc(100% - 1em);
  background: var(--theme-color-1);
  top: 0.5em;
  left: -3px;
  transition: 0.4s ease;
}

.secondary-button:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(100% - 1em);
  height: calc(100% + 4px);
  background: var(--theme-color-1);
  top: -2px;
  left: 0.5em;
  transition: 0.4s ease;
}

.secondary-button:hover:before,
.secondary-button:focus:before {
  top: 50%;
  height: 0;
}

.secondary-button:hover:after,
.secondary-button:focus:after {
  left: 50%;
  width: 0;
}

.secondary-button i {
  font-size: 1.5em;
  margin-right: 0.25em;
  vertical-align: -0.25em;
}

.secondary-button .text {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  font-size: 1em;
  overflow: hidden;
  z-index: 10;
}

/*
/-------------------------------------------------------------------
/
/ Alternative accentual styles:
/
/-------------------------------------------------------------------
*/


.secondary-button.delete {
  border-color: var(--accent-color-2-dark);
  color: var(--accent-color-2-dark);
  transition: background-color 0.2s ease 0s, color 0.2s ease 0s, border 0.2s ease 0s;
}

.secondary-button.accent-1 {
  border-color: var(--accent-color-2-dark);
}

.secondary-button.accent-2 {
  border-color: var(--accent-color-3-dark);
}

.secondary-button.disabled {
  color: var(--disabled-text-color);
  border-color: var(--disabled-text-color);
  cursor: not-allowed;
}



.secondary-button.delete:focus,
.secondary-button.delete:hover {
  border: 2px solid var(--accent-color-2-light);
  color: #171717;
  background-color: var(--accent-color-2-light);
  transition: background-color 0.2s ease 0.6s, color 0.2s ease 0.6s;
}

.secondary-button.accent-1:focus,
.secondary-button.accent-1:hover {
  border: 2px solid var(--accent-color-2-light);
  color: var(--accent-color-2-light);
}

.secondary-button.accent-2:focus,
.secondary-button.accent-2:hover {
  border: 2px solid var(--accent-color-3-light);
  color: var(--accent-color-3-light);
}

.secondary-button.disabled:focus,
.secondary-button.disabled:hover {
  color: #4A4A4A;
  border-color: #4A4A4A;
}



.secondary-button.delete:before,
.secondary-button.delete:after {
  transition-delay: 0.3s;
}



.secondary-button.delete:hover:before,
.secondary-button.delete:focus:before,
.secondary-button.delete:hover:after,
.secondary-button.delete:focus:after {
  transition-delay: 0s;
}

.secondary-button.disabled:hover:before,
.secondary-button.disabled:focus:before {
  height: calc(100% - 1em);
  top: 0.5em;
}

.secondary-button.disabled:hover:after,
.secondary-button.disabled:focus:after {
  width: calc(100% - 1em);
  left: 0.5em;
}

/*
/-------------------------------------------------------------------
/
/   Styles for: Shortcuts (and Shortcut menu strip)
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="shortcuts">
/       <div class="container">
/           <a class="primary-button mail" href="#">
/               <i class="material-icons">mail</i>
/               <p>E-Mail schreiben</p>
/           </a>
/           Further anchor elements...
/       </div>
/   </div>
/
/
*/

.shortcuts {
    position: fixed;
    top: 0;
    left: -10em;
    width: 10em;
    height: 100%;
    transition: 0.5s ease;
    overflow: visible;
    box-shadow: 0 0 10px 5px var(--box-shadow);
    z-index: 100000;
    font-size: 0.8rem;
    transition-delay: 0.25s;
}

.shortcuts:hover,
.shortcuts:focus {
    left: 0;
    transition-delay: 0s;
}

.shortcuts .shortcuts-container {
    background-color: var(--theme-color-5);
    position: relative;
    top: 0;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1.5em 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center;
    box-shadow: 10px 0 10px var(--box-shadow) inset;
}

.darkmode .shortcuts .shortcuts-container {
    background-color: var(--theme-color-1);
}

.shortcuts:after {
    content: '\E315';
    font-family: "Material Icons";
    font-size: 5em;
    width: 0.9em;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    display: inline-block;
    border-radius: 0 5em 5em 0;
    background-color: var(--theme-color-5);
    box-shadow: 0 0 10px 5px var(--box-shadow);
    z-index: -1;
    color: var(--accent-color-1-light);
    transition: 0.5s ease;
    margin-left: -0.2em;
}

.darkmode .shortcuts:after {
    background-color: var(--theme-color-1);
    color: var(--accent-color-1-dark);
}

.shortcuts:hover:after,
.shortcuts:focus:after {
    color: var(--accent-color-1-light);
}

.shortcuts a.primary-button {
    position: relative;
    top: 0;
    left: 0;
    font-size: 1em;
    color: white;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Smartphone-optimized Table (users can determine by themselves if they want to use these styles)
/
/-------------------------------------------------------------------
/
/   ATTENTION: The appliance of these styles work exactly the other way around than usual in this project!
/              Usually, the media queries build up on each other starting with the lowest MIN-width.
/              In this case, the media queries build up on each other starting with a MAX-width! (Since this way of displaying should only be applied to screens "thinner" than 992px in width
/
/ Generic Markup:
/   View table.css
/
/
*/


@media only screen and (max-width: 1200px) {
    .space-after:after {
        display: none;
    }

    .table.smartphone-optimized thead th {
        position: relative;
        top: 0;
        box-shadow: none;
        display: inline-block;
        width: 100%;
    }

    .table.smartphone-optimized th:last-of-type {
        display: none;
    }

    .table.smartphone-optimized th:last-child {
        box-shadow: 0 3px 6px 0 black;
    }

    .table.smartphone-optimized .sort:hover {
        transform: scale(1.05);
    }

    .table.smartphone-optimized .sort .icon {
        right: 2em;
    }

    .table.smartphone-optimized td {
        display: inline-block;
        position: relative;
        width: 100%;
        padding: 0.25em 0.5em 0.25em 45%;
        max-width: none;
        border: none;
    }

    .table.smartphone-optimized td:first-child {
        margin-top: 1em;
    }

    .table.smartphone-optimized td:last-child {
        margin-bottom: 1em;
    }

    .table.smartphone-optimized td:before {
        content: attr(data-column);
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        right: 0;
        color: #171717;
        font-size: 1.1em;
        font-weight: 900;
        font-style: italic;
        opacity: 0.9;
        text-align: right;
        display: inline-block;
        max-width: 100%;
        padding-right: 58%;
        text-shadow: 1px 1px 1px black;
        margin: 0;
    }

    .table.smartphone-optimized td.row-actions {
        padding-left: 0;
        height: 3em;
        position: relative;
    }

    .table.smartphone-optimized td.row-actions a.primary-button {
        position: absolute;
        margin: 0;
    }

    .table.smartphone-optimized td.row-actions a:first-child {
        left: 20%;
    }

    .table.smartphone-optimized td.row-actions a:last-child {
        right: 20%;
    }

    .table.smartphone-optimized td.row-actions:before {
        right: auto;
        left: 0;
        width: 100%;
        text-align: center;
        padding-right: 0;
        font-size: 1.5em;
    }

}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 768px) {

}

@media only screen and (max-width: 600px) {
    .table.smartphone-optimized {
        font-size: 1rem !important;
    }
}

.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{transform:rotate(90deg);top:calc(50% - 3px);left:11px}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{transform:rotate(-90deg);top:calc(50% - 3px);right:11px}.tippy-svg-arrow{width:16px;height:16px;fill:#333;text-align:initial}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}
/*
/-------------------------------------------------------------------
/
/   Styles for: Table
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <table data-filter="filter-entities" data-add="add-entity" class="table">
/     <thead>
/       <tr>
/         <th>
/           <a class="sort">
/             <span class="column-header">Column-Name</span>
/             <span class="icon">
/               <i class="material-icons">expand_less</i>
/               <i class="material-icons">expand_more</i>
/             </span>
/           </a>
/         </th>
/       </tr>
/     </thead>
/     <tbody>
/       <tr>
/         <td data-column="Column-name">Value</td>
/       </tr>
/     </tbody>
/   </table>
/
/
*/


h2.table-heading {
    font-size: 2rem;
    text-shadow: 2px 2px 10px var(--text-shadow);
    margin: 0;
}

.table {
    position: relative;
    width: 100%;
    max-width: 1900px;
    text-align: left;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.table thead {
    text-align: left;
}

.table thead th {
    display: table-cell;
    position: -webkit-sticky;
    position: sticky;
    top: 4.5em; /* for position sticky */
    width: auto;
    box-shadow: 0px 7px 10px 0 var(--box-shadow);
    color: var(--text-color);
    background-color: var(--theme-color-4);
    z-index: 105;
}

.darkmode .table thead th {
    background-color: var(--theme-color-1);
}

.table th:last-of-type {
    display: table-cell;
    border: none;
}

.table .sort {
    width: 100%;
    position: relative;
    padding: 0.75em 2em 0.75em 1em;
    cursor: pointer;
    transition: 0.2s ease;
    font-size: 1em;
    display: inline-block;
}

.table .sort:hover {
    color: var(--accent-color-1-light);
    transform: none;
}

.table .sort .icon {
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1em;
    width: 1em;
    height: 1.5em;
    color: var(--accent-color-1-dark);
    transition: 0.2s ease;
    transform: translateY(-50%);
}

.table .sort:hover .icon {
    color: var(--accent-color-1-light);
}

.table .sort i {
    font-size: 2em;
    transition: 0.2s ease;
    position: absolute;
}

.table .sort.ascending i:first-child {
    display: none;
}

.table .sort.descending i:last-child {
    display: none;
}

.table .sort i:first-child {
    top: -0.3em;
}

.table .sort i:last-child {
    bottom: -0.3em;
}

.table .sort:hover i:first-child {
    top: -0.5em;
}

.table .sort:hover i:last-child {
    bottom: -0.5em;
}

.table th span.column-heading.no-sort {
    width: 100%;
    padding: 0.75em 2em 0.75em 1em;
    display: inline-block;
}

.table tr {
    position: relative;
    width: 100%;
    transition: 0.2s ease;
}

.table tbody tr:hover {
    background-color: #969ED7;
}

.darkmode .table tbody tr:hover {
    background-color: #303950;
}

.table tr.even {
    background-color: var(--theme-color-4);
}

.table tr.odd {
    background-color: var(--theme-color-3);
}

.table td {
    padding: 0.25em 0.5em 0.25em 1em;
    display: table-cell;
    width: auto;
    max-width: 10em;
    border-right: 1px solid var(--theme-color-1);
    word-wrap: break-word;
}

.table td:before {
    display: none;
}

.table td.row-actions a.primary-button {
    margin: 1em;
    font-size: 0.5em;
}

.table td .error {
    padding: 0;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Table
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div data-table="table-id" class="actions clearfix">
/     <a id="add-entity" class="primary-button add-entity">
/       <i class="material-icons">add</i>
/       <p>Add Entity</p>
/     </a>
/     <a class="primary-button print">
/       <i class="material-icons">print</i>
/       <p>Print</p>
/     </a>
/   </div>
/
/
*/

.table-actions {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.table-actions:before {
  content: 'Aktionen';
  position: absolute;
  font-size: 4rem;
  color: black;
  font-style: italic;
  font-weight: 800;
  opacity: 0.3;
  letter-spacing: 0.05em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) skewY(-3deg);
  z-index: -1;
}

.table-actions a.primary-button.print {
  float: right;
}

@media only screen and (min-width: 600px) {
  .table-actions:before {
    font-size: 5rem;
  }
}

@media only screen and (min-width: 768px) {
  .table-actions:before {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 992px) {
  .table-actions:before {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Table
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div data-table="" class="filter-container clearfix">
/     <p>Filter:</p>
/     <div class="chosen-filters">
/       Will contain the chosen filters
/     </div>
/     <a class="secondary-button add-filter">
/       <span class="text">
/         <i class="material-icons">filter_list</i>
/         Add Filters
/       </span>
/     </a>
/   </div>
/
/
*/


.filter-container {
    position: relative;
    margin-bottom: 2rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.filter-container:before {
    content: 'Filter';
    position: absolute;
    font-size: 4rem;
    color: black;
    font-style: italic;
    font-weight: 900;
    opacity: 0.3;
    letter-spacing: 0.05em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) skewY(-3deg);
    z-index: -1;
}

.filter-container p {
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: bold;
}

div.chosen-filters {
    margin: 0;
    display: block;
}

.filter-container .secondary-button {
    font-size: 0.9rem;
    width: auto;
    float: right;
    margin-top: 2em;
    padding: 0.75em 2em;
}

.filter-container .secondary-button .text {
    font-size: 1em;
}

.filter {
    background-color: #171717;
}

.filter:hover a {
    background-color: #171717;
}

.filter a:hover {
    background-color: var(--accent-color-2-dark);
}

@media only screen and (min-width: 600px) {
    .filter-container:before {
        font-size: 5rem;
    }
}

@media only screen and (min-width: 768px) {
    .filter-container:before {
        font-size: 6rem;
    }
}

@media only screen and (min-width: 992px) {
    .filter-container:before {
        font-size: 7rem;
    }
}

@media only screen and (min-width: 1200px) {

}

/*
/-------------------------------------------------------------------
/
/   Styles for: Table
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <span class="tag">
/     <span class="tag-details">
/       <span class="tag-key">Key</span>:<span class="tag-value">Value</span>
/     </span>
/     <a class="delete-button">
/       <i class="material-icons">close</i>
/     </a>
/   </span>
/
/
*/


.tag {
    background-color: var(--theme-color-2);
    border-radius: 50px;
    height: 2.5em;
    display: inline-block;
    padding-left: 1em;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    transition: 0.2s ease;
    font-size: 1rem;
    box-shadow: 0 2px 5px 0 var(--box-shadow);
    z-index: 1;
}

.tag:hover {
    background-color: var(--theme-color-3);
    cursor: pointer;
    box-shadow: 0 4px 6px 0 black;
}

.tag .tag-details {
    position: relative;
    margin-right: 0.5em;
    top: -0.9em;
}

.tag a {
    border-radius: 50%;
    height: 2.5em;
    width: 2.5em;
    position: relative;
    text-align: center;
    top: 0;
    display: inline-block;
    transition: 0.2s ease;
}

.tag:hover a {
    background-color: var(--theme-color-2);
}

.tag a:hover {
    background-color: var(--accent-color-2-dark);
}

.tag-details .tag-key {
    margin-right: 0.1em;
}

.tag-details .tag-value {
    margin-left: 0.25em;
}

.tag a i {
    font-size: 1.5em;
    padding: 0.25em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease;
    color: var(--accent-color-2-dark);
    font-weight: bold;
}

.tag a:hover i {
    color: var(--theme-color-2);
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

.is-typing:after {
    content: '|';
    color: var(--accent-color-1-light);
    -webkit-animation: blink 650ms infinite;
    animation: blink 650ms infinite;
}

@-webkit-keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*
/-------------------------------------------------------------------
/
/   Styles for: Time Schedule
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   <div class="time-schedule-container">
/     <hr class="current-time" />
/     <div class="time-scale">
/       <div class="hour full">
/         <span class="visual-aid"></span>
/         <span class="whole">15:00</span>
/         <span class="quarter">15:15</span>
/         <span class="half">15:30</span>
/         <span class="three-fourths">15:45</span>
/       </div>
/     </div>
/     <div class="locations">
/       <div class="fight-place" data-name="location 1">
/         <h2>Location 1</h2>
/         <div class="category done time-block" data-category="4" style="height: 12rem">
/           <h3>Kategorie <span class="category-name">4</span></h3>
/           <p><span class="duration">72</span> Minuten</p>
/         </div>
/       </div>
/     </div>
/
*/

.time-schedule-container {
    min-width: 100%;
    width: 100%;
    height: auto;
    position: relative;
    padding-left: 7em;
    display: flex;
}

.time-schedule-container .current-time-indicator {
    position: absolute;
    width: calc(100% - 9em);
    z-index: 11;
    left: 7em;
    margin-top: 4em; /* The standard top offset (hr is displayed exactly at the starting time of the tournament */
    border-color: var(--accent-color-1-light);
}

.time-schedule-container .time-scale {
    position: absolute;
    top: 4em;
    left: 0;
    border-left: 5px solid var(--accent-color-1-dark);
    height: calc(100% - 4em); /* This is the height of the names (h2 elements) of the fighting places which are not part of the timing schedule */
    width: 6em;
    z-index: 10;
}

.time-scale > span {
    /* This should be changed when changing the height of the one minute time unit height */
    font-size: 1em;
    height: 1.5em;
    line-height: 1.5em;
    display: block;
    position: relative;
    transform: translateY(-50%) translateY(2.5px);
    padding-left: 0.75em;
}

.time-scale > span:before {
    content: '';
    position: absolute;
    background-color: var(--accent-color-1-dark);
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5em;
}

.time-scale span.whole,
.time-scale span.start {
    padding-left: 1.25em;
}

.time-scale span.whole:before,
.time-scale span.start:before {
    width: 1em;
}

.time-schedule-container .fight-place {
    background-color: var(--theme-color-1);
    background-image: linear-gradient(180deg, var(--theme-color-3) 2px, var(--theme-color-1) 2px);
    background-size: 100% 10em;
    background-repeat: repeat-y;
    background-position: 0 4em;
    display: inline-block;
    height: 100%;
    width: 10rem;
    padding: 0.5rem;
    position: relative;
    box-shadow: 0 2px 5px 0 var(--box-shadow);
    margin: 0 0.5rem;
    vertical-align: top;
    overflow: hidden;
}

.fight-place h2 {
    margin: 0 0 0.5rem;
    padding: 0.5rem 0 1rem 0.5rem;
    background-color: var(--theme-color-2);
    border-radius: 5px;
    box-shadow: 0 2px 5px 2px var(--box-shadow);
    height: 3rem;
}

/* specific style for the time block inside the fight-place column container */
.fight-place .time-block {
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
}

/* general styles for the time block */
.time-block {
    cursor: pointer;
    box-shadow: 0 0 5px 2px black;
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--theme-color-2);
    background-color: var(--theme-color-3);
    transition: background-color 0.2s ease, border 0.2s ease;
}

.time-block.done {
    background-color: var(--theme-color-2);
    color: var(--theme-color-5);
    border-color: var(--box-shadow);
}

.time-block:hover {
    border-color: var(--accent-color-1-light);
    background-color: var(--theme-color-4);
}

.time-block.done:hover {
    border-color: var(--accent-color-1-dark);
    background-color: var(--theme-color-3);
}

.time-block h3 {
    margin: 0 0 0.5rem;
    text-shadow: 1px 1px 3px var(--text-shadow);
}

.time-block p {
    margin: 0.5rem 0 0;
    font-size: 1rem;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}
/*
/-------------------------------------------------------------------
/
/   Styles for: Tooltips
/
/-------------------------------------------------------------------
/
/ Generic Markup:
/   See: https://atomiks.github.io/tippyjs/
/
/
*/


.tt-trigger {
    color: var(--accent-color-1-dark);
    cursor: pointer;
    display: inline-block;
    font-size: 2rem;
    vertical-align: middle;
}

.tt-trigger i {
    font-size: inherit;
    transition: 0.2s ease;
}

.tt-trigger:hover i {
    color: var(--accent-color-1-light);
    transform: scale(1.2);
}

.tippy-box[data-theme~='svtora'] {
    font-size: 1rem;
    background-color: var(--theme-color-1);
    padding: 0.2rem;
    color: var(--text-color);
    text-shadow: 1px 1px 2px var(--text-shadow);
    box-shadow: 0 2px 10px 3px var(--box-shadow), 0 0 0 2px var(--accent-color-1-light) inset;
    word-wrap: break-word;
}

.tippy-box[data-theme~='svtora'] > .tippy-svg-arrow {
    fill: var(--accent-color-1-light);
    transform: scale(1.5);
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 1200px) {

}

.user-profile {
    border-radius: 3px;
    top: -10%;
    right: -5%;
    position: fixed;
    min-width: 20em;
    width: 90%;
    height: auto;
    transition: 0.2s ease;
    opacity: 0;
    transform: scale(0.25);
    box-shadow: 0 3px 10px 2px var(--box-shadow);
    z-index: 100;
    font-size: 0.8rem;
    visibility: hidden;
    background: linear-gradient(45deg, rgb(205, 205, 205) 10%, rgb(181, 181, 181) 65%);
    text-align: center;
}

.darkmode .user-profile {
    background: linear-gradient(45deg, rgb(48, 48, 48) 10%, rgb(74, 74, 74) 65%);
}

.user-profile.open {
    transform: scale(1);
    opacity: 1;
    top: 6.5rem;
    right: 1rem;
    visibility: visible;
}

.user-profile:before {
    content: '';
    background-image: url(/images/profile-arrow.svg?8b1f6ad6df443a901921f1705b06d903);
    backgrund-size: 30px 45px;
    width: 45px;
    height: 30px;
    position: absolute;
    top: -29px;
    right: 7px;
    z-index: -1;
    opacity: 0.5;
}

.darkmode .user-profile:before {
    opacity: 1;
}

.user-profile .user-wrapper {
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}

.user-profile.open .user-wrapper {
    height: auto;
}

.user-profile .user-wrapper:before {
    content: '';
    position: absolute;
    width: 50em;
    height: 50em;
    border-radius: 50%;
    top: -60%;
    left: 15%;
    border: 25px solid var(--theme-color-1);
    opacity: 0.5;
    z-index: -1;
    box-shadow: 0 0 50px 10px var(--box-shadow) inset, 0 0 5px 5px var(--box-shadow);
}

.user-profile p {
    font-size: 1.25em;
    margin: 0.5em 0;
    text-shadow: 2px 2px 5px var(--text-shadow);
}

.user-profile p:first-of-type {
    margin-top: 2em;
    font-weight: bold;
}

.user-profile p:last-of-type {
    margin-bottom: 2em;
    font-size: 1em;
}

.user-profile .secondary-button {
    width: 85%;
    margin-bottom: 1rem;
}

@media only screen and (min-width: 600px) {

}

@media only screen and (min-width: 768px) {

}

@media only screen and (min-width: 992px) {
    .user-profile {
        font-size: 1rem;
        width: 20%;
        max-width: 35em;
    }

    .user-profile.open {
        top: 6rem;
    }

    .user-profile .user-wrapper {
        padding-bottom: 0;
    }

    .user-profile .user-wrapper:before {
        top: -40%;
        left: 5%;
        width: 30em;
        height: 30em;
    }
}

@media only screen and (min-width: 1200px) {

}

/* General styles and fonts and stuff like that */

/* All available components */


