body {
  font-family: arial;
  text-align: center;
  margin-top: 0px;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: var(--background00);
  color: var(--text00);
}

a {
  text-decoration: none;
  color: var(--text00);
}

button {
  cursor: pointer;
}

@view-transition {
  navigation: auto;
}

@keyframes move-out {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@keyframes move-in {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}

::view-transition-old(root) {
  animation: 0.4s ease-in both move-out;
}

::view-transition-new(root) {
  animation: 0.4s ease-in both move-in;
}

@media (display-mode: standalone) and (max-width: 650px) {
  body .bottom-bar {
    height: 45px;
    position: fixed;
    width: 100%;
    background-color: var(--background00);
    z-index: 10000;
    bottom: 0px;
  }

  body .menu {
    bottom: 45px;
  }
}

@media screen and (max-width: 650px) {
  body .footer-menu-outer {
    width: 100%;
  }

  body .date-line-padding {
    width: 380px;
  }

  body .delete-edit-image {
    opacity: 0.7;
    top: 20px;
  }

  body .edit-image-container {
    display: flex;
  }

  body .content {
    width: 400px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    left: 4px;
    height: unset;
  }

  body .menu {
    width: 400px;
    left: calc(50% - 200px);
    padding-top: 6px;
  }

  body .menu-hamburger {
    left: 90px;
    top: 10px;
  }

  body .menu-hamburger:hover {
    opacity: 1;
  }

  body .menu h1 {
    font-size: 32px;
    top: 85px;
    left: 14px;
  }  

  body .menu table {
    position: relative;
    top: -50px;
  }

  /*body .menu:hover,*/
  body .menu.menu-clicked {
    height: 305px;
  }

  body .delete-day,
  body .delete-entry,
  body .delete-entry-image {
    opacity: 1 !important;
  }

  body .list-container h2 {
    font-size: 18px;
    max-width: 350px;
    top: 10px;
    max-width
  }

  body .list-container h2.note {
    max-width: 250px;
  }

  body .list-container p {
    top: 5px;
    font-size: 14px;
    margin-bottom: 14px;
    color: var(--text01);
    max-width: 350px;
  }

  body .list-container .icon-logout,
  body .list-container .icon-equipment,
  body .list-container .icon-archive,
  body .delete-list-entry,
  body .list-container .icon-journal,
  body .list-container .icon-edit {
    margin-bottom: 10px;
  }

  body .delete-list-entry {
    position: initial;
    display: inline-block;
    background-size: 28px;
    background-position-x: 4px;
    background-position-y: 4px;
    background-repeat: no-repeat;
    height: 35px;
    width: 35px;
    border-style: solid;
    border-color: var(--border01);
    border-width: 1px;
    border-radius: 5px;
    margin-top: 5px;
    margin-left: 10px;
    opacity: 1;
    transition: opacity 0.3s  
  }

  body .edit-container h1 {
    font-size: 18px;
  }

  body .edit-container td.label {
    font-size: 15px;
    width: 190px;
  }

  body .edit-container input[type=password],
  body .edit-container input[type=text] {
    width: 100%;
    height: 18px;
    margin-right: 10px;
  }

  body .entry-unit span {
    padding-right: 11px;
  }  

  body .edit-container textarea {
    width: 198px;
    height: 50px;
    margin-right: 10px;
  }

  body .edit-container select {
    width: 205px;
    height: 23px;
    margin-right: 10px;
  }

  body .edit-container input[type=date] {
    width: 196px;
    height: 20px;
    margin-right: 10px;
  }  

  body .edit-container input[type=file],
  body .copy-share-link-button,
  body button.share-button,
  body .cancel-button,
  body .edit-container input[type=submit] {
    font-size: 12px;
  }

  body .edit-container img {
    max-width: 353px;
    max-height: 1000px;
    margin-left: 4px;
    margin-bottom: 5px;
  }

  body .entry-container-image img {
    max-width: 337px;
    max-height: 1000px;
  }

  body .edit-container td {
    font-size: 14px;
  }

  body .detail-journal-container td.label {
    width: 135px !important;
  }

  body .detail-journal-container table {
    width: 360px;
  }

  body .equipment-menu-table-new-entry a,
  body .menu-table-new-entry a {
    width: 33px;
    height: 33px;
    border-radius: 5px;
    background-size: 24px;
    background-position-x: 5px;
    background-position-y: 5px;
  }

  body .home-gras-image-home {
    width: 200px;
    margin-left: 100px;
    margin-top: 0px;
    margin-right: 37px;
    margin-bottom: 25px;
  }  

  body .home-content-container h1 {
    font-size: 38px;
    left: 105px;
    width: 250px;
  }  

  body .menu-home {
    width: 250px;
    text-align: left;
    position: relative;
    left: 125px;
    top: 0px;
  }

  body .menu-home a {
    font-size: 20px;
    line-height: 35px;
  }  

  body .menu-table-new-entry {
    padding-left: 18px;
  }

  body .login-image {
    width: 105px;
    margin-top: 50px;
    margin-bottom: 70px;
    margin-left: 15px;
  }

  body .login-box {
    width: 384px;
  }

  body .login-box-inner {
    width: 170px;
    padding-top: 0px;
    padding-bottom: 30px;
  }

  body .edit-container input[type=text].input-full-length,
  body .edit-container input[type=password].input-full-length {
    width: 197px !important;
  }  

  body .list-container td.grow-state-line {
    max-width: 155px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: -1px;
  }

  body .menu-table-grows {
    width: 350px;
  }

  body .menu-table-new-entry {
    width: 362px;
    height: 235px;
    transition: height 0.5s
  }

  body .menu-table-new-entry-outer {
    width: 400px;
    height: 263px;
  }

  body .height-space-200 {
    height: 164px;
  }

  body .menu-table-new-entry-outer-journal {
    width: 400px;
    height: 167px;
  }

  body .menu-table-new-entry-journal {
    width: 362px;
    height: 140px;
    padding-left: 18px;
  }

  body .menu-table-grows-outer {
    width: 400px;
  }

  body .menu-left-side {
    top: 185px;
    left: 55px;
  }

  body .menu-right-side {
    top: 185px;
    left: 220px;
  }

  body .menu a {
    font-size: 16px;
  }

  body .main-menu-icon {
    line-height: 24px;
    background-size: 16px;
    padding-left: 28px;
    background-position-y: 3px;
  }

  body .equipment-menu-table-new-entry-outer .equipment-menu-table-new-entry a,
  body .equipment-menu-table-new-entry-outer .menu-table-new-entry a { 
    width: 35px;
    height: 35px;
    background-position-x: 6px;
    background-position-y: 6px;
  }

  body .equipment-entry-container h2 {
    width: 195px;
    max-width: 195px;
  }

  body .equipment-menu-table-new-entry-outer .equipment-menu-table-new-entry,
  body .equipment-menu-table-new-entry-outer .menu-table-new-entry {
    width: 370px;
    height: 105px;
  }

  body .equipment-menu-table-new-entry-outer {
    width: 400px;
    height: 130px;
  }

  body .height-space-140 {
    height: 117px;
  }

  body .equipment-entry-container p {
    top: 5px;
    font-size: 14px;
    margin-bottom: 5px;
    color: var(--text01);
    max-width: 350px;
  }

  body .home-content-container .main-menu-icon {
    background-position-y: 9px;
  }

  body .menu-table-grows .icon-changelog-copy-share-link:hover,
  body .menu-table-grows .icon-changelog-share:hover {
    opacity: 1;
    transition: opacity 0.3s
  }  

  body li.changelog {
    max-width: 325px !important;
    color: var(--text01);
    font-size: 14px;
    line-height: unset !important;
    margin-bottom: 10px;
  }

  body .entry-container p {
    max-width: 270px;
  }

  body #timeline .month-year {
    width: 140px;
  }

  body #timeline .stage-line {
    width: 200px;
  } 

  body #timeline .timeline-day {
    width: 34px;
    margin-right: 5px;
    height: 30px;
  }

  body #timeline #week-plus, 
  body #timeline #week-minus {
    background-size: 15px;
    background-position-y: 0px;
    margin-top: 16px;   
  }

  body #timeline #week-minus {
    background-position-x: 10px;
  }

  body #timeline #week-plus {
    background-position-x: 7px;
  }

  body .height-space-283 {
    height: 248px;
  }

  body #timeline .entry-exists {
    width: 29px;
    margin-left: 2px;    
  }

  body #timeline .week-day {
    font-size: 13px;
  }

  body #timeline .day {
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 1px;
    margin-bottom: 5px;
  }

  body #timeline {
    height: 89px;
    margin-top: 10px;
  }

  body .height-space-164 {
    height: 153px;
  }

  body .menu-new-entry {
    margin-right: 4px;
    margin-bottom: 0px;
  }

  body #timeline #week-plus, 
  body #timeline #week-minus {
    margin-right: 5px;
  }

  body .journal-filter-container {
    position: absolute;
    top: 4px;
    right: 18px;    
  }

  body #journal-filter-checkboxes {
    top: 29px;
    font-size: 14px;
    color: var(--text01);
    line-height: 30px;
    width: 145px;
  }

  body .journal-filter-select-box {
    height: 17px;
    width: 145px;
    top: 12px;
  }

  body .journal-filter-icon {
    width: 123px;
    font-size: 14px;
    top: -1px;
    background-size: 12px;
    padding-left: 23px;
  }

  body .journal-icon-arrow-up {
    background-position-y: 3px;
  }

  body .overflow-journal-top-menu {
    height: 180px;
  }

  body .menu-table-new-entry-outer-journal #timeline {
    position: relative;
    top: -15px;
  }

  body .equipment-menu-table-new-entry-journal {
    width: 350px;
  }

  body .equipment-menu-table-new-entry-outer-journal {
    width: 400px;
  }

  body .edit-file-container .file-download {
    font-size: 14px;
  }

  body .entry-image-thumb {
    width: 335px;
  }

  body .note-list-file {
    font-size: 14px;
    color: var(--text01);
    background-position-y: 8px;
    max-width: 210px;
    white-space: nowrap;
    overflow: hidden;
  }

  body .list-container-note p {
    margin-top: 3px;
  }

  body .login-features ul {
    margin-left: 95px;
    margin-top: -3px;
  }

  body .login-feature-content {
    top: 478px;
    background-color: var(--background02);
    left: 0px;
    border-radius: 9px;
    max-width: 383px;
    width: 383px;
  }

  body .login-box-inner {
    right: unset;
    left: 110px;
  }

  body .screenshots {
    position: absolute;
    top: 572px;
  }

  body .screenshot {
    width: 88px;
    margin-bottom: -8px;
  }

  body .login-features {
    right: 12px;
    max-width: 365px;
  }

  body .login-features li {
    font-size: 14px;
  }

  body .full-image h3 {
    font-size: 16px;
  }

  body .login-feature-content ul {
    margin-top: 15px;
    margin-left: -15px;
    margin-bottom: 8px;
    width: 235px;
  }

  body .login-feature-content li {
    font-size: 14px;
  }  

  body .login-image-features {
    display: block;
    position: absolute;
    width: 105px;
    right: 7px;
    top: 60px;
  }

  body .klaro .cookie-modal .cm-modal.cm-klaro {
    margin: 0 auto !important;
    position: relative !important;
  }

  body .klaro .cookie-modal .cm-modal.cm-klaro {
    width: 385px !important;
    left: 0px !important; 
  }

  body .klaro .cookie-modal .cm-modal .cm-header h1 {
    font-size: 18px;
    font-family: arial !important;
    margin-left: -1px;
  }

  body .klaro .cookie-modal p, body .klaro .cookie-modal h1, body .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
    line-height: 20px !important;
    font-size: 14px;
  }

  body .klaro .cookie-modal .cm-modal .cm-footer-buttons {
    display: block;
  }

  body .klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: arial;
  }

  body .smal-height {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
    min-height: 8px !important;
  }  

  body .list-container-content-view li {
    font-size: 14px;
    color: var(--text01);
  }

  body ul.list-container-content-ul-width {
    max-width: 330px !important;
  }

  body .list-container-content-view ul {
    max-width: 240px;
  }

  body .features-content-screenshot {
    width: 75px;
  }

  body #user-register-form td.label {
    padding-left: 15px;
    width: 250px;
    color: var(--text01);
    font-size: 14px;
  }

  body #user-register-form input.input-field {
    width: 180px;
    color: var(--text01);
    font-size: 14px;
    margin-right: 10px;  
  }

  body #user-register-form select.select-field {
    color: var(--text01);
    font-size: 14px;    
    width: 188px;
  }  

  body #user-register-form td.checkbox-label-td {
    color: var(--text01);
    font-size: 14px;
    width: 320px;
  }

  body #user-register-form td.checkbox-td {
    color: var(--text01);
    font-size: 14px;
  }

  body .statistic-value {
    width: 80px;
  }

  body h3.water,
  body h3.cut,
  body h3.note,
  body h3.pesticide,
  body h3.repot,
  body h3.stage,
  body h3.exposureTime,
  body h3.training,
  body h3.temperature,
  body h3.humidity,
  body h3.fertilization,
  body h3.wash,
  body h3.trouble,
  body h3.yeld {
    width: 280px;
  }

  body a:has(h3.water),
  body a:has(h3.cut),
  body a:has(h3.note),
  body a:has(h3.pesticide),
  body a:has(h3.repot),
  body a:has(h3.stage),
  body a:has(h3.exposureTime),
  body a:has(h3.training),
  body a:has(h3.temperature),
  body a:has(h3.humidity),
  body a:has(h3.fertilization),
  body a:has(h3.wash),
  body a:has(h3.trouble),
  body a:has(h3.yeld) {
    width: 280px;
  }  

  #timeline .line-break {
    display: none;
  }

  .line-break {
    display: block;
  }
}

