@charset "utf-8";
/* CSS Document */

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.info{
	background-color: #787878;
	color: #FFFFFF;
	width: 94%;
	margin: 0 auto;
	padding: 10px;
	border-radius: 10px;
	
}

.tbreihe:hover {
  background-color: #4F4F4F;
  color: white;
}

.h_name{
	float: left; 
	margin-top: 20px;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}

.myButton {
	background:linear-gradient(to bottom, #c2c2c2 5%, #fafafa 100%);
	background-color:#a3a3a3;
	border-radius:6px 6px 0 0;
	border:1px solid #ab2333;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
    line-height: 15px;
}
.myButton:hover {
	background:linear-gradient(to bottom, #f2f2f2 5%, #a3a3a3 100%);
	background-color:#f2f2f2;
}

.myButton.active {
	background:linear-gradient(to bottom, #f51818 5%, #240303 100%);
	background-color:#f2f2f2;
    color: #FFF;
}


/*
@media only screen and (max-width: 600px) {
  	.h_name{
		width: 100%;
		margin-top: 20px;
		font-size: +3;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	}
}
*/

submit,
button,
fieldset,
input,
legend,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

input,
select,
textarea {
  border: 2px solid #333;
  background-color: white;
  border-radius: 0.25rem;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  /*font: 1.25rem / 1.5 sans-serif;*/

  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 0.75rem;
}

input[type="text"]:disabled { 
	background-color: #D8D8D8;
	border: 2px solid #979797;
}

input[type="radio"],
input[type="checkbox"] {
  height: 1.5em;
  width: 1.5em;
  vertical-align: middle;
	margin-left: 10px;
	margin-right: 10px;
}

input[type="radio"] {
  border-radius: 50%;
}

input[type="password"]:focus{
	border-color: black;
}

input[type="radio"]:checked {
  background-image: radial-gradient(
    hsl(213, 73%, 50%) 40%,
    transparent calc(40% + 1px)
  );
}


input[type="checkbox"]:checked {
  background: url('../images/check.svg') no-repeat center / 75% auto;
}

a {
	text-decoration: none;
	color: #e2001a;
}
a:hover {
	text-decoration: underline;
	color: #72000D;
}


form {
	margin: auto;
	width: 96%;
	
  box-sizing: border-box;
  padding: 2rem;
  border-radius: 1rem;
  background-color: hsl(0, 0%, 100%);
  border: 4px solid #e2001a;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.dreicol {
	margin: auto;
	width: 94%;
	display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.full-width {
  grid-column: span 2;
}

.full-width31 {
  grid-column: span 3;
}

.full-width3 {
  grid-column: span 4;
}

.ausklapp {
  	width: 100%; 
	background-color: #e2001a; 
	padding: 5px; 
	color: white;
	margin-bottom: 2px;
	cursor: pointer;
}

.ausklapp:hover {
  	
	background-color: #BCBCBC; 
	
}

table {
	table-layout: auto;
}

th {
	text-align: left;
	background-color: #e2001a;
	color: #FFFFFF;
}

tr {
	background-color: #E8E8E8;
}
tr:nth-child(even){
	background-color: #B7B7B7;
}

select {
  background: url("../images/down-arrow.svg") no-repeat center right 0.75rem;
}

input[type="button"],
button,
submit,
.button {
  font: 1.25rem sans-serif;
	
  border-radius: 0.25rem;
  cursor: pointer;
  padding: 0.75rem 1.25rem;
	font-size: 0.8rem;
		font-weight: 900;
		letter-spacing: 0.075em;
		height: 3rem;
		line-height: 3rem;
		padding: 0 2rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
}

.b_abschicken {
  background-color: #e2001a;
  color: white;
}

.b_abschicken:hover {
  background-color: #72000D;
}
.b_abbruch {
  background-color: #CBCBCB;
  color: black;
}

.b_abbruch:hover {
  background-color: #AAAAAA;
}

.b_reset{
  text-decoration: underline;
  margin-left: 1rem;
}

.b_reset:hover {
  text-decoration: none;
}

.speichern{
	float: right;
	width: 27px;
	height: 20px;
	cursor: pointer;
	background: url("../images/gero_button_speichern.png") no-repeat;
}
.speichern:hover{
	background: url("../images/gero_button_speichern_hover.png") no-repeat;
}

.adminmenu{
	float: right;
	width: 50px;
	height: 50px;
	cursor: pointer;
	margin-right: 30px;
	display: block;
	
}
.active{
	border-bottom: 2px solid #E2001A;
	
}

.options{
	
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url("../images/gero_button_options.png") no-repeat;
}

.options:hover{
	background: url("../images/gero_button_options_hover.png") no-repeat;
}

.evaback{
	
	
	cursor: pointer;
	background: url("../images/gero_button_eva1.png") no-repeat;
}

.evaback:hover{
	background: url("../images/gero_button_eva_hover1.png") no-repeat;
}

.logout{
	
	background: url("../images/gero_button_logout.png") no-repeat;
}

.logout:hover{
	background: url("../images/gero_button_logout_hover.png") no-repeat;
}

.home{
	
	background: url("../images/gero_button_home.png") no-repeat;
}

.home:hover{
	background: url("../images/gero_button_home_hover.png") no-repeat;
}

.print{
	
	background: url("../images/gero_button_print.png") no-repeat;
}

.print:hover{
	background: url("../images/gero_button_print_hover.png") no-repeat;
}

.anruf{
	
	background: url("../images/gero_button_anruf.png") no-repeat;
}

.anruf:hover{
	background: url("../images/gero_button_anruf_hover.png") no-repeat;
}

.eva_kontakt{
	
	background: url("../images/gero_button_tel1.png") no-repeat;
}

.eva_kontakt:hover{
	background: url("../images/gero_button_tel1_hover.png") no-repeat;
}

.nutzer{
	
	background: url("../images/gero_button_nutzer.png") no-repeat;
}

.nutzer:hover{
	background: url("../images/gero_button_nutzer_hover.png") no-repeat;
}

.besucher{
	
	background: url("../images/gero_button_besucher.png") no-repeat;
}

.besucher:hover{
	background: url("../images/gero_button_besucher_hover.png") no-repeat;
}

.textlink{
	color: #e2001a;
	text-decoration: underline;
	cursor: pointer;
}
.textlink:hover{
	text-decoration: none;
}

.spaceunder{
	margin-bottom: 25px;
}

.wietabelle{
	width: 94%;
	margin: auto;
}

.maininfo{
	margin: 0 auto; 
	width: 94%; 
	padding-bottom: 10px;
}
.reingesetzt{
	margin: 20px;
}

h4 {
            display: flex;
            flex-direction: row;
   }
          
        h4:before,
        h4:after {
            content: "";
            flex: 1 1;
            border-bottom: 2px solid #000;
            margin: auto;
   }

#login{
	display: none;
	margin: auto;
	width: 80%;
	padding-bottom: 25px;
	padding-top: 25px;
	margin-bottom: 20px;
}

#hg_transp{
            position: fixed;
            
            /*transform: translate(-50%, -50%); */
            width: 100%;
            height: 100%;
            top: 0;
  			left: 0;
  			right: 0;
  			bottom: 0;
  			background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  			z-index: 50; /* Specify a stack order in case you're using a different order for other elements */
  			display: none;
			
            /*to hide popup initially*/
        }

#popup1{
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 80%;
            height: 80%;
            
            background-color: #FFF;
            box-sizing: border-box;
            padding: 10px;
            z-index: 100;
            display: block;
			border-radius: 25px;
    		border: 2px solid #e2001a;
    		box-shadow: 10px 10px 15px #000;
            /*to hide popup initially*/
        }

#popup1_ct{
	width=100%; 
	height:94%; 
	overflow:auto; 
	margin-top:10px; 
	
}

