

.roboto-mono {
  font-family: "Roboto Mono", monospace;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 28px;
  text-transform: uppercase;
  margin: 0 0 28px 0;
}

h2 {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

h3 {
  font-family: "Roboto Mono", monospace;
  font-weight: 500;
  font-size: 16px;
  margin: 0 0 14px 0;
}


p {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  margin: 0 0 12px 0;
}

a {
  color: #000000;
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 12px;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#button {
  display: inline-block;
  text-decoration: underline;
  margin: 10px 0 20px 0;
}

#button-n {
    position: relative;
    text-align: right;
}

#link {
    color: lightblue;
}

.header {
  font-family: "Roboto Mono", monospace;
  background-color: #ffffff;
  color: #000000;
  padding: 24px 0 0 0;
}

.header-inner {
  width: 180px;
  margin: 0 0 0 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
/* flex: https://www.w3schools.com/css/css3_flexbox_container.asp */

.logo {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 20px;
}

.nav {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav a {
  color: #000000;
  font-size: 12px;
}

.page {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.section {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 150px;
}

.section-block {
  margin: 40px 0 40px 0;
}

.section-prev-next {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 40px 0;
}

img {
  width: 450px;
  height: auto;
  border: none;
}

#portraits {
  border-radius: 50%;
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin: 40px 0 40px 0;
}
/* border radius mit hilfe von w3schools: https://www.w3schools.com/howto/howto_css_rounded_images.asp 
ebenso auch object-fit: https://www.w3schools.com/css/css3_object-fit.asp */

#ornament {
  width: 200px;
  display: block;
  margin: 0 auto;
}

main.content {
  width: 450px;
  margin: 0 auto;
  padding: 24px 0 30px 0;
}

main.content-team {
  width: 600px;
  margin: 0 auto;
  padding: 24px 0 30px 0;
}

main.content-philosophie {
    width: 450px;
    margin: 0 auto;
    padding: 24px 0 30px 0;
    text-align: center;
}

.article-hero {
  text-align: left;
}

.table-artikel {
    font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  border: none;
  text-align: left;
  margin: 6px 0 0 0;
}

th {
    vertical-align: top;
    text-transform: uppercase;
}

.table-artikel th,
.table-artikel td {
  font-family: "Roboto Mono", monospace;
  font-weight: 400;
  font-size: 12px;
  border: none;
  padding: 4px 0;
  text-align: left;
}

#border {
  border: 2px solid #ebe2c3;
  padding: 30px 40px 0 40px;
}


.footer {
  color: #000000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 12px;
  margin-top: 20px;
    text-align: center;
    background-color: #ebe2c3;
    
}

.footer-inner {
  width: 180px;
  margin: 12px 0 0 48px;
  font-size: 16px;
  display: flex;
  text-align: center;
  flex-direction: row;
  align-items: center;
  vertical-align: center;
}

.footer-inner a {
  color: #000000;
  margin-left: 12px;
  text-decoration: underline;
} 