input::file-selector-button {
  border-radius: 5px;
  border-style: none;
  height: 25px;
  font-size: 15px;
  background-color: var(--background01);
  color: var(--text00) !important;
  padding-left: 15px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
  cursor: pointer;
}

input::file-selector-button:hover {
  opacity: 0.5;
}

h2.statistic-detail-headline {
  font-size: 18px;
  margin-bottom: 10px;
}

.statistic-value {
  display: inline-block;
  width: 40px;
  text-align: right;
  padding-right: 10px;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.statistic-label {
  display: inline-block;
  width: 90px;
  font-size: 15px;
  margin-bottom: 0px;
  margin-top: 5px;
}

input[type="button"]:hover,
input[type="submit"]:hover,
button.share-button:hover,
button:hover {
  opacity: 0.5;
}

input[type="button"],
input[type="submit"],
button.share-button,
button {
  background-color: var(--background01) !important;
  color: var(--text00) !important;
  border-style: none;
  border-width: 1px;
  border-radius: 5px;
  cursor: pointer;
  padding-top: 4px;
  padding-left: 15px;
  padding-right: 12px;
  padding-bottom: 4px;
  filter: invert(0) !important;
  opacity: 1;
  transition: opacity 0.3s;
}

input[type="submit"][disabled],
input[type="button"][disabled] {
   color: var(--text02) !important;
   opacity: 1 !important;
   cursor: unset !important;
}

textarea,
select,
input[type="text"],
input[type="date"],
input[type="password"] {
  background-color: var(--background04);
  color: var(--text00) !important;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  padding: 4px;
  border-color: var(--border01); 
}

select {
  padding-left: 0px !important;
}

#user-register-form select.select-field {
  width: 297px;
  height: 23px;
}

