@import "material-icons.css";
@import 'fonts.css';
@import "grid.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    hyphens: auto;
}

body {
    font-size: 1.125rem;
    background: rgba(76, 141, 21, 0.77);
    color: #ffffff;
    line-height: 1.5;
    font-family: PT-Sans, sans-serif;
    padding-top: 15px;
}

div.break-line {
    border-top: 1px dotted #666666;
}


body a {
    color: #e8e8e8;
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: PT-Sans, sans-serif;
    font-weight: 400;
}

.background-image {
    text-align: center;
}

.logo-wrapper {
    max-width: 800px;
}

.background-image img {
    max-width: 100%;
    height: auto;
}

.padding-15 {
    padding: 15px;
}

.padding-top-15 {
    padding-top: 15px;
}

.width-15 {
    width: 15%;
}

.no-hyphens {
    hyphens: none;
}

.sticky {
    position: sticky;
}

.bottom-15 {
    bottom: 15px;
}

.bottom-0 {
    bottom: 0;
}

.margin-15 {
    margin: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}


/*<editor-fold desc="Debug">*/
pre.debug {
    background: #f2f2f2;
    text-align: left;
    min-height: 10px;
    font-size: 12px;
    color: #111111;
    border: 1px dotted #bbbbbb;
    white-space: pre-wrap;
    padding: 10px;
    word-wrap: break-word;
    margin-bottom: 3px;
}

pre.debug span.debug-counter {
    font-size: 40px;
    color: #cccccc;
    float: right;
}

pre.debug .break-line {
    width: calc(100% - 30px);
    border-top: 1px solid #666666;
    line-height: 10px;
    margin-top: 10px;
}

/*</editor-fold>*/

/*<editor-fold desc="Helper classes">*/
.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.flex-align-center {
    display: flex;
    justify-content: center;;
}

.margin-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.full-width {
    width: 100% !important;
}

.inline-block {
    display: inline-block;
}

.inline {
    display: inline;
}

/*</editor-fold>*/

/*<editor-fold desc="Button">*/
.button {
    cursor: pointer;
    display: table;
    background: #2c6014;
    transition: all .5s;
}

.button.error {
    background: #590101;
}

.button.error .button-icon {
    background: #3c0101;
}

.button:hover, .button:focus {
    background-color: #3a7d1b;
}

.button.error:hover, .button.error:focus {
    background-color: #8e0101;
    -webkit-box-shadow: 0 6px 9px 0 #590101;
    box-shadow: 0 6px 9px 0 #590101;
}


.button-icon {
    padding: 8px;
    display: table-cell;
    vertical-align: middle;
    background: #20460f;
    max-width: 54px;
    overflow: hidden;
}

.button-icon.settings {
    font-variation-settings: 'FILL' 1, 'wght' 400, 'GRAD' 0, 'opsz' 48;
}

.button-text {
    padding: 8px;
    display: table-cell;
}

.reload-page-button {
    cursor: pointer;
}

/*</editor-fold>*/

/*<editor-fold desc="404-Error-Page">*/
#not-found-page h1 {
    font-weight: 700;
    font-size: clamp(1.25rem, 0.2278rem + 4.6729vw, 3.125rem);
}

#not-found-page h2 {
    font-weight: 700;
    font-size: clamp(1rem, 0.6252rem + 1.7134vw, 1.6875rem);
}

#not-found-page article {
    margin-top: 15px;
}

#not-found-page .text-row {
    padding: 0 15px;
}

#not-found-page .error-img-wrapper {
    margin-bottom: 15px;
}

#not-found-page h3 {
    margin-top: 10px;
}

#not-found-page .back-icon {
    font-size: 40px;
}

#not-found-page .back-icon-text {
    vertical-align: middle;
}

#not-found-page .button {
    margin-left: auto;
    margin-right: auto;
}

.status-message-wrapper {
    opacity: 0;
}

.status-message {
    margin-left: auto;
    margin-right: auto;
    display: table;
}

