:root {
  font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0px;
  overflow-x: hidden;
}


* {
  /* touch-action: none; */
  /* Disable default touch actions like scrolling */
}

button {
  /* Style the buttons */

  padding: 10px 30px;
  font-size: 18px;
  color: #fff;
  background-color: #a39f9e;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

button:hover {
  /* Add hover effects */
  background-color: #e64a19;
  /* transform: translateY(-3px); */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}


.Hidden {
  display: none;
}

input {
  font-size: larger;
}

#BtnBack {
  flex-grow: 1;
  margin-top: 20px;
  background-color: burlywood;
}

#BtnTraining {
  background-color: cadetblue;
}

#BtnLogin {
  background-color: #ac3939;
}

#BtnRegister {
  background-color: darkorange;
}

#BtnSave {
  background-color: rgb(57, 150, 29);
}

#BtnReset {
  background-color: #ac3939;
}

#BtnStart {
  background-color: rgb(57, 150, 29);
}

#BtnNextRunner {
  background-color: rgb(57, 150, 29);
}

#BtnStop {
  background-color: darkorange;
}

button:disabled{
  background-color: #a39f9e !important;
  touch-action: none;
  pointer-events: none;
}:root{
  width: 100%;
  margin: 0px;
  padding: 0px;
  /* overflow-x: hidden; */
}

body{
  width: 100%;
  margin: 0px;
  padding: 0px;
  /* overflow-x: hidden; */
}.CategoryMenu {
    flex-grow: 1;
    width: 100%;
    display: flex;
}

.CategoryMenu_Mobile {
    display: block;
    position: fixed;
    top: 42px;
    background-color: rgb(201, 201, 201);
    flex-grow: 1;
    width: 100%;
}

.CategoryMenu_Mobile button {
    display: block;
    margin: 5px auto;
    padding: 5px 6px;
    font-size: 18px;
    color: #fff;
    background-color: #c65336;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 90%;
    align-items: center;
    justify-content: center;
    
}

.Header {
    display: flex;
    width: 100%;
    background-color: #5a5a5a75;
    height: fit-content;
    align-items: center;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}

.Header_Mobile {
    position: fixed;
    top: 0;
    display: flex;
    width: 100%;
    background-color: #5a5a5a75;
    height: fit-content;
    align-items: center;
    color: white;
    font-family: 'Courier New', Courier, monospace;
}


.HeaderIconContainer{
    display: flex;
    align-items: center;
}

.MainIcon {
    height: 32px;
    border-radius: 5px;
    margin: 5px;
}

#StopWatchBtnContainer{
    display: grid;
}
#StopWatchBtnContainer button{
    margin-bottom: 5px;
}

#StopwatchDisplay{
    font-family: 'Courier New', Courier, monospace;
}
#Staffellauf {
    display: block;
    padding: 5px;
    margin-top: 50px;
}


#Canvas {
    width: 100%;
}

label {
    color: white;
    padding: 5px;
    border-radius: 50px;
}

.Inputcontainer {
    display: block;
    margin-top: 10px;
}

.Inputcontainer label {
    margin-right: 10px;
    min-width: 50%;
    flex-grow: 1;
    padding-left: 10px;
}

#BahnExp {
    margin-left: 5px;
}

#BtnSave {
    margin: 0px 10px;
    margin-top: 10px;
}

#InfoContainer {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#RunnerContainer {
    margin-left: 10px;
    min-width: fit-content;
    flex-grow: 1;
}

#ControllsContainer {
    display: flow;
    flex-grow: 1;
    min-width: fit-content;
}

#TimeContainer {
    padding: 10px;
    font-size: 40px;
    align-items: center;
    text-align: center;
    align-content: center;
    margin: auto;

}

#RunnerInfo {
    font-weight: bold;
}

.runnerbox {
    width: 50px;
    margin-left: auto;
    margin-right: 10px;
}

.runnerbox:disabled {
    background: #b7b7b7;
    user-select: none;
    pointer-events: none;
}

.gesbox {
    width: 50px;
}

#tbStartOfset {
    margin-left: 70px;
}

#StopwatchDisplay {
    margin-bottom: auto;
    font-size: larger;
    align-content: center;
    overflow-x: hidden;
}

.RunnerTime {
    font-size: large;
}

#PointDisplay {
    text-align: center;
    font-size: 40px;
}