#user-register-form td.label {
  padding-left: 15px;
  width: 250px;
}

#user-register-form input.input-field {
  width: 290px;
}

#user-register-form td.checkbox-td {
  vertical-align: top;
  padding-left: 10px;
  white-space: nowrap;
}

.bold {
  font-weight: bold;
}

.icon-equipment:hover,
.icon-grow-add:hover,
.icon-copy-share-link:hover,
.share-button:hover {
 opacity: 0.5 !important;
}

ul.list-container-content-ul-width {
  max-width: 500px !important;
}

.features-img-content-container {
  margin-left: 15px;
  margin-top: 15px;
  display: inline-block;
}

.list-container-content-view ul {
  display: inline-block;
  vertical-align: top;
  max-width: 400px;
}

.list-container-content-view li {
  margin-bottom: 10px;
}

.features-content-screenshot {
  width: 100px;
  border-radius: 9px;
}

.content-headline-container h2 {
  width: 300px !important;
}

.smal-height {
  margin-top: 3px;
  margin-bottom: 3px;
  min-height: 8px;
}

.list-container-content-view {
  margin-top: 15px;
  padding-bottom: 20px;
}

.list-container-content-view h3 {
  margin-left: 15px;
  padding-top: 15px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 16px;  
}

.error-404-content {
  font-weight: bold;
  font-size: 14px;
  padding-top: 20px;
  left: 28px !important;
}

.error-404-img-container {
  width: 100px;
  margin: 0 auto;
  margin-top: 50px;
  height: 120px;  
}

.error-404-img-container img {
  width: 100px;
  margin-top: -11px;
}

.content-headline-container h1 {
  top: 7px;
}

.content-headline-container h2 {
  top: -7px !important;
  left: 1px;
}

.screenshots {
  margin-bottom: 200px;
  position: relative;
  top: 15px;
}

.login-features ul {
  margin-top: 2px;
}

.content-headline-container {
  height: 90px !important;
}

body .klaro .cookie-modal .cm-modal.cm-klaro {
  width: 580px;
  background-color: var(--background02);
  border-radius: 9px;
  left: -4px;
}

body .klaro .cookie-modal .cm-modal .cm-header h1.title {
  color: var(--text00);
  font-family: arial;  
}

.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  color: var(--text00) !important;
  font-family: arial !important; 
}

body .klaro {
  font-size: 16px;
}

.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .context-notice .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
  background-color: var(--background00) !important;
}

.klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
  background-color: var(--background00) !important;
}

.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
  color: var(--text00) !important;
}

.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider, .klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider {
  background-color: var(--background00) !important;
  opacity: 1 !important;
}

.klaro .cookie-modal p, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
  line-height: 24px !important;
}

.klaro .cookie-modal .cm-list-label .slider, .klaro .context-notice .cm-list-label .slider, .klaro .cookie-notice .cm-list-label .slider {
  background-color: var(--background03) !important;
  opacity: 1 !important;
}

.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
  background-color: var(--background03) !important;
}

.login-image-features {
  display: none;
}

.login-feature-content {
  position: absolute;
  top: 11px;
  left: -10px;
  max-width: 370px;
}

.login-feature-content ul {
    margin-top: 5px;
}

.login-head {
  position: relative;
  top: 13px;
}

.login-features {
  position: absolute;
  top: 10px;
  right: 15px;
  max-width: 370px;
}

.login-feature-content li {
  font-size: 16px;
  padding-bottom: 9px;  
}

.login-features li {
  font-size: 16px;
  padding-bottom: 8px;
}

.login-features h2 {
  font-size: 18px;
  margin-top: 0px;
  font-style: italic;
  margin-bottom: -5px;
}

.screenshot {
  width: 138px;
  margin-left: 10px;
  margin-right: 0px;
  margin-top: 15px;
  margin-bottom: 10px;
  border-radius: 10px;
}

.view-back-button {
  background-image: url(../images/zuruck.png);
  background-size: 19px;
  background-position-y: 5px;
  background-position-x: 5px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 12px;
  right: 12px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border01);
  border-radius: 5px;
  cursor: pointer;
  display: none;
}

.full-image a {
  color: var(--background02) !important;
}

.share-list {
  background-image: url(../images/teilen.png);
  right: 91px;
}

.share-link-list {
  background-image: url(../images/kopieren.png);
  right: 50px;
}

.share-list,
.share-link-list {
  background-size: 28px;
  background-position-y: 5px;
  background-position-x: 4px;
  background-repeat: no-repeat;
  width: 36px;
  height: 36px;
  display: inline-block;
  position: absolute;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  border-color: var(--border01);
  top: 20px;
  cursor: pointer;  
  opacity: 1;
  transition: opacity 0.3s
}

