/* Font */

/* roboto-condensed-regular - latin */
@font-face {
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-condensed-v19-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
		 url('../fonts/roboto-condensed-v19-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/roboto-condensed-v19-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/roboto-condensed-v19-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/roboto-condensed-v19-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/roboto-condensed-v19-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
  }
  

  /* Basics */

h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 50px;
    color: black;
}

h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: black;
}

h3 {
  font-family: 'Roboto Condensed', sans-serif;
    font-size: 32px;
    color: black;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: black;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 33%, rgba(189,212,236,1) 67%, rgba(255,255,255,1) 100%);
    text-align: center;
    overflow-y: auto;
}

a:link { 
  text-decoration: none; 
} 
a:visited { 
  text-decoration: none; 
} 
a:hover { 
  text-decoration: none; 
} 
a:active { 
  text-decoration: none; 
}

hr {
  border: .5px solid#568FD7;
}

.explain {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: black;
  margin-bottom: 20px;
}

.footer-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 12px;
  color: grey;
  margin-top: 20px;
}

.spacer {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bigspacer {
  margin-top: 25px;
  margin-bottom: 25px;
}

.maxispacer {
  margin-top: 50px;
  margin-bottom: 50px;
}


.downspacer {
  margin-bottom: 50px;
}

.upspacer {
  margin-top: 50px;
}

  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .button-container {
    background-color: transparent; /* Hintergrundfarbe des Buttons */
    color: white; /* Farbe der Schrift im Button */
    padding: 10px 20px; /* Abstand zwischen Text und Rand */
    border: none; /* Kein Rahmen um den Button */
    cursor: pointer; /* Mauszeiger ändert sich beim Hover */
    width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .button-container:hover {
    background-color: rgba(189,212,236,1); /* Hintergrundfarbe des Buttons bei Hover */
    border-radius: 30px;
  }


.wrapper {
  max-width: 720px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.bigwrapper {
  max-width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper2 {
 margin-left: 50%;
}

.buttonwrapper {
  display: flex;
  justify-content: center; /* Horizontale Zentrierung */
  align-items: center; /* Vertikale Zentrierung (falls nötig) */
  margin-top: 20px;
  margin-bottom: 20px;
}

/* weiter - BUTTON-Gestaltung */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 10px;
  margin-left: 1opx;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}


/* zurück - BUTTON-Gestaltung */
.button-18 {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-radius: 24px;
  border-style: none;
  /* box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043; */
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 10px;
  margin-left: 1opx;
}

.button-18:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-18:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-18:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-18:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-18:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-18:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-18:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-18:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* Neue Analyse - BUTTON-Gestaltung */
.button-19 {
  align-items: center;
  appearance: none;
  background-color: transparent;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

.button-19:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-19:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-19:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-19:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-19:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-19:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-19:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-19:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

/* weiter nach Dateiverarbeitung - BUTTON-Gestaltung */
.button-20 {
  align-items: center;
  appearance: none;
  background-color: #fff;
  border-radius: 24px;
  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #3c4043;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 2px 24px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.button-20:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-20:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-20:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-20:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-20:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-20:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-20:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-20:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-21 {
  align-items: center;
  appearance: none;
  background-color: blue;
  border-radius: 2px;
  border-style: none;
  margin-top: 25px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
}

#newAnalysisButton {
  margin-top: 20px; /* Abstand nach oben für bessere Sichtbarkeit */
  display: block;
}


/* CSS */
.button-22 {
  align-items: center;
  appearance: button;
  background-color: #568FD7;
  border-radius: 8px;
  border-style: none;
  box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 10px 21px;
  text-align: center;
  text-transform: none;
  transition: color .13s ease-in-out,background .13s ease-in-out,opacity .13s ease-in-out,box-shadow .13s ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-22:active {
  background-color: #007bff;
}

.button-22:hover {
  background-color: #1C84FF;
}

/* Styling für die Drag-and-Drop-Zone */
.drop-zone {
  width: 300px;
  height: 150px;
  border: 2px dashed #ccc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #aaa;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.drop-zone.dragover {
  border-color: #000;
  background-color: #f1f1f1;
  color: #333;
}



/* Tabelle Startseite*/
#infoTable {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
#infoTable, #infoTable th, #infoTable td {
  border: 0px solid black;
  padding: 14px;
  text-align: center;
}


/* Vorschau-Tabelle Styling */
#previewTable {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
#previewTable, #previewTable th, #previewTable td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

/* Zuordnungs-Tabelle Styling */
#assignTable {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
#assignTable, #assignTable th, #assignTable td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

/* Zuordnungs-Tabelle - Ansicht vor Analyse Styling */
#assignTable2 {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
}
#assignTable2, #assignTable2 th, #assignTable2 td {
  border: 1px solid black;
  padding: 8px;
  text-align: left;
}

/* Formular-Design */

.cash-form {
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.cash-form label {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.oxi-form input {
    width: 90%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.oxi-form input:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.oxi-form button {
    align-items: center;
    appearance: none;
    background-color: #fff;
    border-radius: 24px;
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #3c4043;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 2px 24px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-right: 10px;
    margin-left: 1opx;
}

.oxi-form button:hover {
    background: #F6F9FE;
    color: #174ea6;
}

.dropdown-container {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-container label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}

.dropdown-container select {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  appearance: none; /* Entfernt das Standard-Drop-down-Symbol */
  cursor: pointer;
}

.dropdown-container select:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.dropdown-container .select-wrapper {
  position: relative;
}

.dropdown-container .select-wrapper::after {
  content: '▼'; 
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #555;
  pointer-events: none; 
}

.cash-form input[type=text] {
  border: 2px solid red;
  border-radius: 4px;
}

/* ganz ans Ende deiner styles.css */
.wrapper #scriptdisplay {
  width: 90% !important;
  max-width: 600px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
  text-align: center;
}