#StreckenSettings {
    display: grid;
    position: absolute;
    top: 14%;
    /* left: 40px; */
    margin: auto;
    width: 100%;
    justify-content: center;
}

#RunnerInfo {
    display: flex;
}


.StopWatchContainer {
    padding-top: 20px;
}

#ControllsContainer button {}#Kugelstoßen {
    margin-top: 50px;
}

.Kugelstoßen #BtnSave {
    justify-self: unset;
}

#Tabelle {
    margin: auto;
    font-size: x-large;
}

.ContestantNameContainer{
    text-align: end;
}

#Wertung {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

#ControllsContainer {
    display: grid;
    padding-top: 20px;

}

#ControllsContainer button {
    flex-grow: 1;
}

#BtnResetStacked {
    margin: 10px;
    background-color: burlywood;
}

.Display {
    font-size: x-large;
}

.KugelStoßenInput{
    width: 60px;
}#Schlauchstafette{
    display: grid;
    justify-self: center;
    justify-content: center;
    margin-top: 50px;
}

.TimeContainer{
    justify-self: center;
    margin: auto;
}

#DrallHeader{
    margin-left: 10px;
}

#DrallCounter{
    font-size: x-large;
    padding: 10px;
    align-content: center;
    margin: auto;
    align-items: center;
    text-align: center;
    align-content: center;
    margin: auto;
    width: 210px;
}
.Login{
    padding:20px;
}

.InputContainer{
    display: grid;
    margin: auto;
}

#ControllsContainer{
    display: grid;
    padding-top: 20px;
    
}

#ControllsContainer button{
flex-grow: 1;
}



#Fragen {
    padding: 10px;
    margin-top: 50px;
}

.AnswerBtnContainer button {
    margin-right: 5px;
}

#BtnCorrect {
    background: forestgreen;
}

#BtnIncorrect {
    background: brown;
}

.buttons #BtnSave {
    background: forestgreen;
    margin: 20px 0 !important;
    width: 100%;
}

.buttons #BtnSave:disabled{
    background: rgb(131, 131, 131);
    margin: 20px 0 !important;
    width: 100%;
    pointer-events: none;
    touch-action: none;
}


.buttons button {
    margin-top: 5px;
}

.Display {
    font-size: larger;
    margin: 5px 10px;
}

.ControlContainer {
    bottom: 0;
    padding: 25px 10px;
}

.answerContainer {
    max-height: 400px;
    display: block;
    overflow-y: scroll;
    background: cadetblue;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

.score {
    margin-bottom: 5px;
}

.questionContainer {
    background: brown;
    padding: 5px 20px;
    border-radius: 10px;
}#Welcome {
    /* width: 100%; */
    display: grid;
    padding: 20px;
}

#Welcome button {
    margin: 5px 0px;
}


#MainImg {
    display: block;
    width: 90%;
    border-radius: 30px;
    margin: auto;
    margin-bottom: 20px;
}#Setup {
    display: grid;
    padding: 10px;
    font-size: larger;
    overflow-y: scroll;
}

#GroupContainer {
    display: grid;
    /* padding: 10px; */
}

#GroupContainer button {
    margin: 5px 0px;
}


#NameContainer {
    display: grid;
    width: 100%;
    align-items: center;
}

#NameContainer input {
    width: 40%;
    margin: 4px auto;
    justify-self: center;
    align-self: center;
}


#BtnBackTop {
    margin-bottom: 10px;
    background-color: burlywood;
}

#BtnLogout {
    margin-top: 10px;
}

#BtnSaveTeam {
    background: #ac3939;
    margin: 20px 0px;
}

#TeamSelect {
    width: 100%;
    font-size: larger;
    margin-bottom: 10px;
    border-radius: 5px;
}

.ContestantEntry {
    display: flex;
}

.RunnerHandle {
    width: 16px;
    height: 20px;
    display: inline-block;
    overflow: hidden;
    line-height: 5px;
    padding: 3px 4px;
    cursor: move;
    vertical-align: middle;
    margin-top: -.7em;
    margin-right: .3em;
    font-size: 12px;
    font-family: sans-serif;
    letter-spacing: 2px;
    color: #cccccc;
    text-shadow: 1px 0 1px black;
    padding-top: 30px;
}

#BtnLaden {
    background: cadetblue;
}

#BtnGruppe {
    background: brown;
}

#BtnStaffel {
    background: darkorange;
}.Register{
    padding:20px;
}

