

/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500&display=swap');
@font-face {
  font-family: OpenSans-Regular;
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf'); 
}



/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/
* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
    font-family: 'Noto Sans SC', sans-serif;
}

/* ------------------------------------ */
a {
	margin: 0px;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
}

/* ------------------------------------ */
h1,h2,h3,h4,h5,h6 {margin: 0px;}

p {margin: 0px;}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/* ------------------------------------ */
input {
  display: block;
	outline: none;
	border: none !important;
}

textarea {
  display: block;
  outline: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

/* ------------------------------------ */
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
    display: table-cell;
    padding: 0.5em;
}




/*//////////////////////////////////////////////////////////////////
[ Utiliti ]*/






/*//////////////////////////////////////////////////////////////////
[ Table ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-table100 {
  width: 100%;
  min-height: 100vh;
background: rgb(230 230 230);
background: linear-gradient(0deg, rgba(159,159,159,1) 0%, rgba(231,231,231,1) 59%, rgba(231,231,231,1) 89%);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 33px 30px;

}

.testgradient {

 width: 100%;
  min-height: 100vh;
background: rgb(159,159,159);
background: linear-gradient(0deg, rgba(159,159,159,1) 0%, rgba(231,231,231,1) 59%, rgba(231,231,231,1) 89%);

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  

}

.wrap-table100 {
  position: relative;
  width: 98%;
  top: 40px;
  padding: 0.5em;
  align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  vertical-align: top;
}

table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #cacaca;
  border-radius: 10px;
  overflow: visible;
  width: 100%;
  margin: 0 auto;
  position: relative;
  table-layout: fixed;
}
table * {
  position: relative;
}
table td, table th {
  padding-left: 8px;
}
table thead tr {
  height: 45px;
  background: #a3a3a3;

}
table tbody tr {
  height: 50px;
}
table tbody tr:last-child {
  border: 0;
}
table td, table th {
    text-align: center;
}
table td.l, table th.l {
    text-align: center;
}
table td.c, table th.c {
  text-align: center;
}
table td.r, table th.r {
  text-align: center;
}

.vorschau {
	max-height: 70px;
	width: 70px;
}

.table100-head th{
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 14px;
  color: #ffffff;
  background: #8397ab;
  line-height: 1.2;
  font-weight: unset;
  border-radius: 
  /* border-radius: 10px; */;
}

tbody tr:nth-child(even) {
  background-color: #afafaf;
}

tbody tr {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.2;
  background-color:#c3c2c2;
  font-weight: unset;
}

tbody tr:nth-child(even):hover {
transition: all 0.5s ease;
ransform:scale(1.03);
}

tbody tr:hover {
  color: #555555;
  transform:scale(1.03);
  transition: all 0.5s ease;
  cursor: pointer;
  z-index: 3;
}

.column1 {
  width:22%;
  padding-left: 10px;
  text-align: left;
}


.column2 {
  width: 10%;
  text-align: center;
}

.column3 {
  width: 10%;
  text-align: center;
}

.column4 {
  width: 10%;
  text-align: center;
}

.column5 {
  width: 8%;
  text-align: center;
}

.column6 {
  width: 9%;
  text-align: center;
  overflow: visible;
}

.columnvorgang {
  width: 9%;
  text-align: center;
  overflow: visible;
}

.columnpic {
  width: 10%;
  text-align: center;
  overflow: visible;

}


@media screen and (max-width: 1080px) {
  
  .column1 {
    width: 15%;
    word-break: break-all;
  }
  
  tbody tr {
    font-size: 11px;
    word-break: break-all
  }
  
  .table100-head th {
    font-size: 70%;
  }
}

.formfixed {
position: fixed;
top: 8px;
left: 650px;
z-index: 1000;
}

.textfenster {
  position:absolute;
  top: 100px;
  width: 250px;
  height: 100px;
  border: white solid 1px;
  padding-bottom: 40px;
}

.textfenster2 {
  position:absolute;
  top: 400px;
  width: 250px;
  height: 100px;
  padding-bottom: 40px;
}

.whitetext{
  color: white;
  font-size: 13px;

}



.parentperson { 
display: grid; 
grid-template-columns: 0.8fr 1fr; 
grid-template-rows: 0.1fr 1fr; 
grid-column-gap: 20px;
grid-row-gap: 20px; 
margin-top: 50px;
margin-left:10px;
margin-right: 10px;
margin bottom: 10px;
}

.div1person { grid-area: 1 / 1 / 2 / 2; 
display: flex;
justify-content: center; 
vertical-align: top; 

} 
.div2person { grid-area: 1 / 2 / 2 / 3;
display: flex;
justify-content: center; 
vertical-align: top; 
 } 
.div3person { grid-area: 2 / 1 / 3 / 2;
display: flex;

justify-content: center; 
vertical-align: top;  } 


.div4person { grid-area: 2 / 2 / 3 / 3;
display: flex;
justify-content: right; 
vertical-align: top; 

 } 


.tableperson {
  font-family: Helvetica;
  font-size: 14px;
  color: #fff;
  line-height: 1.2;
  background: #8397ab;
  width: 30%;
  font-weight: unset;
  word-wrap: break-all;
  border-right: white solid 1px;
  border-bottom: white solid 1px;
}

.tablepersonnote {
  height: 100px;
}

.textboxperson {
height: auto;
background: white;
width: 400px;
max-height:400px;
float: none;
margin:Ã‚ 20px;
transition: transform 0.2s;
transition-timing-function: ease;
display: flex;
justify-content: center;
position: absolute;
top: 500px;

}

.textboxperson:hover {
transform: scale(1.4);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
z-index:100;}

.buttonnotiz {
top: 450px;
display: flex;
justify-content: center;
position: absolute;
left: 260px;


}

thead {
  background-color: #4e84b1;
}

@media screen and (max-width: 1920px) {
  
    .img-vorgang-ebay {
    width: 500px;
  }
  
    .img-vorgang {
    width: 500px;
  }
}


@media screen and (max-width: 1680px) {
  .column3 {
    display: none;
    width: 0%;
  }

  .img-vorgang-ebay {
    width: 400px;
  }
  
    .img-vorgang {
    width: 400px;
  }
}


@media screen and (max-width: 1599px) {
  .column3 {
    display: none;
    width: 0%;
  } 

  .img-vorgang-ebay {
    width: 250;
  }
  
    .img-vorgang {
    width: 250;
  }
}

