/* CONTENT */
#main.Startseite,
#main.Kontakt,
#main.Klassen,
#main.Informatik,
#main.Kreatives{
float: left;
margin: 0px 20px 20px 0px;
max-width: 990px;
width: 100%;
background: transparent;
text-align: left;
}


@media screen and (max-width : 1129px){
	#main{
		max-width: 990px !important;
	}
}

#main {
border: none;
float: left;
margin: 0px 20px 0px 0px;
max-width: 720px;
width:100%;
background: transparent;
text-align: left;
}

.entry {
  padding: 20px 35px;
  border: 1px solid var(--blue);
  border-width: 1px 10px;
  background: white;
  /* font-size: 14px; */
  line-height: 22px !important;
  margin: 0px 0px 20px 30px;
}

.entry hr {
  border: 0px;
  height: 1px;
  background: var(--darker-orange);
  margin-top: 20px;
}

.img-sek {
  float: left;
  margin-right: 10px;
}

.kontakt-sek {
  display: inline-grid;
}

/* BEITRÄGE */
.wp-block-latest-posts__post-title,
.wp-block-latest-posts__post-title a,
.wp-block-latest-posts__post-title a:hover,
.wp-block-latest-posts__post-title a:active,
.wp-block-latest-posts__post-title a:visited{
  background-color: var(--blue);
  color: #fff !important;
  font-family: Oswald, tahoma, arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  padding: 4px 10px 6px 10px;
  margin: 20px 0px 6px 0px;
  display: block;
}

.wp-block-latest-posts__post-full-content {
    border: 1px solid var(--brighter-blue);
    line-height: 20px;
    padding: 20px;
    margin-bottom: 10px;
}

/* Beiträge als Seite */
.Service > div > ul > li .wp-block-latest-posts__post-full-content,
.Schule > div > ul > li .wp-block-latest-posts__post-full-content,
.Leitbild > div > ul > li .wp-block-latest-posts__post-full-content,
.Sekretariat > div > ul > li .wp-block-latest-posts__post-full-content,
.Anmelden > div > ul > li .wp-block-latest-posts__post-full-content{
  border: none;
  padding: 0px;
  line-height: unset;
}

/*FOOTER */
#footer {
float: left;
width: 100%;
height: 70px;
background: transparent;  /* #000; */
}

#footer a,
#footer a:visited {
  color: var(--black);
  text-decoration: underline;
}

#footer a:hover {
  color: var(--blue);
  text-decoration: underline;
}

/*BACK & TOP Button */
#top {
  text-align: right;
  margin-top: 40px;
  padding: 0px;
  border: none;
  clear: both;
}

.Startseite #top {
  display:none;
}

#top a {
  font-size: 20xp;
  font-weight: bold;
  color: #000;
}

#top a:hover {
  color: var(--blue);
}

/*Downloads*/

.down_pdf {
  font-weight: bold;
  padding-left: 20px;
}
.down_pdf a {
  padding-left: 20px;
  background-image: url(../image/pdf.gif);
  background-repeat: no-repeat;
  background-position: left center;
}
.down_pdf div {
  font-weight: normal;
  font-style: italic;
}
