html *, html *:before, html *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	font-size: 18px;
}	
	

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

#teamportal {
	max-width:1100px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	margin-top:20px;
	margin-bottom:20px;
	margin-left: auto;
	margin-right:auto;
	border:1px solid #ccc;
	-webkit-box-shadow: 3px 3px 8px 2px #ccc;
	-moz-box-shadow: 3px 3px 8px 2px #ccc;
	box-shadow: 3px 3px 8px 2px #999; 
	color: #333;
}

@media (max-width: 1100px) {
  #teamportal {
    border: 0px solid;
    box-shadow: none;
    margin: 0;
  }
}

a {
	color: #e42026;
	text-decoration: underline;
}

.zeitraum_table_first {
	display: table;
}

.zeitraum_table_first > div {
	display: table-row;
}

.zeitraum_table_first > div > div {
	display: table-cell;
	vertical-align: top;
	padding: 10px 20px 10px 0px;
}


.zeitraum_table_first > div > div:last-of-type {
	padding-right: 0;
}


@media (max-width: 500px) {
	.zeitraum_table_first > div, .zeitraum_table_first > div > div {
		display: block;
	}
}


@media (max-width: 320px) {
  h3 {
    font-size: 14px !important;
  }
  
  #teamportal {
  	hyphens: auto;
  }
  

}

#teamportal #dokumente_table h3 {
	margin-top:3px;
}

#teamportal #dokumente_table tr.row0{
	background-color:#0058a0;
	color: #fff;
	Xborder-bottom: 1px solid #FCDF4C;
}

#teamportal #dokumente_table tr.row0 h3 {
	margin: 5px 0px;
}

#teamportal #dokumente_table tr.row1 td {
	Xborder-bottom: 1px solid #FCDF4C;
}

#teamportal #dokumente_table tr.row2 td  {
	Xborder-bottom: 1px solid #FCDF4C;
}

#teamportal #dokumente_table tr.row1:hover,
#teamportal #dokumente_table tr.row2:hover {
	Xbackground-color: #FCF4CA;
}
#teamportal #dokumente_table td {
	padding:2px;
	padding-left:5px;
	padding-right:5px;
}

#teamportal .eingegangen_div {
	display:inline-block;
	padding:4px;
	color:black;
	width: 100%;
	border-radius: 5px;
}
#teamportal .eingegangen_div_ja {
	background-color:green;
	color: #fff;
}
#teamportal .eingegangen_div_nein {
	background-color:red;
	color: #fff;
}
#teamportal .eingegangen_div_fehler {
	background-color:orange;
}

.vertrag_row td {
	padding-bottom: 25px !important;
}

.document_name {
	font-size: 18px;
	font-weight:bold;
}

.vertrag_info {
	font-size: 24px;
 font-weight:bold; 
 padding-top:40px !important;
}

@media (max-width: 320px) {
	.vertrag_info {
		font-size: 21px;
	}
}

#teamportal #seminarhaus h3 {
	font-size:17px;
}

#teamportal #seminarhaus p {
	margin-top:0;
	margin-bottom:2px;
	padding:0;
}

#teamportal #seminarhaus td {
	padding:3px;
}


#teamportal #seminarhaus_table a {
	color:#116EB2 !important;
}

#teamportal #seminarhaus_table a:hover {
	text-decoration:none !important;
}

#teamportal #seminarhaus_table td {
	padding:3px;
}

#teamportal #seminarhaus_table tr.row1 {
	background-color:#ddd;
}

#teamportal #seminarhaus_table tr.row2 {
}

#teamportal #seminarhaus_table tr:hover {
	background-color:#ccc;
}

#teamportal a {
	/*white-space: nowrap;*/
}

#teamportal a.Menu:link, #teamportal a.Menu:visited {
	font-family: Pavanam, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}

#teamportal a.Menu:hover {
	text-decoration: underline !important;
}

#teamportal a.ActiveMenu {
	font-weight: bold !important;
	background-color: #FCBD1A  !important	;
	color: #FFFFFF !important;
	padding:2px !important;
}

#teamportal .seminar_table td, #teamportal .seminar_table th {
	font-family: Pavanam, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align:top;
	padding-right:10px;
	text-align:left;
}

#teamportal .mitarbeiter_table td, #teamportal .mitarbeiter_table th {
	font-family: Pavanam, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	vertical-align:top;
	padding-right:10px;
	text-align:left;
}

#main_container {
	display: relative;
	overflow-x: hidden;
}

#nav_desktop {
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 30px;
	background: #fff;
}

.nav_item {
	flex-grow: 1;
  font-size: 16px;
  color: #0c3983;
  border: 1px solid rgba(12, 57, 132, 0.3);
  background: rgba(12, 57, 132, 0.3);
  color: #0c3983;
  border-radius: 5px;
  padding: 10px 10px;
  margin: 5px 10px;
  text-align: center;
  font-weight: bold;
}


.nav_item.active {
  background: #0058a0;
}
.nav_item.active a {
  color: #fff !important;
}

#menu_button_container {
	display: none;
	text-align: right;
	margin-left: -10px;
	margin-right: -10px;
}

#menu_button {
	 cursor: pointer;
	 font-size: 30px;
	 padding: 7px;
}

@media(max-width:920px) {
	#nav_desktop_outer {
		display: none;
		position: absolute;
		left: 12px;
		right: 15px;
		z-index: 100;
		padding-bottom: 20px;
		background: #fff;
	}

	#menu_button_container {
		display: block;
	}
}

#header {
	position: relative;
	font-size: 20px;
	margin-bottom: 50px;
	margin-left: -10px;
	margin-right: -10px;
}

#header p {
	text-align: center;
	margin: 0;
	color: #e42026;
	font-weight: bold;
	font-size: 28px;
}

