/*----------------------------------------------
  Body - whole website 
----------------------------------------------*/
body {
    margin: 0;
    background-image: url('./media/back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    margin: 0;
    padding: 0;    
}
/*----------------------------------------------
  Container - Header, Title, Page
----------------------------------------------*/
.container {
  width: 960px;
  height: 2000px;
  margin: 0 auto;
  padding-top: 13px;
  font-family: "Liberation Mono", "DejaVu Sans Mono", "Courier New", monospace;
  font-size: 14px;

}
/*----------------------------------------------
  Header - Top Image
----------------------------------------------*/
.header {
    width: 960px;
    height: 333px;
    background-image: url('./media/header.png');
    background-color: rgba(255, 255, 255, 1.0);    
}
.header h1 {
    color: #ffffff;
    margin-top: 0;
}  

.header01 {
    width: 960px;
    height: 333px;
    background-image: url('./media/triptychon1.jpg');
    background-color: rgba(255, 255, 255, 1.0);
}
.header01 h1 {
    color: #ffffff;
    margin-top: 0;
}  

.header02 {
    width: 960px;
    height: 333px;
    background-image: url('./media/triptychon2.png');
    background-color: rgba(255, 255, 255, 1.0);
}
.header02 h1 {
    color: #ffffff;
    margin-top: 0;
}  

.header03 {
    width: 960px;
    height: 333px;
    background-image: url('./media/ilse.png');
    background-color: rgba(255, 255, 255, 1.0);
}
.header03 h1 {
    color: #ffffff;
    margin-top: 0;
}  

.header04 {
    width: 960px;
    height: 333px;
    background-image: url('./media/lehrerintafel.png');
    background-color: rgba(255, 255, 255, 1.0);
}
.header04 h1 {
    color: #ffffff;
    margin-top: 0;
}  


/*----------------------------------------------
  Title - Top Title
----------------------------------------------*/
.title {
    width: 960px;
    height: 145px;
    background-image: url('./media/title.png');
    background-color: rgba(255, 255, 255, 1.0);
}
/*----------------------------------------------
  Page - 
----------------------------------------------*/
.page {
    width: 960px;
    height: 2000px;
    display: flex;
    gap: 0;
    margin-top: 10px;
}
/*----------------------------------------------
  Menu - Menu left on Page
----------------------------------------------*/
.menu {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  width: 200px;
  background-color: #dcebc0fd;
  padding: 8px;
  box-sizing: border-box;
}

.menu h2 {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  color: #76A2F8;
  margin-top: 0;
}

.menu ul {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  list-style-type: none;
  padding: 0;
}
.menu ul li {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  font-weight: 540;
  margin: 8px 10px;
  padding: 0px; 
}
.menu ul li {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  padding: 10px;
  border-bottom: 1px solid #ccc; /* horizontal line bottom */
}
.menu ul li:last-child {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  border-bottom: none; /* no line at last li*/
}
.menu ul li a {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  color: #76A2F8;
  text-decoration: none;
}
.menu ul li a:hover {
  font-family: "Times New Roman", Times, serif;
  font-size: 22px;
  color: rgba(218, 124, 124, 1.0);
}
/*----------------------------------------------
  Content - Text/Picture specific Info right on Page
----------------------------------------------*/
.content {
    width: 960px;
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: rgba(255, 255, 255, 1.0);
    margin-left: 0px; /* to right for menu */
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    font-size: 16px;
}

.content h1 {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 28px;
  font-weight: 730;
  color: #6a6a8ad0;
}

.content p {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.9;
}

.content p  b {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.9;
}
/*----------------------------------------------
  ContentText - Much Text specific Info right on Page
----------------------------------------------*/
.contenttext {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  width: 960px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: rgba(255, 255, 255, 1.0);
  margin-left: 0px; /* to right for menu */
}

.contenttext h1 {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 28px;
  font-weight: 730;
  color: #6a6a8ad0;
}

.contenttext p {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 1.1;
}

.contenttext p  b {
  font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
  font-size: 20px;
  font-weight: 550;
  line-height: 1.9;
}
