@import url("main.css");
@import url("balloon.css");

.kschvoh_results_h3 {
	padding-top: 4vh;
}

@media (pointer: coarse), (hover: none) {
      [title] {
        position: relative;
        display: inline-flex;
        justify-content: center;
      }
      [title]:focus::after {
        content: attr(title);
        position: absolute;
        top: 90%;
        color: #000;
        background-color: #fff;
        border: 1px solid;
        width: fit-content;
        padding: 3px;
      }
    }
	
	
body, #header, #page-wrapper, #header .logo div, #titleBar, #main, .container {
	background-color: #EEEEEE;
}

p {
	margin-bottom: 1em;
}

@media screen and (max-width: 980px) {
	#titleBar {

		background-image: none;
	}
	
	.logoimg {
		max-height: 44px;
}	
}
#header .logo {
	border-top: none;
}

#main {
	border: none;
	padding-top: 1em;
}

#footer {
	padding-top: 1em;
	padding-bottom: 1em;
}

#ausschreibung {
	width: 100%;
	height: 70vh;
	
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.width_16vw {
  width: 14vw;
}
.border_oben{
	border-top: 1px solid black;
}

.viewpdf {
	width: 100%;
	height: 70vh;
}
.div_simuInfo {
	width: 100%;
	background-color: yellow;
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}

.div_selects, .div_selects_eingabe {
  overflow: auto;
  height: auto;
  align-items: center;
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
  margin-bottom: 20px;
}

.div_selectheader {
  background: #fcfcfc;
  border: 1px solid #bababa;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto;

}
 select {
  width: 100%;
  padding: 8px 16px;
  background: 0 0;
  border: 1px solid black;
  outline: 0;
  display: inline-block;
  /*-webkit-appearance: none;
  appearance: none;*/
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 46px;
  font-size: 1rem;
  color: #054850;

 }
 


.qualifiziert {
	color: red;
}

.tabelleUser .qualifiziert {
	text-align: right;
}


.far, .fas {
	font-size: 20px;
}

.ergebnis {
	max-width: 70px;
}

.ergebnis_serie {
	max-width: 70px;
}

.in-iframe div {
  width: 993px;
}


input[type="checkbox"][disabled][checked] {
  filter: invert(100%) hue-rotate(18deg) brightness(5);
}


@media (min-width: 768px) and (max-width: 991px) {
  .in-iframe div  {
    width: 100%;
  }
}


.tabelle {
	width: 100%;
	border-collapse: collapse;


}

.tabelle_ausgabe {
	width: 100%;
	border-collapse: collapse;
	

}


.tr_gray {
	background-color: #cccccc;
}

.tabelle_ausgabe td, .tabelle_ausgabe th {
	padding-left: 10px;
}

@media screen and (max-width: 767px) {
	.hidden_mobil {
	display: none;	
	}
	.tabelle {
		font-size: 2vw;
	}	
	.mobil_nothidden {
		line-height: 1em;
	}	
}

@media screen and (min-width: 768px) {
	.tabelle {
		font-size: 1.5vw;
	}
	.mobil_nothidden {
		display: none;	
	}
	.hidden_mobil {
	padding-left: 3px;	
	}	
}

.inline_block {
	display: inline-block;
}

.fas {
	padding-left: 5px;
}

.tr_highlight {
	font-weight: 600;

}

.border {
	border: 1px solid #DDDDDD;

}

.hidden {
	display: none;
}
.float_right {
	float: right;
}
.right {
	text-align: right;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.font75 {
	font-size: 75% !important;
}

.width_auto {
	width: auto;
}
//*
.width_auto {
	width: auto;
}
*/
.width_100 {
	width: 100% !important;
}

.width_30 {
	width: 30%;
}
.width_50 {
	width: 50% !important;
}

.width_70 {
	width: 70%;
}

/*
.control {
	width: 100%;
	height: 46px;

}

*/

.control {
	 width: 100%;
  padding: 8px 16px;
  background: 0 0;
  border: 1px solid black;
  outline: 0;
  display: inline-block;
  /*-webkit-appearance: none;
  appearance: none;*/
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 46px;
  font-size: 1rem;
  color: #054850;
}