.evama{
	margin: 0 auto; 
	width: 380px; 
	padding: 10px; 
	background: rgb(214,214,214); 
	background: linear-gradient(0deg, rgba(214,214,214,1) 0%, rgba(255,253,249,1) 28%, rgba(255,255,255,1) 70%, rgba(214,214,214,1) 100%); 
	border-radius: 5px; 
	border: 2px solid #000000;
}

.evama:hover{
	
	background: rgb(52,52,52);
    background: linear-gradient(0deg, rgba(52,52,52,0.5) 0%, rgba(255,253,249,1) 28%, rgba(255,253,249,1) 70%, rgba(52,52,52,0.5) 100%);
	
}

#submenu_eva {
margin: 0 auto;
padding: 0;
height:41px;
background-color:#FFF;
}
#submenu_eva ul {
float: left;
list-style: none;
margin:0;
margin-left: 0px;
padding: 0;
height: 41px;
border-bottom:solid 1px;
border-color:#FFF;
}
#submenu_eva ul li {
float: left;
margin: 0px; 
padding: 5;
height: 40px;
}
#submenu_eva ul li a {
display: block;
float: left;
width: auto;
margin: 0px;
margin-bottom: -5px;
padding-left:5px;
padding-right:5px;
padding-top:6px;
padding-bottom:0px;
height: 31px;
color: #2D707C;
font: 16px/20px Arial, Helvetica, sans-serif;
text-decoration: none;
letter-spacing: 1px;
border-top-left-radius:5px;
border-top-right-radius:5px;
border: 1px solid #000000;
border-bottom: 0px;
}
#submenu_eva ul li a:hover{
	color: #FFFFFF;
	background: #2D707C;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
}
#submenu_eva ul li a.active {
	color: #FFFFFF;
	background: #2D707C;
	border-bottom:solid 1px #FFF;
	border-right:solid 1px #FFF;
	border-left:solid 1px #FFF;
}

@media screen and (max-width: 420px) {
    #submenu_eva ul li {
    float: left;
    margin: 0px; 
    padding: 0 2 0 0;
    height: 40px;
    }
    
    .evama{
	margin: 0 auto; 
	width: auto; 
	padding: 10px; 
	background: rgb(214,214,214); 
	background: linear-gradient(0deg, rgba(214,214,214,1) 0%, rgba(255,253,249,1) 28%, rgba(255,255,255,1) 70%, rgba(214,214,214,1) 100%); 
	border-radius: 5px; 
	border: 2px solid #000000;
    }
    
}

@media screen and (max-width: 620px) {
    form{
      border-radius: 0.5rem;
      background-color: hsl(0, 0%, 100%);
      border: 2px solid #e2001a;
      padding: 1rem;
    }
}
