/* My style Sheet */
/* Abstand zwischen Logo und dem folgenden Absatz anpassen */
.error {
  color: red;
}

/* Styles für die URL-Eingabegruppe */
.scraper_input-group {
  display: flex;
  width: 100%;
  padding: 5px;
}

.scraper_input-group input {
  flex-grow: 1;
  margin-right: 5px;
  margin-left: 5px;
  width: 100%;
}

.scraper_input-group button {
  padding: 4px 8px;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #e9e9e9;
  width: auto;
}

.table-container {
  font-size: 0.9em;
  overflow-x: auto;
  overflow-y: auto;
  white-space: nowrap;
  max-height: 80%;
  min-height: 80%;
}

.table-container table {

  min-height: 80%;
}

.table-container th {
  text-align: left;
  color: white;
  background-color: #4d3b37;
  padding: 4px 4px 2px 4px;
}

.table-container td {
  text-align: left;
  border: 2px solid #ddd;
  padding: 2px;
}

.table-container tr:nth-child(even) {
  background-color: #eee
}

.table-container tr:nth-child(odd) {
  background-color: #fff;
}

.table-container tr:last-of-type td {
  background-color: fffb99;
}

#passwordStrength {
  height: 10px;
  background-color: #ddd;
  width: 0;
}


.site-header h1 {
  margin-bottom: 0;
}

.site-header h1+p {
  margin-top: 0;
}

main {
  display: block;
  /*
  display: flex; 
  flex-direction: column; 
  min-height: 100vh; */
}

.box1 {
  background-color: white;
  border-radius: 1rem;
  /* Rundet die Ecken ab */
  color: var(--modules_color_text_second_box) !important;
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  position: absolute;
  /*
  display: flex;
*/
}

.container {
  display: flex;
  flex-wrap: wrap;
  /* Erlaubt Umbruch auf kleinere Bildschirme */
  width: 100%;
}

