:root{
	--primary-color:        rgb(255, 69, 0);
  --white-color:          #ffffff;
  --dark-color:           #3c3c3b;
	--grey-color:      		  #99a3a5;
}


.ferox_form{
	border: 1px solid var(--primary-color);	
}

.ferox_btn{
  background-color: rgb(232 230 230);
  color: #fb6340;
  border: 1px solid #ff4500;
  border-radius: 5px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 15px;
  font-weight: 600;
}

.nav-link.active{
	color: var(--primary-color);
	border-bottom: 4px solid #000;
}

.ferox_header {
  z-index: 1030;
  position: relative;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-left: 240px;
  background: #df2518;	
}

.ferox_headline{
	color: var(--primary-color);
	font-weight: 800;
	text-decoration: underline 3px solid var(--dark-color);
	
}

.ferox_checkbox{
	font-family: system-ui, sans-serif;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.1;
	display: grid;
	grid-template-columns: 1em auto;
	gap: 0.5em;
}

.ferox_form-control {
  height: auto;
  min-height: 35px;
  border: 1px solid #a49f9f;
  padding: 0 10px;
  background-color: #fff;
  font-size: 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  display: block;
  width: 100%;
  line-height: 1.5;
  color: #495057;
  background-clip: padding-box;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.ueberschrift_input{
	font-weight: 600; 
	font-size: 18px;
}


.nature_scrollbar {
  --scrollbar-foreground: #999
  --scrollbar-background: #333
  /* Foreground, Background */
  scrollbar-color: var(--scrollbar-foreground) var(--scrollbar-background);
}
.nature_scrollbar::-webkit-scrollbar {
  width: 10px; /* Mostly for vertical scrollbars */
  height: 10px; /* Mostly for horizontal scrollbars */
}
.nature_scrollbar::-webkit-scrollbar-thumb { /* Foreground */
  background: var(--scrollbar-foreground);
}
.nature_scrollbar::-webkit-scrollbar-track { /* Background */
  background: var(--scrollbar-background);
}


.noshow{
      display: none;
}

 
   
 .errorreport_layer {
    width: 100vw;
    height: 100vh;
    background-color: #f7b0b0de;
    position: fixed;
    top: 0;
    z-index: 299;
  }
  
  .errorreport {
    width: 50%;
    min-width: 350px;
    height: 70vh;
    background-color: #e4e3e3;
    margin: auto;
    padding: 2%;
    position: fixed;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 300;
    overflow: auto;
  }

  .chosen-value,
.value-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.container_auswahl{
  position: absolute;
  width: 96%;
  padding: 1%;
  background-color: #dadada;
  border: 1px solid #ff4500;
  border-radius: 6px 6px 0 0;
}

.container_ausgefahren{
  top: 10%;
  height: 86%;
  margin: 2%;
}

.container_eingefahren{
  bottom: 2%;
  height: 10%;
  margin: 2% 2% 0 2%;
}

.auswahlcontainer_arrow{
  width: 100%;
  color: grey;
  text-align: center;
  font-size: 45px;
  margin-bottom: 5px;
  font-weight: 900;
  border-radius: 5px 5px 2px 2px;
}

.auswahlcontainer_arrow :hover {
  width: 100%;
  color: grey;
  background-color: elightgray;
  font-size: 50px;
  margin-bottom: 6px;
  font-weight: 500;
  border-radius: 5px 5px 2px 2px;
}

.auswahlcontainer {
  float: left;
  margin: 3px;
  font-size: 1rem;
  cursor: pointer;
  font-weight: 600;
  padding: 5px 10px 5px 0px;
  text-transform: uppercase;
  background-color: lightgrey;
  border: 1px solid black;
  border-radius: 4.5px;
 }

 .auswahl_selected {
  background-color: black;
  color: white;
  cursor: default;
  border: 2px solid var(--primary-color);
 }

 .vorschaucontainer {
  background-color: black;
  color: white;
  cursor: default;
  border: 2px solid var(--primary-color);
  margin: 5%;
  float: none;
 }


 .timebox{
    background-color: #b7b7b7b5;
    width: 60vw;
    height: calc(50vw / 7);
    border: 5px solid black;
    position: absolute;
    margin: auto;
    left: calc(50% - 60vw / 2);
    top: calc(50% - 10vh / 2);
 }

 .time_button_background{
  height: 15vw;
  width: 15vw;
  background-color: var(--dark-color);
  border-radius: 100%;
  left: calc(50% - 15vw / 2);
  position: absolute;
  top: calc(50% - 15vw / 2);
 }

 .playbutton{
  content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3vw 0 3vw calc(3vw * 1.5);
    border-color: transparent transparent transparent #fff;
    position: absolute;
    margin: auto;
    margin-top: calc(100% / 3.5);
    margin-left: calc(100% / 2.5);
 }

 .playbutton:hover{
   content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.25vw 0 3.25vw calc(3.25vw * 1.5);
    border-color: transparent transparent transparent var(--primary-color);
    position: absolute;
    margin: auto;
    margin-top: calc(100% / 3.6);
    margin-left: calc(100% / 2.6);
 }

 .blink {
  animation-name: animation_blink;
  animation-timing-function: ease-in;
  animation-duration: 2s; 
  animation-iteration-count: infinite;            
}

@keyframes animation_blink {
  0% { opacity: 1; }
  50% { opacity: 0.1; }
  100% { opacity: 1; }    
}