.note-list-file {
  display: block;
  background-image: url(../images/datei.png);
  background-size: 22px;
  background-position-y: 10px;
  background-position-x: 8px;
  background-repeat: no-repeat;
  padding-left: 35px;
  height: 22px;
  padding-top: 12px; 
}

.entry-container-file {
  position: relative;
}

.entry-container-file .entry-file {
  background-image: url(../images/datei.png);
  background-size: 22px;
  background-position-y: 1px;
  background-position-x: 17px;
  background-repeat: no-repeat;
  padding-left: 54px;
  display: inline-block;
  height: 20px;
  font-size: 12px;
  padding-top: 5px;
  color: var(--text01);
}

.entry-container-file .delete-entry-image {
  top: 0px;
  right: 11px;
  background-size: 15px;
  background-position-y: 0px;
  background-position-x: 0px;
}

.edit-file-container {
  position: relative;
}

.edit-file-container .file-download {
  background-image: url(../images/datei.png);
  background-size: 22px;
  background-position-y: -2px;
  background-position-x: 0px;
  background-repeat: no-repeat;
  padding-left: 25px; 
  display: inline-block;
  height: 30px;
  font-size: 15px;
}

.edit-file-container .delete-edit-image {
  top: 0px;
  right: 7px; 
  opacity: 1;
  background-position-y: 0px;
  background-size: 18px;
  transition: opacity 0.3s 
}

.today-current-stage {
  color: var(--text01);
  font-size: 12px;
  position: absolute;
  left: 21px;
  bottom: 6px;
}

.back-to-top {
  background-image: url(../images/pfeil-nach-oben.png);
  background-size: 15px;
  background-position-y: 2px;
  background-position-x: 4px;
  background-repeat: no-repeat;  
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin-top: -8px;
  margin-bottom: -5px;
  position: absolute;
  right: 20px;
}

.content-headline-container h1,
.equipment-menu-table-new-entry-outer-journal h2,
.equipment-menu-table-new-entry-outer-journal h3 {
  position: relative;
  left: -20px;
}

.overflow-journal-top-menu {
  overflow: hidden;
  position: relative;
  top: -10px;
  transition: height 0.5s;
  height: 210px;
}

.journal-filter-container {
  /*width: 200px;*/
  height: 20px;
  float: left;
}

.journal-headline-container {
  float: left;
  width: 371px;
}

.journal-filter-select-box {
  position: relative;
  width: 166px;
  border-color: var(--border01);
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
  height: 21px;
  top: 14px;
}

.journal-filter-icon {
  background-image: url(../images/filter.png);
  background-size: 14px;
  background-position-y: 2px;
  background-position-x: 6px;
  background-repeat: no-repeat;
  padding-left: 25px;
  color: var(--text01);
  font-size: 16px;
  position: relative;
  top: 1px;
  width: 140px;
  display: inline-block;  
}

.journal-icon-arrow-up {
  background-image: url(../images/pfeil-nach-unten.png);
  background-size: 9px;
  background-position-y: 5px;
  background-position-x: 6px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 2px; 
}

.journal-filter-select-box select {
  width: 200px;
  height: 26px;
  font-size: 16px;
  margin-top: 12px;
}

#journal-filter-checkboxes {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  background-color: var(--background02);
  z-index: 11111;
  width: 165px;
  top: 37px;
  line-height: 30px;  
  border: 1px var(--text01) solid;
  border-radius: 5px;
  transition: max-height 0.5s
}

.journal-filter-checkboxes {
  max-height: 470px !important;
  opacity: 1 !important;
}

.beam-left {
  color: var(--text00);
  position: absolute;
  width: 6px;
  height: calc(100% + 11px);
  background-color: var(--background03);
  left: -30px;
  border-radius: 3px;
}

#journal-filter-checkboxes label {
  display: block;
}

#journal-filter-checkboxes label input {
  position: relative;
  top: 1px;
}

.journal-filter-over-select {
  position: absolute;
  top: 25px;
}

.today {
  background-color: var(--background03);
  border-radius: 5px;
  padding-top: 1px;
}

.align-right {
  text-align: right;
}

.height-space-283 {
  height: 279px;
}

#timeline {
  height: 90px;
}

#timeline .timeline-day {
  border-style: none;
  border-color: var(--border01);
  border-width: 1px;
  border-top-style: none;
  border-bottom-style: none;
  width: 50px;
  height: 50px;
  margin-left: 0px;
  margin-right: 10px;
  text-align: center;
  float: left;
  font-family: arial;
}

#timeline .month-year {
  color: var(--text01);
  font-size: 14px;
  width: 199px;
  float: left;
  font-weight: bold;
  margin-bottom: 6px;
  margin-left: 2px;
}

#timeline .stage-line {
  color: var(--text01);
  font-size: 14px;
  width: 336px;
  text-align: right;
  float: left;
  font-weight: bold;
}

#timeline .week-day {
  margin-top: 3px;
  margin-bottom: 2px;
  font-weight: bold;
  color: var(--text01);
}

#timeline .day {
  margin-top: 0px;
  margin-bottom: 0px;
}

#timeline .entry-exists {
  width: 39px;
  height: 6px;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 6px;
  border-style: solid;
  border-color: var(--border01);
  border-width: 1px;
}

#timeline .entry-exists-visible {
  background-color: var(--background03);
}

#timeline #week-plus,
#timeline #week-minus {
  font-size: 18px;
  color: var(--text01);
  margin-top: 18px;
  font-stretch: ultra-condensed;
  font-weight: bold;
  cursor: pointer;
  margin-right: 12px;
  background-size: 18px;
  background-position-y: 0px;
  background-position-x: 19px;
  background-repeat: no-repeat;
  opacity: 0.7;  
}

#timeline #week-minus {
  background-image: url(../images/pfeil-nach-links.png);
}

#timeline #week-plus {
  background-image: url(../images/pfeil-nach-rechts.png);
}

#timeline a {
  border-style: none;
}

.menu-table-grows .icon-changelog-share,
.menu-table-grows .icon-changelog-copy-share-link {
  display: inline-block;
  background-size: 28px;
  background-position-x: 4px;
  background-position-y: 4px;
  background-repeat: no-repeat;
  height: 35px;
  width: 35px;
  border-style: solid;
  border-color: var(--border01);
  border-width: 1px;
  border-radius: 5px;
  opacity: 1;
  position: absolute;
  top: 16px;  
  cursor: pointer;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  transition: opacity 0.3s
}

.menu-table-grows .icon-changelog-share {
  background-image: url(../images/teilen.png);
  right: 56px;
}