.InputContainer{
    display: grid;
    margin: auto;
}

#ControllsContainer{
    display: grid;
    padding-top: 20px;
    
}

#ControllsContainer button{
flex-grow: 1;
}
#ContentContainer{
    height: calc(100% - 120px);
}

#ContentContainer .Login{
    max-width: 100%;
    width: 600px;
    justify-self: center;
}

#ContentContainer .Register{
    max-width: 100%;
    width: 600px;
    justify-self: center;
}
.DesktopView .Header {
    background: #292929;
}

.HeaderImg {
    height: 64px;
    margin-right: 10px;
}

.HeaderButton {
    padding: 10px;
    background-color: brown;
    border-radius: 5px;
    margin: 5px;
    width: fit-content;
    user-select: none;
    cursor: pointer;
}

.HeaderButton:hover {
    background-color: rgb(161, 62, 62);
}

.Header :last-child {
    margin-left: auto;
    margin-right: 10px;
}

#UserHeader {
    display: flex;
    align-items: center;
}

#UserHeader :last-child {
    margin-left: 5px;
}

#UserInfoContainer {
    display: flex;
    margin-right: 10px;
}.Welcome{
  padding: 10px;
  margin-bottom: 50px;
  background-color: #393939;
}

.Gallery {
    display: flex;
    align-items: center;
    width: 100%;
    align-content: center;
    justify-content: center;
    margin-top: 30px;
}

.Big .CoverImg{
  max-height: 200px;
}


.CoverImg{
  height: 500px;
  margin: auto;
  object-fit: cover;
  margin-left: 30px;
  margin-right: 30px;
  /* border: white;
  border-style: solid;
  border-width: 5px;
  border-radius: 5px; */
}

@keyframes growDown  {
    0% {
      height: 0;
    }
    100% {
      height: 20px; /* Adjust to the desired height */
    }
  }
  
  .InfoContainer {
    /* width: 100%; Or any width you prefer */
    background-color: #5f5f5f; /* Background color */
    height: 0; /* Initial height */
    animation: growDown 1s ease-out forwards; /* 2s for animation duration */
    padding: 5px;
    overflow: hidden;
  }.Footer {
    position: fixed;
    bottom: 0;
    display: flex;
    height: fit-content;
    width: 100%;
    background-color: #414141;
}

#FooterText {
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: flex;
}

#ImpressLink{
    cursor: pointer;
    color: brown;
}.Dashboard {
    padding: 10px;
    margin-bottom: 50px;
}

.ListData {
    display: flex;
    flex-wrap: wrap;
}

.distanceData {
    display: flex;
    text-wrap: nowrap;
}

.distanceData :first-child {
    margin-right: auto;
    padding-right: 10px;
}

.distanceData :last-child {
    margin-left: 5px;
}

.ThrowDataContainer {
    background: brown;
    width: fit-content;
    padding: 10px;
    border-radius: 10px;
    margin: 5px;
}

.ThrowDataContainerHeader {
    margin-bottom: 20px;
    display: grid;
}.SettingsContainer
{
    padding: 15px;
    width: fit-content;
}

.SettingsContainer table {
    width: 100%;
    border-collapse: collapse;
}

.SettingsContainer td {
    vertical-align: middle;
}

.SettingsContainer label {
    display: inline-block;
    min-width: 180px;
}

.SettingsContainer input {
    margin: 5px 0;
}

.SettingsContainer button {
    padding: 10px 15px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    width: 100%;
}

button:disabled {
    background-color: #ccc;
}
.Impressum {
    padding: 20px;
    font-family: Arial, sans-serif;
}

h1 {
    font-size: 2em;
    margin-bottom: 20px;
}

h2 {
    font-size: 1.5em;
    margin-top: 20px;
    margin-bottom: 10px;
}

p {
    font-size: 1em;
    margin-bottom: 10px;
}

button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}


#Infos2{
    display: block;
}


#DatenSchutzP{
display: flex;
}

#DatenSchutz{
    cursor: pointer;
    color: brown;
}/* unvisited link */
a:link {
    color: brown;
  }
  
  /* visited link */
  a:visited {
    color: brown;
  }
  
  /* mouse over link */
  a:hover {
    color: brown;
  }
  
  /* selected link */
  a:active {
    color: brown;
  }

  #Datenschutz{
    padding: 10px;
    padding-bottom: 50px;
  }