@media (max-width: 606px) {
    .status-message {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
}

.status-message.error-message {
    background: #790000;
    -webkit-box-shadow: 0 6px 9px 0 #590101;
    box-shadow: 0 6px 9px 0 #590101;
}

.status-message-icon {
    background: #590101;
    display: table-cell;
    padding: 15px;
}

.status-message-icon i,
.status-message-reload-icon i {
    font-size: 40px;
    vertical-align: middle;
}

.status-message-text {
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
}

.status-message-text ul {
    font-weight: 700;
    list-style: none;
}

.status-message-reload-icon {
    background: #9a0000;
    display: table-cell;
    padding: 15px;
    text-align: center;
    font-weight: 700;
}


@media (min-width: 768px) {
    #not-found-page .logo-wrapper img {
        filter: drop-shadow(25px 24px 10px #000000);
    }
}

@media (max-width: 767px) {
    #not-found-page .logo-wrapper img {
        filter: drop-shadow(9px 21px 10px #000000);
    }
}

/*</editor-fold>*/

/*<editor-fold desc="Tab">*/
@media (max-width: 606px) {
    .tab, .buttons {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
}

.tab div {
    font-size: clamp(1.375rem, -0.1131rem + 7.4405vw, 4.5rem);
    color: white;
    text-align: center;
}

.tab span.number {
    color: #ffffff;
}

.tab span:not(.number, .tab-headline-icon) {
    color: #2c6014;
    display: block;
    font-size: clamp(0.75rem, 0.3978rem + 1.8786vw, 1.5625rem);
    font-weight: 700;
}

.tab h1 {
    font-size: clamp(1.125rem, 0.5893rem + 2.6786vw, 2.25rem);
}

.tab {
    -webkit-box-shadow: 0 6px 15px 0 #29820e;
    box-shadow: 0 6px 15px 0 #29820e;
    margin-bottom: 30px;
}

.tab h1 {
    color: #ffffff;
    vertical-align: middle;
}

.tab .tab-headline {
    display: table;
    background: #2c6014;
}

.tab .tab-headline h1,
.tab .tab-headline span {
    display: table-cell;
    padding: 8px;
}

.tab .tab-headline-icon {
    vertical-align: middle;
    background: #20460f;
    font-size: clamp(1.625rem, -0.217rem + 5.8943vw, 3.4375rem);
    max-width: 70px;
    overflow: hidden;
    opacity: 0;
    animation: loadIcon 1s ease 0.5s 1 normal forwards;
}

/*</editor-fold>*/

/*<editor-fold desc="Message-page">*/
@media (max-width: 606px) {
    #message-page .message {
        margin-left: 15px;
        margin-right: 15px;
        max-width: calc(100% - 30px);
    }
}

#message-page .message-wrapper {
    margin-top: 30px;
    display: table;
}

#message-page .success .message-wrapper {
    -webkit-box-shadow: 0 6px 15px 0 #29820e;
    box-shadow: 0 6px 15px 0 #29820e;
}

#message-page .error .message-wrapper {
    background: #790000;
    -webkit-box-shadow: 0 6px 9px 0 #590101;
    box-shadow: 0 6px 9px 0 #590101;
}

#message-page .message-page-icon i.material-symbols-outlined {
    font-size: clamp(1.625rem, -0.217rem + 5.8943vw, 3.4375rem);
}

#message-page .success .message-page-icon {
    background: #2c6014;
}

#message-page .error .message-page-icon {
    background: #590101;
}

#message-page .message-wrapper > * {
    display: table-cell;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    #message-page .message-wrapper > * {
        display: block;
    }

    #message-page .message-wrapper h3.width-15 {
        width: 100%;
        margin-bottom: 15px;
    }

    #message-page .text-row {
        padding: unset !important;
    }
}

#message-page h1 {
    font-weight: 700;
    font-size: clamp(1.125rem, 0.3664rem + 3.7931vw, 2.5rem);
}

#message-page h2 {
    font-weight: 700;
    font-size: clamp(0.875rem, 0.4957rem + 1.8966vw, 1.5625rem);
}

#message-page article {
    margin-top: 15px;
}

#message-page .text-row:not(.confirm) {
    padding-right: 15px;
}

#message-page .error-img-wrapper {
    margin-bottom: 15px;
}

#message-page .back-icon {
    font-size: clamp(1.125rem, 0.3664rem + 3.7931vw, 2.5rem);
}

#message-page .back-icon-text {
    vertical-align: middle;
    font-size: clamp(0.9375rem, 0.6961rem + 1.2069vw, 1.375rem);
}

#message-page .button {
    margin-left: auto !important;
    margin-right: auto !important;
}

#message-page .message-page-icon {
    padding: 15px 30px;
    vertical-align: middle;
}

/*</editor-fold>*/

/*<editor-fold desc="Date- & Timepicker">*/

#ui-datepicker-div {
    z-index: 10 !important;
}
.ui-icon::before {
    font-family: "Material Symbols Outlined";
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

.ui-datepicker-calendar thead tr th {
    color: #555555;
}

.ui-widget:not([id*="accordion"]):not(.ui-slider)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #20460f transparent;
}

.ui-widget .spacer {
    float: none !important;
    height: 15px !important;
}

