#my-work table {
	text-align: left
}

/* #my-work tr {
	border-bottom: 1px solid #CCC;
}
 */
body {
	background: #fff;
	height: 100%;
	font-family: "Open Sans";
	font-weight: 200;
	font-size: 15pt;
	line-height: 1.75em;
	color: #39454b;
	letter-spacing: 0.5px;
}
#header {
	height: auto;
	min-height: 5rem;
}




h1, h2, #my-work thead {
	font-size: 2rem;
	line-height: 1em;
	letter-spacing: -0.4px;
	margin-bottom: 2rem;
}

#my-work td:last-child {
	text-align: right;
}

#header h1 {
	margin-bottom: 0;
}
#my-work thead th{
	font-size: 1.5rem;
	padding-bottom: .5rem;
}



/* Wrapper-Klasse für responsive Tabellen */
.respotable {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* sanftes Scrollen auf iOS */
}

/* Optionale Gestaltung der Tabelle selbst */
.respotable table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px; /* verhindert Layout-Brüche bei vielen Spalten */
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}

.respotable th,
.respotable td {
  padding: 0.75rem;
  text-align: left;
  border-bottom: 1px solid #f7ba9b;
  white-space: nowrap; /* verhindert Umbrüche in Zellen */
}

/* Optional: Visuelle Hervorhebung */
.respotable thead {
  background-color: #f7ba9b40;
  font-weight: bold;
}


@media screen and (max-width: 736px) {
    #header {
        height: 4rem !important;
        min-height: 4rem !important;
    }
    #kontakt img {
    	display: block;
    	margin: 0 auto;
    }

}