.menu-table-grows .icon-changelog-copy-share-link {
  background-image: url(../images/kopieren.png);
  right: 10px;
}

.menu-table-grows .icon-changelog-copy-share-link:hover,
.menu-table-grows .icon-changelog-share:hover {
  opacity: 0.5;
}

body .edit-container input[type=text].input-full-length,
body .edit-container input[type=password].input-full-length {
  width: 351px;
}

body h2.changelog {
  width: 300px;
}

body h3.changelog {
  font-size: 17px;
  position: relative;
  font-size: 17px;
  top: 10px;
  left: 10px;  
}

body h4.changelog {
  font-size: 16px;
  margin-left: 10px;
  margin-bottom: -5px;
}

body p.changelog-release-date {
  font-size: 14px;
  color: var(--text01);
  margin-left: -5px;
  margin-top: -14px;  
}

body li.changelog {
  line-height: 24px;
  max-width: 525px;
}

.equipment-menu-table-new-entry-outer-journal {
  position: fixed;
  top: -5px;
  background-color: var(--background01);
  width: 600px;
  height: 89px;
  z-index: 10000;
}

.equipment-menu-table-new-entry-journal {
  background-color: var(--background02);
  padding-top: 1px;
  margin: 2px;
  margin-bottom: 10px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding-bottom: 15px;
  margin-left: 10px;
  padding-left: 30px;
  margin-right: 10px;
  position: fixed;
  width: 550px;
  top: -5px;
  height: 61px;
}

.vpd-yellow,
.vpd-green,
.vpd-blue,
.vpd-red,
.vpd-purple {
  display: inline-block;
  width: 20px;
  height: 11px;
  background-color: #ff0000;
  border-radius: 3px;
  margin-bottom: -1px;
}

.vpd-yellow {
  background-color: #f7fe2f;
}

.vpd-green {
  background-color: #00ff00;
}

.vpd-blue {
  background-color: #0000ff;
}

.vpd-purple {
  background-color: #ff00ff;
}

.main-menu-icon {
  background-size: 20px;
  background-position-x: 0px;
  background-position-y: 4px;
  background-repeat: no-repeat;
  padding-left: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
}

.main-menu-icon-home {
  background-image: url(../images/home.png);
}

.main-menu-icon-features {
  background-image: url(../images/features.png);
}

.main-menu-icon-changelog {
  background-image: url(../images/changelog.png);
  background-position-y: 5px;
}

.main-menu-icon-logout {
  background-image: url(../images/logout.png);
  background-position-y: 6px;
}

.main-menu-icon-contact {
  background-image: url(../images/kontakt.png);
}

.main-menu-icon-imprint {
  background-image: url(../images/impressum.png);
}

.main-menu-icon-data-privacy {
  background-image: url(../images/datenschutz.png);
}

.main-menu-icon-app-install {
  background-image: url(../images/download.png);
  display: none;
}

.main-menu-icon-changelog {
  background-image: url(../images/information.png);
}

.main-menu-icon-setup {
  background-image: url(../images/setup.png);
}

.main-menu-icon-note {
  background-image: url(../images/notiz.png);
}

.main-menu-icon-account {
  background-image: url(../images/benutzer.png);  
}

.main-menu-icon-grows {
  background-image: url(../images/pflanze.png);
}

.main-menu-icon-genetics {
  background-image: url(../images/samen.png);
}

.main-menu-icon-seedbank {
  background-image: url(../images/bank.png);
}

.main-menu-icon-dealer {
  background-image: url(../images/handler.png);
}

.note-list-image {
  position: absolute !important;
  top: 0px;
  right: 10px;
}

.list-container-note p {
  left: 10px !important;
  margin-bottom: 10px !important;
  margin-top: -5px;
}

.list-container-note h2 {
  left: 10px !important;
  top: 10px !important;
}

.list-container-note .icon-edit {
  margin-top: 10px !important;
  margin-bottom: 5px !important;
  margin-left: 10px !important;
}

.list-container-note .delete-list-entry {
  margin-bottom: 5px !important;
}

.list-container-note .date-line {
  position: absolute;
  bottom: 11px;
}

.list-container-note .state-table-note {
  position: absolute;
  bottom: 2px;
  width: 100%;
}

.menu-left-side,
.menu-right-side {
  position: absolute;
  top: 115px;
  line-height: 27px;
}

.menu-left-side {
  left: 200px;
 
}

.menu-right-side {
  left: 380px;
}

.overlay-layer {
  z-index: 20000;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  top: 0;
  display: none;
}

.overlay-window {
  z-index: 20010;
  position: fixed;
  width: 350px;
  height: 150px;
  background-color: var(--background01);
  left: calc(50% - 175px);
  top: calc((100vh / 2) - 100px  );
  opacity: 1;
  border-radius: 9px;
  display: none;
}

.overlay-window-inner {
  background-color: var(--background02);
  width: 340px;
  height: 140px;
  margin-top: -16px;
  position: relative;
  left: 5px;
  border-radius: 6px;
}

.overlay-window h4 {
  font-weight: 100;
  position: relative;
  top: 35px;
}

.overlay-window .right-button,
.overlay-window .left-button {
  position: relative;
  top: 40px;
  width: 100px;
  border-radius: 9px;
  height: 28px;
}

.overlay-window .left-button {
  margin-right: 5px;
  background-color: #ffaaaa;
}

.overlay-window .right-button {
  margin-left: 5px;
  margin-right: 5px;
}

.footer-menu-outer {
  margin-top: -140px;
}

.height-space-5 {
  height: 5px;
}

.height-space-60 {
  height: 60px;
}

.height-space-75 {
  height: 75px;
}

.height-space-200 {
  height: 200px;
}

.height-space-140 {
  height: 140px;
}

.trouble-color {
  color: #dd0000;
}

.entry-unit {
  width: 100px;
}

.entry-unit span {
  padding-right: 3px;
}

.hover {
  opacity: 1;
  transition: opacity 0.3s  
}

.hover:hover {
  opacity: 0.3;
}

.zoom-image {
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s   
}

.journal-view-headline {
  display: inline-block;
  margin-top: 0px;
  font-size: 15px;
  color: var(--text01);
  position: relative;
  top: -13px;
  margin-bottom: 0px;
}

.table-new-entry h3 {
  display: inline-block;
  margin-top: 0px;
  margin-left: 33px;
  font-size: 14px;
  color: var(--text01);
  position: relative;
  top: -17px;
}

.content-headline-container h1,
.equipment-menu-table-new-entry-journal h2,
.equipment-menu-table-new-entry h2,
.menu-table-new-entry-journal h2,
.menu-table-new-entry h2 {
  font-size: 18px;
}

.equipment-menu-table-new-entry-outer h2 {
  margin-left: 0px;
}