.box_new {
  /* width: fit-content; */
  /* Für PC 500px */
  width: fit-content;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  flex: 1;
  margin: 1px;
  justify-content: center;
  /*  border:3px solid #4d3b37; */
  border-radius: 1rem;
  max-height: 480px;
  min-height: 480px;
  max-width: 800px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.box_large {
  width: fit-content;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  flex: 1;
  margin: 1px;
  justify-content: center;
  border: 3px solid #4d3b37;
  border-radius: 1rem;
  max-height: 460px;
  max-width: 1400px;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}

.box_sheet {
  background-color: rgba(255, 255, 10, 0.15);
}

.box_search {
  background-color: rgba(133, 84, 10, 0.15);
}

.box_list {
  /*
  margin: 1rem;
*/
  color: #fff;
  overflow-y: scroll;
  overflow-x: scroll;
}

.box_trainer {
  background-color: rgba(255, 84, 10, 0.15);
}


.box_videos {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 70%;
  width: fit-content;
  padding: 2rem;
  max-height: 80%;
  max-width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box_standard {
  min-height: 30%;
  top: 50%;
  width: 98%;
  transform: translate(-50%, -50%);
  left: 50%;
}


.form-container-2btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: auto;
}

.form-container-2btn button {
  flex: auto;
  margin: 1rem;
}

.form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 300px;
  margin: 1rem;
  margin-bottom: 1rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.checkbox-container {
  /*  
  display: flex; 
  flex-direction: row;
*/
  align-items: center;
  text-align: left;
  width: fit-content;
  max-width: 300px;
  margin-bottom: 1rem;
}


/* Sanftes Scrollen aktivieren */
html {
  scroll-behavior: smooth;
}

/* Grundlegende Gestaltung für den Footer */
.site-footer {
  background-color: #4d3b37;
  color: white;
  text-align: center;
  padding: 0.5rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* padding: 20px;*/
}

.site-footer-test {
  background-color: #e2f021;
}

.site-footer a {
  color: #b0cfe4;
  text-decoration: none;
}

/* Grundlegende Gestaltung für den Abschnitt mit den Infoboxen */

.infoboxen {
  background-color: whitesmoke;
  padding: 1rem;
  margin-bottom: 1rem;
}

.infobox {
  text-align: center;
  background-color: white;
  padding: 1rem;
  margin: 1rem;
}

body_x {
  background-image: url(/pic/background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 95vh;
  margin: 0;
}



.sectionbar {
  position: relative;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  background: #e9e9e9;
  width: 100%;
  color: #000;
  padding: 12px;
  overflow: hidden;
}

.sectionbar a {
  width: auto;
  background: #cccccc;
  color: #2F3938;
  margin: -8px 0 -8px 0;
  padding: 8px 12px 8px 12px;
  text-decoration: none;
  transition: background 0.5s ease;
}

.sectionbar a:hover,
.sectionbar a.active {
  color: #fff;
  background: #737373;
}

.sectionbar a:hover img {
  filter: invert(1);
}

.sectionbar a.active img {
  filter: invert(1);
}

.list {
  border-bottom-color: #FF0;
  margin-bottom: 19px;
}

/*
.listitem{border-bottom:1px solid #FFF; background-color:#cccccc;cursor:pointer;height:55px;overflow:hidden;padding:9px 10px 9px 10px;position:relative;transition: background 0.5s ease;}
*/
.listitem {
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  padding: 5px;
  position: relative;
  transition: background 0.5s ease;
  /*
    border-bottom:0.2rem solid #FFF; 
    background-image:url(/pic/sh_light.jpg);
    background-size: cover;
    background-color:#4d3b37;
    height:55px;
*/
}

/*
.listitem:nth-child(odd) { background-color:#dadada; }
*/
.listitem:nth-child(odd) {
  /* 
  background-color:#b9938b; 
  background-image:url(/pic/sh_dark.jpg);
 */
  background-color: rgba(255, 255, 255, 0.8);

}


.listitem:hover {
  background-color: #f0e439;
}

.listitem:hover .listTitleColor1 {
  color: #fff;
}

.listitem:hover .listTitleColor2 {
  color: #fff;
}

.listitem:hover .listInfo {
  color: #ccc;
}

.listTitle {
  line-height: 1em;
  white-space: nowrap;
  /*
  height:20px;
  overflow:hidden;
  width:auto;
*/
}

.listTitleColor1 {
  color: #000;
  font-weight: bold;
}

.listTitleColor2 {
  color: #000;
  font-size: 1rem;
}

.listInfo {
  line-height: 1em;
  color: #C26502;
  font-size: 11px;
  height: 14px;
  margin-top: 2px;
  overflow: hidden;
  /*
  width:auto;
*/
  white-space: nowrap;
}

.listIcons {
  float: left;
  height: 17px;
  margin-left: 0;
  margin-top: 2px;
}

.listvideo {
  border-top: 1px solid #FFF;
  background-color: #dadada;
  cursor: pointer;
  height: 55px;
  overflow: hidden;
  padding: 9px 10px 9px 10px;
  position: relative;
  transition: background 0.5s ease;
}

.listvideoTitle {
  line-height: 1.2em;
  white-space: nowrap;
  overflow: hidden;
  width: auto;
}

.listvideo:nth-last-child(2) {
  border-bottom: 1px solid #FFF;
}

.listvideo:hover {
  background-color: #737373;
  background-image: none;
}

.listvideo:hover .listTitleColor1 {
  color: #fff;
}

.listvideo:hover .listTitleColor2 {
  color: #fff;
}

.videoicon {
  font-family: Caladea;
  font-size: 12px;
}

.videoicon:before {
  content: "\e801";
}

.teachicon {
  font-family: Caladea;
  font-size: 12px;
}

.teachicon:before {
  content: "\e802";
}

.musicicon {
  font-family: Caladea;
  font-size: 12px;
}

.musicicon:before {
  content: "\e803";
}

.commentsicon {
  font-family: Caladea;
  font-size: 12px;
}

.commentsicon:before {
  content: "\e800";
}

/* Scrollbalken-Design */
.bbox::-webkit-scrollbar {
  width: 10px;
  /* Breite des Scrollbalkens */
}

.bbox::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* Hintergrundfarbe der Scrollbalken-Spur */
}

.bbox::-webkit-scrollbar-thumb {
  background: green;
  /* Farbe des Scrollbalken-Ziehers */
  border-radius: 5px;
  /* Abgerundete Ecken des Ziehers */
}

/* Scroll-Button-Design (Pfeile durch Kreuze ersetzen) */
.bbox::-webkit-scrollbar-button {
  height: 20px;
  /* Höhe der Scroll-Buttons */
  width: 20px;
  /* Breite der Scroll-Buttons */
  background-color: transparent;
  /* Transparenter Hintergrund für die Buttons */
}

.bbox::-webkit-scrollbar-button:before {
  content: "×";
  /* Kreuz-Symbol */
  font-size: 20px;
  color: green;
  /* Farbe des Kreuzes */
}