#header img {
	position: absolute;
	left: 10px;
	top: 0px;
	width:130px;
}

#header h1 {
	text-align: center;
	font-size: 40px;
	margin-bottom:5px;
	text-transform: none;
	color: #0058a0;
}

#abmelden {
	position: absolute;
	right: 20px;
	top: 25px;
	font-size: 30px;
	cursor: pointer;
}

#abmelden a {
	color: #0058a0;
}

@media(max-width: 850px) {
	#header h1 {
		font-size: 3.8vw;
	}
	#header img {
		width: 100px;
	}
	#header p {
		font-size: 3.4vw;
	}
	#menu_button_container {
		margin-left: 5px;
 	  margin-right: 5px;
	}
}

@media(max-width: 650px) {
	#header img {
		width: 75px;
	}
	#abmelden .nav_item a {
		font-size: 2.8vw !important;
	}
	#teamportal {
		padding-left: 5px;
		padding-right: 5px;
	}
	#menu_button_container {
		margin-left: 5px;
 	  margin-right: 5px;
	}
	#abmelden {
		top: 15px;
	}
}


input[type="text"], input[type="password"], select, textarea, button, input[type="button"], input[type="submit"] {
  font-size: 16px;
  padding: 5px;
  border: 1px solid rgba(12, 57, 132, 0.3);
  color: #0c3983;
  border-radius: 5px;
  background: transparent;
}


button, input[type="button"], input[type="submit"] {
	padding: 6px 20px;
}

input[type="file"] {
	border: 0px solid;
}



.edit_table_responsive {
	display: table;
	width: 100%;
}

.edit_row {
	display: table-row;
}

.edit_row_label {
	display: table-cell;
	padding: 10px 10px 10px 0px;
	width: 250px;
}

.edit_row_input {
	display: table-cell;
	padding: 10px 0px 10px 0px;
}

@media (max-width: 500px) {
	.edit_table_responsive {
		display: block;
	}

	.edit_row {
		display: block;
	}

	.edit_row_label {
		display: block;
		padding: 10px;
		padding-bottom: 0px;
		font-size: 14px;
		width: auto;
	}
	
	.edit_row_input {
		display: block;
		padding: 10px;
		padding-top: 6px;
	}
}

.edit_table2 td {
	vertical-align: top;
	padding-bottom: 15px;
	line-height: 24px;
}

.edit_table3 td {
	padding-bottom: 7px;
}


#daten_container input[type="text"], #daten_container select {
  width: 100%;
}

#daten_container #plz {
  width: calc(28% - 10px);
  margin-right: 10px;
}

#daten_container #ort {
  width: 72%;
}

.zeitraum_span {
	display: inline-block;
	white-space: nowrap;
	padding-bottom: 10px;
}


.zeitraum_table  tr  td {
	vertical-align: top;
	padding: 10px 20px 10px 0px;
}

.zeitraum_table  tr  td:last-of-type {
	padding-right: 0;
}

.rueckmeldung_input {
	max-width: 400px;
	width: 100%;
}

#anmerkungen {
	max-width: 400px;
	width: 100%;
	height: 100px;
}

#upload_table td {
	padding-bottom: 20px
}

#upload_table tr td:nth-child(1) {
	padding-right: 20px
}

@media (max-width: 650px) {

	.table_mobile, .table_mobile tr, .table_mobile td {
		display: block;
		width: 100%;
	}
	
	#upload_table tr td:nth-child(even) {
		padding-bottom: 40px
	}
	
	w_upload {
	display: inline-block;
	width: 80px;
	}
	
	#upload_table input[type=text], #upload_table input[type=file] {
		width: calc(100% - 60px);
	}
	
}

.vertrag_block {
	border: 2px solid rgba(12, 57, 132, 0.3);
	border-radius: 5px;
	padding: 10px 10px;
	margin-bottom: 30px;
}

.vertrag_table td {
	padding: 10px 15px 5px 0px;
	vertical-align: top;
	hyphens: auto;
}


.vertrag_info_link {
	color: #e42026;
	text-decoration: underline;
}

.infozeichen_teamportal {
	font-size: 28px;
}

.abahrtszeiten_table td {
	vertical-align: top;
	line-height: 24px;
}
 
.abahrtszeiten_table {
	width: 100%;
}

#seminarhaeuser {
	display: flex;
	flex-wrap: wrap; 
	justify-content: space-between;
}

#seminarhaeuser > div {
	border: 2px solid rgba(12, 57, 132, 0.3);
	border-radius: 5px;
	padding: 10px 10px;
	margin-bottom: 30px;
	flex-basis: 30%;
}

#seminarhaeuser > div a {
	text-decoration: none;
}


@media (max-width: 800px) {
	#seminarhaeuser > div {
		flex-basis: 47%;
	}
}

@media (max-width: 500px) {
	#seminarhaeuser > div {
		flex-basis: 100%;
	}
}


#seminarhaus { 
	display: table;
}

#seminarhaus > div { 
	display: table-row;
}

#seminarhaus > div > div { 
	display: table-cell;
	padding: 5px 20px 0px 0px;
}

@media (max-width: 800px) {
	#seminarhaus { 
		display: block;
	}

	#seminarhaus > div { 
		display: block;
	}

	#seminarhaus > div > div { 
		display: block;
		padding: 5px 20px 0px 0px;
	}

	#seminarhaus > div > div:nth-child(1) { 
		font-weight: bold;
		font-size: 14px;
		padding-bottom: 0px;
		padding-top: 12px;
	}

	#seminarhaus > div > div:nth-child(2) { 
		padding-top: 0px;
	}
}

.sem_haus_name {
	font-size: 18px;
	margin-bottom: 10px;
  text-transform: none;
}