.equipment-menu-table-new-entry-outer h3 {
  margin-left: 0px;
}

.equipment-menu-table-new-entry-outer .equipment-menu-table-new-entry,
.equipment-menu-table-new-entry-outer .menu-table-new-entry {
  padding-left: 10px;
  width: 570px;
}

.equipment-entry-container p {
  position: relative;
  top: 0px;
  left: 15px;
  font-size: 16px;
  color: var(--text01);
  margin-bottom: 7px;
  margin-top: 0px;
  max-width: 550px;
}

.equipment-entry-container td.grow-state-line {
  font-size: 12px;
  color: var(--text01);
  padding-left: 10px;
  height: 16px;
  min-height: 16px;
}

.equipment-entry-container td.grow-state-line-right {
  font-size: 12px;
  color: var(--text01);
  text-align: right;
  padding-right: 10px;
}

body .content-headline-container h2,
.equipment-menu-table-new-entry-journal h3,
.equipment-menu-table-new-entry h3,
.menu-table-new-entry-journal h3,
.menu-table-new-entry h3 {
  display: inline-block;
  margin-top: 0px;
  font-size: 14px;
  color: var(--text01);
  position: relative;
  top: -15px;
  margin-bottom: 0px;
}

.equipment-menu-table-new-entry a,
.menu-table-new-entry a {
  display: block;
  width: 53px;
  height: 53px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border01);
  border-radius: 5px;
  background-size: 36px;
  background-position-x: 8px;
  background-position-y: 8px;  
  background-repeat: no-repeat;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s 
}

.menu-table-new-entry a:hover {
  opacity: 0.3;
}

.table-new-entry a {
  display: block;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--border01);
  border-radius: 5px;
}

.equipment-menu-table-new-entry,
.menu-table-new-entry,
.menu-table-new-entry-journal {
  background-color: var(--background02);
  padding-top: 1px;
  margin: 2px;
  margin-bottom: 10px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;  
  padding-bottom: 15px;
  margin-left: 10px;
  margin-right: 10px;
  position: fixed;
  top: -5px;
}

.menu-table-new-entry {
  padding-left: 20px;
  width: 560px;
  height: 266px;
  transition: height 0.5s;
}

.menu-table-new-entry-journal {
  padding-left: 30px;
  width: 550px;
  height: 152px;
}

.menu-table-new-entry-outer {
  position: fixed;
  top: -5px;
  background-color: var(--background01);
  width: 600px;
  height: 295px;
  z-index: 10000;
  transition: height 0.5s;
}

.equipment-entry-container .delete-entry {
  top: 10px;
}

.height-space-164 {
  height: 164px;
}

.equipment-menu-table-new-entry-outer,
.menu-table-new-entry-outer-journal {
  position: fixed;
  top: -5px;
  background-color: var(--background01);  
  width: 600px;
  z-index: 10000;
}

.equipment-menu-table-new-entry-outer {
  height: 155px;
}

.menu-table-new-entry-outer-journal {
  height: 179px;
}

.menu-table-grows {
  background-color: var(--background02);
  padding-top: 1px;
  margin: 2px;
  margin-bottom: -7px;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding-bottom: 15px;
  margin-left: 10px;
  padding-left: 30px;
  margin-right: 10px;
  position: fixed;
  top: -5px;
  width: 550px;
  z-index: 10000;
  min-height: 60px;  
}

.menu-table-grows-outer {
  background-color: var(--background01);
  position: fixed;
  top: -5px;
  width: 600px;
  z-index: 10000;
  height: 87px;
}

.menu-table-grows h2 {
  width: 220px;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 18px;
  margin-left: -20px;
}

.menu-table-grows h3 {
  width: 180px;
  font-size: 14px;
  color: var(--text01);
  margin-bottom: 0px;
  margin-top: 1px;
  margin-left: -18px;
}

.table-new-entry {
  background-color: var(--background02);
  padding-top: 1px;
  margin: 2px;
  margin-bottom: 10px;
  border-radius: 9px;
  padding-left: 20px;
  padding-bottom: 10px;
  margin-left: 10px;
}

.menu-new-entry {
 display: inline-block;
 margin-right: 6px;
 margin-bottom: 2px;
}