.ui-widget[style]:not(.ui-slider) {
    background: #ffffff;
    padding: 0 15px 15px 15px;
    margin-top: 15px;
    min-width: 245px;
    font-size: 0.875rem !important;
}

.ui-timepicker {
    text-align: center;
}

.ui-widget:not([id*="accordion"]):not(.ui-slider)::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 20px;
    top: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #20460f transparent;
}

.ui-widget a {
    text-decoration: none;
}

.ui-widget-header {
    background: #20460f;
    margin: 0 0 15px -15px !important;
    width: calc(100% + 30px);
    padding: 15px 15px;
    position: relative;
    text-align: center;
    height: auto !important;
    color: #ffffff;
}

.ui-datepicker-header {
    padding-left: 45px;
    padding-right: 45px;
}

.ui-timepicker-header {
    font-weight: 600;
}

.ui-datepicker-header a {
    color: #ffffff;
    position: absolute;
    top: 15px;
    height: 31px;
    width: 31px;
    line-height: 31px;
    background: #ffffff;
    border-radius: 50%;
    display: block;
    cursor: pointer;
}

.ui-datepicker-header a:not(.ui-state-disabled):hover,
.ui-datepicker-header a:not(.ui-state-disabled):focus {
    background: #2c6014;
}

.ui-state-disabled,
a.ui-state-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

a.ui-datepicker-prev {
    left: 10px;
}

a.ui-datepicker-next {
    right: 10px;
}

.ui-icon {
    font-size: 0;
}

.ui-icon::before {
    color: #20460f;
    font-size: 23px;
}

.ui-datepicker-header a:not(.ui-state-disabled):hover .ui-icon::before,
.ui-datepicker-header a:not(.ui-state-disabled):focus .ui-icon::before {
    color: #ffffff;
}

.ui-datepicker-prev .ui-icon::before {
    content: "keyboard_arrow_left";
}

.ui-datepicker-next .ui-icon::before {
    content: "keyboard_arrow_right";
}

.ui-datepicker-header select {
    padding: 7px 30px 7px 7px;
    background-position: center right 10px;
    min-width: 80px;
}

.ui-datepicker-header select + select {
    margin-left: 10px;
}

.ui-datepicker-calendar {
    text-align: center;
}

.ui-datepicker-calendar tbody td {
    padding: 1px;
}

.ui-widget .ui-datepicker-calendar a,
.ui-widget .ui-timepicker-hour,
.ui-widget .ui-timepicker-minute {
    border: 1px solid rgba(0, 0, 0, 0.3);
    cursor: pointer;
    height: auto !important;
    text-align: center !important;
    min-width: 33px !important;
    -webkit-transition: color 300ms linear, background 300ms linear;
    -moz-transition: color 300ms linear, background 300ms linear;
    -ms-transition: color 300ms linear, background 300ms linear;
    -o-transition: color 300ms linear, background 300ms linear;
    transition: color 300ms linear, background 300ms linear;
    float: none !important;
    color: #20460f;
    background: transparent;
}

.ui-widget .ui-timepicker-hour,
.ui-widget .ui-timepicker-minute {
    display: inline-block !important;
}

.ui-widget .ui-datepicker-calendar a {
    display: block !important;
}

.ui-timepicker-hour,
.ui-timepicker-minute {
    margin: 1px !important;
}

.ui-widget .ui-state-active,
.ui-widget .ui-state-active.ui-state-default,
.ui-widget .ui-datepicker-calendar a:hover,
.ui-widget .ui-datepicker-calendar a:focus,
.ui-widget .ui-timepicker-hour:hover,
.ui-widget .ui-timepicker-hour:focus,
.ui-widget .ui-timepicker-minute:hover,
.ui-widget .ui-timepicker-minute:focus {
    color: #ffffff !important;
    background: #20460f;
    border-color: #20460f;
}

.ui-datepicker-buttonpane {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 15px;
    padding-top: 15px;
}

.ui-datepicker-buttonpane button.ui-datepicker-current {
    color: #ffffff;
}

:is(.ui-datepicker-buttonpane) button {
    background: #20460f;
}

.ui-datepicker-buttonpane button {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8125rem;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 10px 15px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 300ms linear, color 300ms linear, border 300ms linear, outline 300ms linear;
}

.ui-datepicker-buttonpane button.ui-datepicker-close {
    color: #555555;
    background: #ffffff !important;
    border-color: rgba(0, 0, 0, 0.3);
}
.buttonsSubmit span + span, .buttonsSubmit a + a, .ui-datepicker-buttonpane button + button, :is(#confirm, .confirmForm) > fieldset > input + input, .popUpBtn + .popUpBtn {
    margin-left: 15px;
}

/*</editor-fold>*/