.min-height {
  height: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.entry-container-image img {
  max-width: 258px;
  max-height: 1000px;
  margin-right: 20px;
  margin-top: 10px;
  border-radius: 5px;
}

.entry-container-image .delete-entry-image {
  display: block;
  position: absolute;
  top: 25px;
  right: 33px;
  width: 25px;
  height: 25px;
  background-image: url(../images/papierkorb.png);
  background-size: 19px;
  background-position-x: 4px;
  background-position-y: 4px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s 
  ease-in-out;
}

.full-image-layer {
  z-index: 20000;
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: #000;
  opacity: .7;
  position: fixed;
  left: 0;
  width: calc(100vw * 2);
  height: calc(100vh * 2);
  top: 0;
  display: none;  
}

.full-image {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;  
  z-index: 30010;
}

.full-image img {
  margin: 0 auto;
  z-index: 2000;
  max-height: calc(100vh - 200px);
  max-width: 95%;
  border-radius: 15px;
}

.full-image h3 {
  color: var(--background02);
  font-size: 24px;
}

.copy-share-link-button,
.cancel-button,
button.share-button {
  margin-top: 0px;
  margin-bottom: 17px;
  height: 25px;
  font-size: 15px;  
  margin-left: 5px;
}

.option-label {
  font-size: 13px;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.edit-container input[type=radio] {
  margin-left: 0px;
}

.delete-edit-image {
  display: block;
  position: absolute;
  top: 20px;
  right: 27px;
  width: 26px;
  height: 26px;
  background-image: url(../images/papierkorb.png);
  background-size: 20px;
  background-position-x: 3px;
  background-position-y: 3px;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-color: var(--background02);
  border-radius: 7px;
}

.delete-edit-image:hover {
  opacity: 0.5;
}

.edit-container {
  position: relative;
  background-color: var(--background02);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.edit-image-container {
  position: relative;
  display: inline-block;
}

.edit-container td.label {
  width: 190px;
}

.edit-container h1 {
  font-size: 18px;
  margin-top: 0px;
}

.edit-container input[type=password],
.edit-container input[type=text] {
  width: 100%;
  height: 20px;
}

.edit-container input[type=date] {
  width: 355px;
  height: 20px;
}

.edit-container input[type=file] {
  margin-top: 22px;
  margin-bottom: 20px;
  margin-left: 5px;
  height: 27px;
  font-size: 15px;
}

.edit-container input[type=submit] {
  margin-top: 0px;
  margin-bottom: 17px;
  margin-left: 5px;
  height: 25px;
  font-size: 15px;
}

.edit-container select {
  width: 360px;
  height: 25px;
}

.edit-container textarea {
  width: 354px;
  height: 100px;
  margin-bottom: -4px;
}

.edit-container img {
  max-width: 269px;
  margin-right: 8px;
  margin-left: 5px;
  margin-top: 9px;
  border-radius: 5px;
}

.list-container {
  position: relative;
  background-color: var(--background02);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -5px;
  border-radius: 10px;
  min-height: 160px;
}

.list-container p.grow-state-line {
  font-size: 12px;
  color: var(--text01);
  margin-top: -16px;
}

.list-container td.grow-state-line {
  font-size: 12px;
  color: var(--text01);
  padding-left: 10px;
  height: 16px;
  min-height: 16px;
}

.list-container td.grow-state-line-right {
  font-size: 12px;
  color: var(--text01);
  text-align: right;
  padding-right: 10px;
}

.table-state-line {
  width: 100%;
  margin-top: -10px;
}

.grow-state-line a {
  color: var(--text01);
}

.grow-state-line-right a {
  font-style: none;
  color: var(--text01);
}

.list-container h2 {
  font-size: 18px;
  position: relative;
  top: 18px;
  left: 15px;
  max-width: 550px;
}

.list-container p {
  position: relative;
  left: 15px;
  top: 10px;
  max-width: 550px;
}

.list-container .icon-logout,
.list-container .icon-edit,
.list-container .icon-equipment,
.list-container .icon-archive,
.menu-table-grows .icon-archived-grows,
.menu-table-grows .icon-grow-add,
.list-container .icon-journal {
  display: inline-block;
  background-repeat: no-repeat;
  border-style: solid;
  border-color: var(--border01);
  border-width: 1px;
  border-radius: 5px;
  height: 35px;
  width: 35px;    
  opacity: 1;
  transition: opacity 0.3s 
}

.list-container .icon-edit {
  background-image: url(../images/bearbeiten.png);
  background-size: 28px;
  background-position-x: 4px;
  background-position-y: 4px;
  margin-top: 5px;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-right: -6px;
}

.list-container .icon-logout {
  background-image: url(../images/logout.png);
  background-size: 21px;
  background-position-x: 7px;
  background-position-y: 7px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: -6px;
}

.list-container .icon-equipment {
  background-image: url(../images/ausrustung.png);
  background-size: 28px;
  background-position-x: 4px;
  background-position-y: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: -6px;
}

.list-container .icon-archive {
  background-image: url(../images/archive.png);
  background-size: 28px;
  background-position-x: 4px;
  background-position-y: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: -6px;
}

.menu-table-grows .icon-archived-grows {
  background-image: url(../images/archive.png);
  background-size: 28px;
  background-position-x: 4px;
  background-position-y: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  position: absolute;
  top: 16px;
  right: 50px;    
}

.menu-table-grows .icon-grow-add {
  background-image: url(../images/add.png);
  background-size: 28px;
  background-position-x: 4px;
  background-position-y: 4px;
  margin-top: 5px;
  margin-left: 10px;
  margin-bottom: 15px;
  position: absolute;
  top: 16px;
  right: 10px;    
}

.list-container .icon-journal {
  background-image: url(../images/journal.png);
  background-size: 27px;
  background-position-x: 4px;
  background-position-y: 6px;
  margin-left: 10px;
  margin-bottom: 15px;
  margin-right: -6px;
}

.menu-table-grows .icon-archived-grows:hover,
.list-container .icon-archive:hover,
.list-container .icon-journal:hover,
.list-container .icon-edit:hover {
  opacity: 0.3;
}

.list-image {
  width: 118px;
  height: 118px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  border-radius: 7px;
  margin-bottom: 10px;
  z-index: 1000;
  position: relative;
}

.home-gras-image {
  width: 120px;
  margin-left: 30px;
  margin-top: 40px;
  margin-right: 20px;
  float: left;
  margin-bottom: 50px;
}

.home-gras-image-home {
  width: 270px;
  margin-left: 38px;
  margin-top: -10px;
  margin-right: 27px;
  float: left;
  margin-bottom: 100px;
}

.home-content-container .menu {
  position: relative;
  left: 27px;
}

.menu-home {
  width: 600px;
  text-align: left;
  position: relative;
  left: 20px;
  top: -10px;
}

.home-content-container h1 {
  position: relative;
  font-size: 45px;
  font-style: italic;
  left: -16px;
}

.menu-home a {
  text-decoration: none;
  color: var(--text00);
}

.menu {
  width: 600px;
  height: 50px;
  text-align: left;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  left: calc(50% - 304px);
  background-color: var(--background01);
  overflow: hidden;
  transition: height 0.5s ease-in-out; 
  z-index: 1020;
}

/* .menu:hover, */
.menu.menu-clicked {
  height: 260px;
}

.inner-menu {
  background-color: var(--background02);
  margin: 10px;
  margin-top: -17px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 100%;
}

.menu table td {
  width: 180px;
  line-height: 30px;
  vertical-align: top;
}

.menu table {
  position: relative;
  top: 30px;
  left: 20px;
}

.menu-hamburger {
  width: 20px;
  position: absolute;
  top: 8px;
  left: 195px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s;  
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 15px;
  padding-bottom: 15px;  
}

.menu-hamburger:hover {
  opacity: 0.3;
}

.menu a {
  color: var(--text00);
  text-decoration: none;
  font-size: 18px;
}

.menu h1 {
  font-size: 40px;
  font-style: italic;
  position: relative;
  top: 40px;
  left: 20px;
}

.footer {
  position: sticky;
  bottom: 0px;
  background-color: var(--background02);
}

.entry-image-thumb {
  width: 255px;
  border-radius: 5px;
  margin-bottom: 5px;
}

.entry-container-image {
  margin-left: 23px;
  margin-right: -22px;
  margin-bottom: 6px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.equipment-list-image {
  width: 118px;
  height: 118px;
  float: left;
  margin-left: 10px;
  margin-top: 0px;
  border-radius: 7px;
  margin-bottom: 10px;
  z-index: 1000;
  position: relative;
}

.day-entry-container {
  padding-bottom: 15px;
}

.equipment-entry-container h2 {
  width: 410px;
}

.equipment-entry-container h2 {
  margin-left: 14px !important;
}

.equipment-entry-container h2,
.day-entry-container h2 {
  font-size: 18px;
  font-weight: bold;
  margin-left: 50px;
  margin-top: 4px;
  margin-bottom: 10px;
  float: left;
}

.day-entry-container h3 {
  font-size: 17px;
  margin-bottom: 7px;
}

.day-entry-container a {
  color: var(--text00);
  text-decoration: none;
}

.entry-container p {
  margin-left: 48px;
  font-size: 12px;
  color: var(--text01);
  margin-top: 0px;
  margin-bottom: 2px;
  max-width: 500px;
  position: relative;
}

.date-line,
.date-line-padding {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--text01);  
  margin-bottom: 11px;
}

.date-line {
  width: 100%;
}

.date-line-padding {
  width: 580px;
  margin-left: -10px;
}

.delete-day,
.delete-entry,
.delete-list-entry,
.delete-entry-image {
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  background-image: url("../images/papierkorb.png");
  width: 25px;
  height: 25px;
  background-position-x: 4px;
  background-position-y: 4px;
  background-repeat: no-repeat; 
}

.delete-day {
  top: 10px;
  left: 12px;
  background-size: 20px;
}

.delete-entry {
  top: -2px;
  right: 12px;
  background-size: 19px;
}

.delete-list-entry {
  top: 13px;
  right: 12px;
  background-size: 19px;
  z-index: 30000;
}

.delete-entry-image {
  top: -90px;
  right: 12px;
  background-size: 19px;
}

.delete-day:hover,
.delete-list-entry:hover,
.delete-entry-image:hover,
.delete-entry:hover {
  opacity: 1;
}

h3.water,
h3.cut,
h3.note,
h3.pesticide,
h3.repot,
h3.stage,
h3.exposureTime,
h3.training,
h3.temperature,
h3.humidity,
h3.fertilization,
h3.wash,
h3.trouble,
h3.yeld {
  background-size: 19px;
  background-position-x: 11px;
  background-repeat: no-repeat;
  padding-left: 46px;
  max-width: 480px;
}

a:has(h3.water),
a:has(h3.cut),
a:has(h3.note),
a:has(h3.pesticide),
a:has(h3.repot),
a:has(h3.stage),
a:has(h3.exposureTime),
a:has(h3.training),
a:has(h3.temperature),
a:has(h3.humidity),
a:has(h3.fertilization),
a:has(h3.wash),
a:has(h3.trouble),
a:has(h3.yeld) {
  width: 480px;
  display: flow;
}

h3.water {
  background-image: url("../images/giesskanne.png");
}

h3.cut {
  background-image: url("../images/schere.png");
}

h3.note {
  background-image: url("../images/notes.png");
}

h3.pesticide {
  background-image: url("../images/kafer.png");
}

h3.repot {
  background-image: url("../images/blumentopf.png");
}

h3.stage {
  background-image: url("../images/tauschen.png");
}

h3.exposureTime {
  background-image: url("../images/sonne.png");
}

h3.training {
  background-image: url("../images/training.png");
}

h3.temperature {
  background-image: url("../images/thermometer.png");
}

h3.humidity {
  background-image: url("../images/feuchtigkeit.png");
}

h3.fertilization {
  background-image: url("../images/dung.png");
}

h3.wash {
  background-image: url("../images/reinigung.png");
}

h3.trouble {
  background-image: url("../images/warnung.png");
}

h3.yeld {
  background-image: url("../images/ernte.png");
}

a.icon-lamp {
  background-image: url("../images/lampe.png");
}

a.icon-tent {
  background-image: url("../images/zelt.png");
}

a.icon-filter {
  background-image: url("../images/luftfilter.png");
}

a.icon-pump {
  background-image: url("../images/pumpe.png");
}

a.icon-fan {
  background-image: url("../images/ventilator.png");
}

a.icon-miscellaneous {
  background-image: url("../images/sonstiges.png");
}

a.icon-share {
  background-image: url("../images/teilen.png");
}

a.icon-copy-share-link {
  background-image: url("../images/kopieren.png");
}

a.icon-note {
  background-image: url("../images/notes.png");
}

a.icon-stage {
  background-image: url("../images/tauschen.png");
}

a.icon-cut {
  background-image: url("../images/schere.png");
}

a.icon-wash {
  background-image: url("../images/reinigung.png");
}

a.icon-water {
  background-image: url("../images/giesskanne.png");
}

a.icon-fertilization {
  background-image: url("../images/dung.png");
}

a.icon-training {
  background-image: url("../images/training.png");
}

a.icon-pesticide {
  background-image: url("../images/kafer.png");
}

a.icon-repot {
  background-image: url("../images/blumentopf.png");
}

a.icon-exposure {
  background-image: url("../images/sonne.png");
}

a.icon-temperature {
  background-image: url("../images/thermometer.png");
}

a.icon-humidity {
  background-image: url("../images/feuchtigkeit.png");
}

a.icon-photos {
  background-image: url("../images/kamera.png");
}

a.icon-back {
  background-image: url("../images/zuruck.png");
}

a.icon-yeld {
  background-image: url("../images/ernte.png");
}

a.icon-trouble {
  background-image: url("../images/warnung.png");
}

.day-entry-container .current-date {
  float: right;
  margin-top: 7px;
  margin-right: 20px;
  font-size: 14px;
  color: #333333;
  background-image: url("../images/calendar-icon.png");
  background-size: 15px;
  background-repeat: no-repeat;
  padding-left: 20px;
  background-position-y: 0px;
}

.day-entry-container .entry-container {
  margin-bottom: 15px;
  position: relative;
}

.clear-both {
  clear: both;
}

h2 span {
  font-size: 12px;
  color: var(--text01);
  font-weight: 100;
}

.content {
  width: 600px;
  min-height: 100dvh;
  text-align: left;
  margin: 0 auto;
  background-color: var(--background01);
  padding-top: 8px;
  padding-bottom: 1px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
/*  height: calc(100vh + 3000px); */
}

.login-box {
  margin: 0 auto;
  background-color: var(--background02);
  border-radius: 10px;
  position: relative;
  width: 580px;
  height: 257px;
  top: 15px;
}

.login-box-inner {
  width: 200px;
  padding-top: 0px;
  padding-bottom: 30px;
  position: absolute;
  right: -15px;
}

.user p, 
.password p {
  margin-bottom: 3px;
}

div.submit {
  margin-top: 10px;
}

div.submit input {
  width: 170px;
}

.login-headline,
.login-box-headline h1 {
  display: inline-block;
  font-style: italic;
  font-size: 18px;
  margin-right: 6px;
  margin-bottom: 0px;
  margin-left: -2px;
}

.login-box-inner .password,
.login-box-inner .user {
  margin-top: -10px;
}

.login-image {
  width: 200px;
  margin-top: 0px;
  margin-bottom: 12px;
  margin-left: 10px;
}

.entry-container {
  margin: 5px;
}

.equipment-entry-container,
.day-entry-container {
  padding-top: 10px;
  margin: 2px;
  margin-bottom: 10px;
  background-color: var(--background02);
  border-radius: 9px;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.equipment-entry-container {
  min-height: 150px;
}

.clear-both {
  clear: both;
}